> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Phil Turner
> Sent: 20 October 2006 00:32
> To: css-d@lists.css-discuss.org
> Subject: [css-d] new css designer - comments please
>
>
> Hi and thanks everyone I've learnt a lot since subscribing
> comments on my latest creation please, I like many others am just
> getting the hang of this and would like to know if anyone else works
> quite slowly to create a good looking page, learning as they go??
>
> http://www.philturner-uk.com/ypny/
>
> only the first two pages done at the mo , I have trouble with spacing
> on the text between the h1,h2,h3 and body copy and class styles any
> pointers and comments welcome - its for a good cause as well
>
> Kind Regards
>
>
Phil,

First things first.

Your html does not validate.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.philturner-uk.c
om%2Fypny%2F

You have a "strict" declaration in your doctype and there is no way that
your html will validate to strict parameters in any case.
Change to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>

Then for starters, sort out all your end tags from > to />


If you sort out your html first it will be easier to see what the problem is
elsewhere.
As someone who is still on the steep learning curve, I too have learned the
hard way!!

Ian

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.5/483 - Release Date: 18/10/2006

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to