Reply
Frusturated
Old 07-19-2008, 01:52 AM Frusturated
Skilled Talker

Posts: 99
Ok, I am working on a new layout for my company located at http://dev.bkriegtech.net/web/07
Displays fine on my 1680x1050 display, but on my 1280x800 laptop display, it is all messed up. Only on the initial page though, after that, everything is fine, aside from the "links" table on the bottom left.
What am I doing wrong?
(all pages are included with php include)
athomas is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-19-2008, 02:57 AM Re: Frusturated
Novice Talker

Posts: 6
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!
__________________
Website development by Internet Architech

Last edited by hw15 : 07-19-2008 at 03:13 AM.
hw15 is offline
Reply With Quote
View Public Profile Visit hw15's homepage!
 
Old 07-19-2008, 05:56 AM Re: Frusturated
Novice Talker

Posts: 4
Name: rami james
Also, tables really should be reserved for table-like content like calendars, spreadsheets, etc -- as that is a type of content. Layout should be strictly built with DIV and CSS. This will help avoid these types of situations because you will have a deeper understanding of how widths function and nest.
__________________
Uboodu - specialized design for the gaming industry
Casinos are Awesome! - They are! Discuss!
ramijames is offline
Reply With Quote
View Public Profile
 
Old 07-19-2008, 06:41 PM Re: Frusturated
Skilled Talker

Posts: 99
This is in reply to hw15...

I tried that but it's still all out of whack. I'm seeing some code that isn't in what I already have, i.e. the tbody tag. Did you add that in there?
athomas is offline
Reply With Quote
View Public Profile
 
Old 07-24-2008, 02:55 PM Re: Frusturated
Skilled Talker

Posts: 99
Well since nobody has replied I'm going to bump it. I've gotten it close but 800x600 it seems to wrap the page, and if you view it on like 1280x1024 or higher, the nav bar is really far away from the content. Can somebody please help me out? I'm stumped.
athomas is offline
Reply With Quote
View Public Profile
 
Old 07-24-2008, 04:31 PM Re: Frusturated
Skilled Talker

Posts: 99
I actually figured it out, so no worries.
athomas is offline
Reply With Quote
View Public Profile
 
Old 07-28-2008, 04:08 PM Re: Frusturated
Skilled Talker

Posts: 99
What?
athomas is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Frusturated
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13534 seconds with 12 queries