problem with css showing the divisions of the page
Posted
by user225269
on Stack Overflow
See other posts from Stack Overflow
or by user225269
Published on 2010-04-20T03:07:55Z
Indexed on
2010/04/20
3:13 UTC
Read the original article
Hit count: 396
This is most likely the culprit for this page: http://www.mypicx.com/04192010/ff/
table { border-collapse:collapse; } table,th, td { border: 1px solid black; font-family:Arial, Helvetica, sans-serif; letter-spacing: 1px; font-size:3; font-size:10px;
} th { background-color:#A7C942; color:white; }
I don't know why, but the page has some php scripts in it which shows a table from mysql database. As you can see in the url above. Please help, why do I see those lines everytime I put those css scripts
© Stack Overflow or respective owner