How can I fix the margin(s) on this site?

liunx

Guest
When <!-- m --><a class="postlink" href="http://qin.com/">http://qin.com/</a><!-- m --> is viewed on my 21" monitor it looks normal but when it is viewed on a 17" (or less) apparently the last para of the 2nd sentence get moved down and thrown between the menu scroll and the jpg. <br />
<br />
Anyone know what I need to do to make the paragraphs remain constant no matter what size monitor is used to view them?<br />
<br />
Bryan<!--content-->i don't get it (or i've missed it) on my 17inch but give the container a fixed width:)<!--content-->i don't get it (or i've missed it) on my 17inch but give the container a fixed width<br />
~leoo24 <br />
<br />
As leoo24 said, it's a table issue. Try this:<br />
<br />
<table><br />
<tr><br />
<td style="width: 450px;">Your paragraphs will be in here</td><br />
</tr><br />
</table><br />
<br />
<br />
Gandalf<br />
:D<!--content-->
 
Back
Top