|
Posted by SigelsTankMage on 10/01/99 12:01
you can use this code for centering with css
body {
margin:50px 0px; padding:0px;
text-align:center;
}
#Content {
width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}
(source:http://bluerobot.com/web/css/center1.html)
and have you tried using padding yet?
> images, so they line up
>
> what i'm trying to do is have similar spacing to the way the page goes now,
> but get the pic titles
> closer to the actual pics
>
> have tried all kinds of colspan,  , separate tables for each row, etc
> but getting nowhere fast
>
> also not sure why table is not centering on page
>
> any suggestions would be appreciated
> bob
Navigation:
[Reply to this message]
|