Hi there - thanks for taking the time to help!
I've been messing with my website a lot of the last couple of days, and an hour ago I thought I'd got it cracked, as I standardised the last few elements on the different pages so they all looked similar.
The website is
http://johnsonishere.com. The structure is as follows:
> public_html
..> css
....> main.css
..> forum
..> gallery2
..> pages
....> mash-ups.htm
Something's up because the background colour of #333333 set by the CSS file does not appear on the relevant pages when they are viewed in Firefox. I've got IE7 as well and it displays the background colour fine. It was working earlier in Firefox, but I must have changed something, or got conflicting style information somewhere I guess, but I just can't find it.
The CSS code is:
Code:
a { font-family: Verdana; font-size: 10pt; text-decoration: none; color: #99CCFF }
a:hover { font-family: Verdana; font-size: 10pt; color: #FF99FF; text-decoration:
underline; }
body { font-family: Verdana; font-size: 10pt; text-decoration: none; color: #66FF66;
text-indent: 0; word-spacing: 0; margin-left:8px; margin-right:0; margin-top:0; margin-bottom:0; background-color="#333333" }
p { font-family: Verdana; font-size: 10pt; text-decoration: none; color: #66FF66;
text-indent: 0; word-spacing: 0; margin-left:8px; margin-right:0; margin-top:0; margin-bottom:0 }
If anyone can help that'd be great!
Regards,
Chris Thorn