How do I hide tables in HTML?
How would I hade Tables in HTML so that when I try formatting certain text or pictures, those borders don't show?
Thanks in advance.
Public Comments
- You'll use this code to begin your table: <table border="0">
- the above answer will achieve what you want, but i thorght i would mention that 'tables' were never meant to 'build whole websites' they were created for tables of information, like maybe football scores etc, you should look into css, its easy to start to learn and it is far more flexable with what you can do with it
Powered by Yahoo! Answers