Hi!
Glad to hear you were testing with different resolution settings! I also noticed a difference between the website using Internet Explorer and Firefox browsers. It appears to be in even worse shape with IE. You might want to test that too.
Possibly the tables in the center of the page for "Professional Web Development" and "Reliable Web Hosting" etc. are too wide and are pushing off to the right side of the screen. That could be why the other pages are not messed up since they do not have the same tables.
You may also want to set your main table width to 850 pixels since that is the width of the widest your table should be to fit the m1.jpg image.
Code:
<div id="main">
<table align=center width="850">
<tr align=center>
<td>
<font size=4><b>Bringing You the Quality Hosting You Deserve.
Maybe try to set the table width to 100% for that center section with "Professional Web Development" and "Reliable Web Hosting" etc. Try to make the image widths smaller for wdtable.jpg and whtable.jpg and the others. Probably can't go more than 200px. Or you could put the four images in a single column with four rows, instead of two across and two down.
Code:
Our current product portfolio is comprised of: Linux Shared and Reseller Hosting Plans, SSL Certificates and Design Services. If you would like to contact one of our representatives directly, please click <a href="?page=contact">here</a> to go to our contact page.<br><br><br>
</td>
</tr>
</tbody></table>
<table align="center" width="100%">
<tbody><tr>
<td><a href="index.php?page=design">
<img src="http://www.webmaster-talk.com/images/wdtable.jpg" alt="Web Design" border="0" width="200"></a>
</td>
<td width="20">
</td>
<td><a href="index.php?page=hosting">
<img src="http://www.webmaster-talk.com/images/whtable.jpg" alt="Web Hosting" border="0" width="200"></a>
</td>
</tr>
<tr>
<td height="75">
</td>
</tr>
<tr>
<td><a href="index.php?page=reseller">
<img src="http://www.webmaster-talk.com/images/rshostingtable.jpg" alt="Reseller Hosting" border="0" width="200"></a>
</td>
<td width="20">
</td>
<td><a href="index.php?page=redesign">
<img src="http://www.webmaster-talk.com/images/rdtable.jpg" alt="Website Redesign" border="0" width="200"></a>
</td>
</tr></tbody></table>
I was viewing with 1024x768 resolution, which is what at least 50% of visitors are using. I also tried 1280x1024 and those tables were still poking out on the right side. Seems like it may be a table width problem and not a screen resolution issue.
Hope this helps! 
Last edited by hw15 : 07-19-2008 at 03:13 AM.
|