Forum Moderators: phranque

Message Too Old, No Replies

Links - across top or down side

         

Webchase

3:16 pm on Oct 9, 2003 (gmt 0)

10+ Year Member



As the 'Subject' says: is it best to have links across the top or down the side of the page?

I ask this because I have links across the top of the page, and in a search engine simulator these are the things that are first seen. This is great for the first link 'blue widgets' when I'm on the 'blue widgets' page - I get lots of traffic.

But if I'm on the 'red widgets' page then its link might be second, third or tenth across, and I don't seem to get as much traffic.

Wouldn't I be better having the links down the side, so that they were read a little later by the SE? That way I could get my H1 text and keywords higher up for the search engine.

I'm asking because I'm contemplating a site-wide change and wanted to confirm my theory first.

John_Caius

3:41 pm on Oct 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you use CSS absolute positioning, you can separate position on the page from position in the code. Generally speaking, you want your content as high up the code as possible.

jetboy_70

3:47 pm on Oct 9, 2003 (gmt 0)

10+ Year Member



Welcome to Webmaster World, Webchase . . . although this probably isn't the best forum for a post like this.

Even if you have your links down the left they are going to be seen before your main body text. Your options are:

1: Have your links down the right side - not ideal for usability.

2: Search for the 'table trick' which may allow you to reposition your code the way you're suggesting (depending on your design).

3: Learn to lay out your site using DIVs instead of tables. This is the real key to your problem, and will allow you to put your code anywhere you want in your files, regardless of the display position.

If you pick #3 (good choice) there are plenty of helpful folk in the CSS forum who will be able to help you out.

too much information

3:58 pm on Oct 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just a quick question for you JetBoy, when you layout the site with DIVs do you have trouble with cross browser compatibility?

I have found that IE (mac) and IE (windows) display differently, then you throw NN and Safari into the mix and it really gets weird.

Any tips on good layout technique? (besides scripting for different browsers)

jetboy_70

4:08 pm on Oct 9, 2003 (gmt 0)

10+ Year Member



I'm really not the right person to ask! I'm still on tables myself, but I know enough to know that this is the direction I need to go in.

If you're really bothered about NN (I assume you mean Netscape 4) then you're likely to hit problems. Safari shouldn't be an issue. I spent years evangelising about Netscape 4 compatibility, but even I have now decided to ditch this antiquated app. The sub-2% of traffic you may lose can easily be made up by the better experience you can offer to other users.

John_Caius

4:59 pm on Oct 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try the CSS forum for plenty of people experienced in swapping tables for divs.

Webchase

6:18 pm on Oct 9, 2003 (gmt 0)

10+ Year Member



Thanks folks - I got moved from Google, so now I'll go to CSS!