http://www.moddedmustangs.com/mm5 the text in the tables strech the screen out, rather than breaking into another line. I can't figure out what I did to make it that way.
I look at your code seems no problem, Just a friendly advice change 100% to specific width just for testing purpose and remove inner table one by one to see which table is getting err. or some css class u have written is giving u err.
I have messed with this for a while now and I think I have it. The problem started when I linked to your css file. So try this... change line 46 from... /* Table Header cells */ th{background: #171717 url(images/cellpic3.gif);color: #e7e7e7;font-size:11px; font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px} to... /* Table Header cells */ th{background: #171717 url(images/cellpic3.gif);color: #e7e7e7;font-size:11px; font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-left:8px} Let me know if that does it.
worldpar - thanks for spending the time to really try and help. I really appreciate it. Unfortunately, that was not the solution. I left the change in there though. I think I'll just re-write the whole thing. The CSS file and basic structure of that page is based off of my forum template layout. I used the forums CSS and copied the source code from the compiled forums index and restructured it. I'll try coding it all myself from scratch, I've never had this problem before and I can't figure it out.
Maby this will help you: http://validator.w3.org/check?uri=http://www.moddedmustangs.com/mm5/ I believe the error lies in the table
wow, I don't know what to say but thank you! It works perfectly now. Looks like you went through the whole code, thanks for your help. One problem though, I changed the wc3 info to: <?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> in order to get the scrollbar colors to work. I've got the files in php code. Got 92 errors trying to validate - is there a different doc type I can use.