GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to do this in DreamWeaver??? (https://gfy.com/showthread.php?t=672895)

DeanCapture 11-02-2006 12:45 AM

How to do this in DreamWeaver???
 
Hey gang, how do you go about highlighting the text in Dreamweaver - like in this sample? It looks like someone highlighted the copy with a highlighter pen. I can't figure out how to do that in DM. :(

http://www.glamourshoots.com/pics/highlight.gif

Belinda 11-02-2006 12:47 AM

ummm dreamweaver help....? that's how I learn lol

stickyfingerz 11-02-2006 01:02 AM

Well I quickly found that page so here we go.

Code:

<span class="yellowback"><font color="#990000"><u>7 Down &amp; Dirty Tactics
  that will have  YOU pounding</u></font></span> the opposition <em> in less than 24 hours</em>...” </font></strong>

You see Class="yellowback" above if you look in the page source you'll find at the top there is a stylesheet.

Which is called ncaa07.css

So to view the style sheet you would go here

http://www.maddentips.com/ncaa07.css

In the style sheet the class "yellow" is this


Code:

}
.yellow {
        background-color: #FFFF00;

So basically they wrapped that text up in the class "yellow" using css.

stickyfingerz 11-02-2006 01:03 AM

Btw I love your work Dean. :winkwink:

wdforty 11-02-2006 01:05 AM

Code:

<span style="background: ColorHere;">Text Here</span>

wdforty 11-02-2006 01:07 AM

Press F10 in dreamweaver to open up the code window

DeanCapture 11-02-2006 01:17 AM

Ahhhh - thanks guys :thumbsup

BV 11-02-2006 01:17 AM

<span style="background-color: #FFFF00">Highlight this text with yellow.</span>

DeanCapture 11-02-2006 01:19 AM

Quote:

Originally Posted by stickyfingerz (Post 11216389)
Btw I love your work Dean. :winkwink:

Awww that's very nice - thanks :thumbsup


All times are GMT -7. The time now is 01:36 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123