|
| |
|
|
gskywalkers
Posts: 357 Joined: 3/11/2003 Status: offline
|
RE: Apply text style - 2/23/2004 14:54:32
Sounds good to me!!!
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: Apply text style - 2/25/2004 19:13:14
quote:
Has he gone? LOL, with your avatar, and that question it reminds me of someone that is going to get into mischief~!
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
gskywalkers
Posts: 357 Joined: 3/11/2003 Status: offline
|
RE: Apply text style - 3/1/2004 16:32:57
Hi Gorilla.........After messing with this until my eyes were blury, I finally came up with something that will work for me. It indents the whole nested table but I added padding-right: 5px; and this centered the nested table and the style now looks something like this: <style> <!-- table { padding-left: 5px; padding-right: 5px; } --> </style> The whole thing now looks like this: <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <style> <!-- table { padding-left: 5px; padding-right: 5px; } --> </style> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000" bordercolor="#FFFFFF"> <tr> <td width="33"><font color="#FFFFFF">Downloads</font></td> <td width="33%"><font color="#FFFFFF">Search for</font></td> <td width="34%"><font color="#FFFFFF">My Personal Stuff</font></td> </tr> </table> <table border="1" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFFFFF"> <tr> <td width="33%">text<table border="1" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <p align="left">text</td> </tr> </table> <p align="center"> </td> <td width="33%" valign="top">text</td> <td width="34%" valign="top">text</td> </tr> </table> </td> </tr> </table> </body> </html> Thanks for all your time and help
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|