Changing the width of the table. |
Changing the width of the table. |
Jun 16 2006, 05:58 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 |
I've skimmed through my layout code and can't seem to find where you can change the width of the table. I don't know if I skipped it or it's not there. Is there something I can add to this code that will change the table width if it isn't there? Thanks.
Here's my layout code: CODE <style type="text/css">
body { text-align:center; background-image: url(http://img.photobucket.com/albums/v175/britnona/scribble.jpg); background-color:000000; } table, td {background:transparent; border:0px;} table table table {background-color:242424;} table table table { border-width:5px; border-color:000000; border-style:solid; padding:1px; } table table table table { border:8px; } td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:terminal !important;} td, span, div, input, table td div div font, body div table tbody tr td font {color:fcfcfc !important;} .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10 {color:fcfcfc !important;} a {color:fcfcfc !important; text-decoration:none !important; text-transform:uppercase; font-weight:normal !important; font-style:normal !important;} a:hover {color:fcfcfc !important; text-decoration:none !important; text-transform:uppercase; !important; font-weight:normal !important; font-style:normal !important;} img {border:0px;} .text {align:left} input {background-color:transparent !important;} </style> |
|
|
|
Birt Changing the width of the table. Jun 16 2006, 05:58 PM
toyo loco Use this script:
http://www.createblog.com/scripts... Jun 16 2006, 06:03 PM
Birt Thanks. Could you possibly tell me what part of th... Jun 16 2006, 06:21 PM
This Confession go here
http://www.createblog.com/forums/index.php... Jun 16 2006, 08:38 PM![]() ![]() |