Thread: Help!!!!
View Single Post
  #6 (permalink)  
Old 11-06-2008, 04:21 PM
dharrison's Avatar
dharrison dharrison is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Essex, UK
Posts: 1,288
dharrison RepRank 4dharrison RepRank 4dharrison RepRank 4
Default Re: Help!!!!

Looking at your stylesheet, you need to take the link out of:

Quote:
a:visited link:
Instead of p1, p2 (which don't exist). Instead I suggest using the following on the stylesheet:

Quote:
p.one { attributes; }
Quote:
<p class="one">Text</p>
and div1 and div2 stylesheet:

Quote:
#div1 { attributes; }
Quote:
<div id="div1">Content etc</div>
Hope this helps.
__________________
Deb Harrison
DVH Design
Essex Web Design
Reply With Quote