Is it possible to make the borders inside a table, the lines that seperate rows and columns, look the way a table looks when you use html border attributes but can it be done using CSS. it seems that CSS border styles only affect the outside border and it takes away the borders inside the table and I want the inside border color to match the outside border but the validator tells me that there is no attribute "bordercolor" because "the document type you are using does not support that attribute for this element." I have managed to validate all of the pages at www.bignightout.org except the shows.asp page because of the bordercolor attribute, would changing the DOCTYPE to LOOSE fix it I wonders?
I've noticed this problem aswell and it seesm to get worse from one browser to the next. I don't know a work around for this but what if you were to lose the tables border="?" and create all the borders in css. It wont look like the traditional table boorder but at least everything would be uniformed.
Sorry I couldn't be more useful
__________________
[size=2]Faze1.net - Webhosting - Focusing on quality service
well now, thanks for your input and that would be the ticket too except I don't want to apply it to all of the tables on this page, just one in particular, I'm a newbee so maybe you could explain how to name a particular table so I could place it with a div? thanks
__________________ Tumblings.co.uk - Tumblog with thoughts, quotes, links, videos, images and my creations. Opera Browser - The best free web browser. Opera Dev Tools - Firefox is now Firefail.
hey Mik, I had to do it like this, td#style1 { but it works like a charm, putting id="style1" in every td that I wanted to affect, I think I like it, I like it alot.
and thanks to all of you for your help, I'm glad I joined up with this place !!!
hey davemies, I was so danged happy to see it work like I wanted it to without using invalid markup I forgot about faze1 saying only once with the id cause it didn't validate so I did have to change it to a class and now it validates so I'm still happy, thanks alot yous guys cool beaners