Problems with margins

liunx

Guest
Hi!<br />
<br />
I play with html from time to time. Do a fair amount, then not for a few months. <br />
<br />
I am having problems with the margins on the following page: <br />
<!-- m --><a class="postlink" href="http://www.grandview-ave-bnb.com/common.htm">http://www.grandview-ave-bnb.com/common.htm</a><!-- m --><br />
<br />
No matter how wide the table, I can't seem to get the words to flow across the page evenly. They keep wanting to hug the left margin.<br />
<br />
Also, when I try to put text alongside an image, (with FP2000) the image seems to cover the text, or vice versa. <br />
<br />
Thanks!<br />
Carol<!--content-->Try putting width="100%" for the tables. Try putting the image and text in seperate cells.<!--content-->hi, first, welcome to the forum@<br />
<br />
Originally posted by hockyfan641 <br />
Try putting width="100%" for the tables. Try putting the image and text in seperate cells. <br />
<br />
It doesn't solve the problem<br />
take look at this<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" width="700"><br />
<tr><br />
<td align="left" width="500"><font size="3">For those interested in entertainment, enjoy our 35" large screen television<br />
with a home theater system. And for those who want to relax outdoors, spend time on the<br />
balcony,&nbsp; experiencing a lovely sunset</font><font size="4">.&nbsp;</font><br />
</td><br />
</tr><br />
</table><br />
<br />
the table has wudth of 700, but the cell "td" only has width of 500!<br />
All you have to do is change that 500 to 700 and it's all set!<br />
remember table are consists of cells, so if you don't want any white spot or leftover, you have to make sure that the width of all cells add up equal to the width of the table:D<!--content-->Thanks! Fixed margins, will experiment with images and wording later.<br />
<br />
Carol<!--content-->
 
Back
Top