
Originally Posted by
2600strangeave
I think I answered my own question. I altered line 3 of stylesheet_tm.css by removing "border-collapse:collapse" from the css for the "table". It seems like a strange bit of css to include, so I added a note in there just in case I find out in two days that the removal is causing strange things to happen to my site.
With TM templates it's often a huge mission to see what appliees to what...
This declaration you have removed will DEFINITELY be affecting something else... it's a customized declaration for a customized template, so put it back.
What I do with EZPages is (working with their RAW html) is structure the pages in divs (or tables if you prefer these) and then develop MY OWN styles for them, such as:
#ezPagesContentHeader { color: #4d4d;}
And then I just add these styles to the bottom of stylesheet.css