![]() |
HTML question
How do i make a table have a 1 pixel wide black border around it?
Just a black line basically.. |
CSS works the easiest
|
table border=0 cellpadding=0 cellspacing=0 bgcolor="#000000" width=504 height=504 | tr | td align="center" valign="center |
table border=0 cellpadding=0 cellspacing=0 bgcolor="#ffffff" width=502 height=502 | tr | td align="center" valign="center | that works too, if you can use absolutes :) |
Quote:
|
I do it this way. Add these into your td tags.
PHP Code:
|
thanks, i used
html :) |
All times are GMT -7. The time now is 03:17 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123