tahimik
08-13-2005, 07:05 PM
What is the html code for positioning text/images? If I want everything in the center of the page, equal margins on all sides, how would I do that? I tried looking through Lissa's site but didn't find anything. Can anyone help? Thanks.
popdiva16
08-13-2005, 07:07 PM
I usually put everything <center></center> tags to make everything centered.
tahimik
08-13-2005, 07:38 PM
I usually put everything <center></center> tags to make everything centered.
Actually, I'm talking about centering from the top and bottom margins. I want equal distance from both.
if you want an html fix, try a table.
<table width="100%" height="100%"><tr><td>
whatever here
</td></tr></table>