Tabular Indent Layout, Is there a way... |
![]() ![]() |
Tabular Indent Layout, Is there a way... |
May 24 2006, 08:23 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2006 Member No: 394,993 |
Is there a way to change the box width? A script or something?
Thanks in advance! |
|
|
|
| *Libertie* |
May 24 2006, 01:34 PM
Post
#2
|
|
Guest |
This works for tabular indent as well:
CODE <!-- /* change these numbers and make them add up to 100 or less*/ table { width: 50%; margin-left: 25%; margin-right: 25%; } /* don't change these numbers */ table table { width: auto; margin:0; } table table table { width: 0; } --> And you can change the percentages to pixel values if you want. :) |
|
|
|
May 24 2006, 01:35 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2006 Member No: 394,993 |
Ok, I'm an idiot, but where do I put this? *hides face*
|
|
|
|
| *Libertie* |
May 24 2006, 01:38 PM
Post
#4
|
|
Guest |
Ooh, sorry. X( You aren't an idiot, haha. XD
CODE GLOBAL_HEAD<= <style type="text/css"> <!-- /* change these numbers and make them add up to 100 or less*/ table { width: 50%; margin-left: 25%; margin-right: 25%; } /* don't change these numbers */ table table { width: auto; margin:0; } table table table { width: 0; } --> </style> <=GLOBAL_HEAD http://www.livejournal.com/modify.bml All the way down into the "style overrides" box. |
|
|
|
May 24 2006, 01:41 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2006 Member No: 394,993 |
Got it! Thanks so much!!
|
|
|
|
| *Libertie* |
May 25 2006, 05:29 PM
Post
#6
|
|
Guest |
*nods*
|
|
|
|
![]() ![]() |