View Single Post
Old 11-02-2006, 01:02 AM  
stickyfingerz
Doin fine
 
stickyfingerz's Avatar
 
Industry Role:
Join Date: Oct 2005
Posts: 24,984
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote