I need to center something |
I need to center something |
Sep 1 2008, 03:56 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2008 Member No: 662,688 |
http://i37.tinypic.com/205svn.jpg
I want to center the line labeled 'this' I can't find a code to do it. Anyone know one that could help me? I'll love you forever. |
|
|
|
![]() |
Sep 1 2008, 06:16 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this:
CODE <style> body {text-align:center;} table table div {display:block; height:0px;} div table div {display:block;} table {margin:0 auto; text-align:left; width:800px;} table table {width:auto;} </style> If the line comes out too wide, just change 800px to a smaller number. If not, enjoy! |
|
|
|
xxnemoZOMBIEh I need to center something Sep 1 2008, 03:56 PM
xxnemoZOMBIEh http://i34.tinypic.com/fuo086.jpg
Oh okay, ... Sep 1 2008, 04:14 PM![]() ![]() |