Problem with using a table for my page layout - please help!!

liunx

Guest
Hi there,<br />
<br />
Im using Dreamweaver MX to design my web site and I have<br />
used tables to layout the page (im a graphic designer)<br />
<br />
The problem that I have is that when I view my site on a mac<br />
it looks fine but on a pc the right hand side seems to stretch out a bit - why is this??? <br />
<br />
The problem sites are : <!-- m --><a class="postlink" href="http://www.where-ideas-reside.co.uk">http://www.where-ideas-reside.co.uk</a><!-- m --><br />
<br />
and <!-- m --><a class="postlink" href="http://www.clearcover.co.uk">http://www.clearcover.co.uk</a><!-- m --><br />
<br />
Please look at all the pages to see what I mean.<br />
<br />
Thank you.<!--content-->hi tjh23, i looked at the links you left & what i can see is that the 2 pages with the tables look bigger on 1 side or the other, they are not in center to the browser, if this is the problem what you need to do is make the tables center with dreamweaver or in your text editor[notepad], what is needed is the tag <center> b4 the start of the table tag<table> & the closing center tag</center> after the closing table tag</table>, if thats not the problem please explain more... jaeman}:-)<!--content-->you have a lot wrong.<br />
<br />
<br />
<table width="10" border="0" align="left"><br />
<tr><br />
<td><table width="500" border="0" align="left" cellpadding="0" cellspacing="0"><br />
<br />
first you told the table to only be 10 pixels wide then you tell it to be 500 pixels wide. then you tell it to load to the left. make since? you want this<br />
<br />
<table width="500" border="0" align="center"><br />
<tr><br />
<td><table width="100%" border="0" cellpadding="0" cellspacing="0"><br />
<br />
<br />
jaeman you don't use <center> tags anymore, they are deprecated and shouldn't be used. <div style="text-align:center"> is the choice now also align is deprecated in all elements.<!--content-->thanks scoutt, need to update the brain cells... jaeman}:-)<!--content-->
 
Back
Top