WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-22-2003, 09:17 AM
WebProWorld Member
 

Join Date: Oct 2003
Location: http://www.technovelgy.com
Posts: 26
ChiefTechnovelgist RepRank 0
Default Out of control table

I can't figure out how to get table cells to properly align themselves vertically on my site. If you go to a page like

http://www.technovelgy.com/ct/content.asp?Bnum=69

the left and right side columns each have two rows. The top row on each side aligns to the top (good). The second row, however, does not. The content that starts with "Press refresh if you see a generic ad" on the left side, and the google ad on the right side, should both align at the top of their respective cells, but they do not.

Help! I can't figure it out.
Reply With Quote
  #2 (permalink)  
Old 10-22-2003, 09:28 AM
WebProWorld Pro
 

Join Date: Jul 2003
Location: London
Posts: 203
Graf1771 RepRank 0
Default

These things happen all the time - i find the best way to look at the page when there is a problem is to put a border on the main table to try and see what is happening.

It looks as though the two sections are aligning to the top of the cell, but the cell above has too many
tags and a </p> tag - each one equally a line of empty space. You could try removing these tags and see what happens...
Reply With Quote
  #3 (permalink)  
Old 10-22-2003, 11:01 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Unruly tables

Hi ChiefTechnovelgist - great name! ;-)

There are a few things you can try to figure this one out. One definite recommendation would be to download Mozilla Firebird and install the Web Developer extension. This allows you to see at a glance all table elements or block elements, etc on your site.

I also use a similar technique to Graf1771, when troubleshooting problem tables or layers. I assign a strong primary bordercolor to the main table, say a red, and then a contrasting color for the next nested table, like a blue, and so on.. denoting smaller detailed cells with a neutral mid-grey.

My solution in this instance, would be to fix the height of the top cell in both left and right columns, using a spacer element or something similar. Also, you should remember this content is coming from the google ads link.. which is obviously out of your direct control, and I did notice they're using nested tables with a margin or padding at the top of each block ad.

Hope this helps in some way

Paul
Reply With Quote
  #4 (permalink)  
Old 10-22-2003, 01:03 PM
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Bristol, UK
Posts: 965
carbonize RepRank 0
Default Re: Unruly tables

Quote:
Originally Posted by paulhiles
Hi ChiefTechnovelgist - great name! ;-)

There are a few things you can try to figure this one out. One definite recommendation would be to download Mozilla Firebird and install the Web Developer extension. This allows you to see at a glance all table elements or block elements, etc on your site.

Paul
Damn wish I'd of thought of that. j/k. Looks like the problem is that you are using tables within tables within tables which will always cause unbelievable problems. Try to minimise the number of tables you are using.
__________________
Carbonize
Reply With Quote
  #5 (permalink)  
Old 10-22-2003, 04:19 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

Hey, just spreading the good word to the masses, carbonize! I'm a Firebird evangelist! ;-)

Paul
Reply With Quote
  #6 (permalink)  
Old 10-23-2003, 05:52 PM
WebProWorld Member
 

Join Date: Oct 2003
Location: http://www.technovelgy.com
Posts: 26
ChiefTechnovelgist RepRank 0
Default Terrific comments!

Thanks all for your comments so far.

Out of all the great advice, I took most advantage of the idea of putting a gray background in the top cell to see what the heck was going on. Sure enough, the top cell was the culprit.

After a lot of messing around (many expletives were deleted in the creation of this website!) I redid the site navigation to both bring up the ads and put the navigation where it is easier to get at.

Take a look and tell me how I did!

Also, the insight that the Google ad takes up a lot more space than just the visible text is true.

Any more comments? This is really helping me a lot.
Reply With Quote
  #7 (permalink)  
Old 10-23-2003, 10:23 PM
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Western Australia
Posts: 2,105
matauri RepRank 0
Default

Looking better,BUT,as I am so fond of reminding the masses... background colour please?????

I wont review any other details, that is best left for the site review froum.
__________________
Web Development Community ::: Forum ::: Library

It' time for Progressive Web & IT Development!
Reply With Quote
  #8 (permalink)  
Old 10-24-2003, 12:47 PM
tikanet's Avatar
WebProWorld Pro
 

Join Date: Jul 2003
Location: San Diego, CA, US
Posts: 291
tikanet RepRank 0
Default

matauri, I'm so glad there's another background-color-declaration evangelist amongst us. No style sheet or body tag is complete without it.
__________________
Stew P.
Tika Web Development Group
http://www.inetworld.net/dennisw/images/sill_trans.gif
Reply With Quote
  #9 (permalink)  
Old 10-24-2003, 01:01 PM
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Bristol, UK
Posts: 965
carbonize RepRank 0
Default

What tikanet and matauri are trying to say is that not every browser will show the background as white by default. A good example is the linux browser Konqueror which used grey for the background colour when I last used it. So always set a background colour for the body element either using CSS or using the bgcolor attribute in the body tag it's self.

I would also like to add a quick review by saying your site is too white, it needs something to break it up a little. Maybe some borders on the tables?
__________________
Carbonize
Reply With Quote
  #10 (permalink)  
Old 10-26-2003, 09:03 AM
WebProWorld Member
 

Join Date: Oct 2003
Location: http://www.technovelgy.com
Posts: 26
ChiefTechnovelgist RepRank 0
Default Site background colors

Now that I've simplified the columns and tables, maybe I'll fool around with some column colors. Of course, I still have to improve my current content, add more content, try to figure out advertising...

Any color preferences? I'm sort of "color-challenged" - as if you couldn't tell.
Reply With Quote
  #11 (permalink)  
Old 10-26-2003, 11:10 AM
SyrenSong's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Wisconsin, USA
Posts: 910
SyrenSong RepRank 0
Default For the Color-Challenged ;)

This topic might help you out in the color-scheme department: Scheming to Color A World Wide Website

There are quite a few places to check out a wide variety of color choices for your site. Some of 'em even let you see what the colors look like together before you actually use them on your site.

HTH!
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: ,



Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0