View Single Post
Old Dec 10, 2009 | 02:02 PM
  #18  
Rick Astley's Avatar
Rick Astley
Never gonna give you up!
 
Joined: Sep 2004
Posts: 5,852
Likes: 0
From: Location: Location: Location: Location:
Default

You won't take anything I say on board as you'll immediately jump down my throat but...

Why do you use Tables? The 'trend/better practice' nowadays is to use DIVS.

Why do you constrain the 'website' to such a small width? Most Screen resolutions nowadays are 1024+ and in fact if you are catering still for 800x600 you are around 13 pixels over maximum width so you'll get horizontal scroll.

Also why are you using .php pages when from what I can determine from the outputted code there isn't actually any dynamic content on that page.

Edit: While I remember, why put contact as the second link on your hidden navigation as it's the least important aspect of the website, with it being an 'online magazine' eh?

Tim

It just seems as if this is yet another, 1 month wonder, if you can even call it a wonder and it will only fade away into insignificance within weeks.

Last edited by Rick Astley; Dec 10, 2009 at 02:04 PM.
Reply