problem with layout

This is a discussion on "problem with layout" within the Web Page Design section. This forum, and the thread "problem with layout are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 18th, 2006, 16:05
Junior Member
Join Date: May 2005
Location: Birnimgham
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
problem with layout

Hi, I seem to have thrown my table out!! And I can't see why?

On the first page, I can't seem to get the background images for the 6 cells lined up...
but on both pages I seem to have got the width, or something wrong.

many thanks in advnace...

http://www.synaxissolutions.co.uk/te...test_home.html
http://www.synaxissolutions.co.uk/te...t_aboutus.html
Reply With Quote

  #2 (permalink)  
Old Aug 18th, 2006, 21:29
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: problem with layout

For starters get rid of the prolog:
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
This line causes all sorts of problems in various browsers and its not a mandatory requirement.

Next code your pages to proper xhtml standards such as closing <img tags with ... /> Note the space and the forward slash.

Attribute names should all be in lowercase.

This line is pointless:
Code: Select all
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Really you should start again and use the <div> tag as a layout tool, not tables, and use proper symantic markup.
Reply With Quote
Reply

Tags
problem, layout

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS layout problem in FF benracer Web Page Design 4 Mar 28th, 2008 16:30
CSS Layout Problem AlexDS Web Page Design 7 Aug 14th, 2007 10:48
layout problem samv Web Page Design 21 Feb 17th, 2007 10:21
Problem with Layout dg81 Web Page Design 3 Jan 15th, 2007 03:31
layout problem bean_2k1 Web Page Design 3 Sep 13th, 2006 02:53


All times are GMT. The time now is 04:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43