Help - Search - Members - Calendar
Full Version: Tabular Indent Layout
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
msalicia81
Is there a way to change the box width? A script or something? blink.gif ermm.gif _unsure.gif

Thanks in advance! wub.gif kiss.gif
Libertie
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. :)
msalicia81
Ok, I'm an idiot, but where do I put this? *hides face*
Libertie
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.
msalicia81
Got it! Thanks so much!!
Libertie
*nods* _smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.