This content has been marked as final.
Show 3 replies
-
1. Site check
theClownship Feb 4, 2007 9:32 AM (in response to Newsgroup_User)Nice job! Check out mine:
http://www.theclownship.com
Btw, it's my first too, but I am constantly changing it as I learn new things.... -
2. Re: Site check
Newsgroup_User Feb 4, 2007 12:02 PM (in response to Newsgroup_User)On Sun, 4 Feb 2007 14:40:50 -0000, "ghoti1" <homer90@tiscali.co.uk>
wrote:
>www.qeht.com
>
>Hi guys
>
>I am in the process of building this site. It is not yet finished but, it
>is close (I hope!)
>
>I would like any feedback or suggestions you may have. Please feel free to
>use the forms, anything entered will be deleted.
>
>btw This is my first!
>
>Thanks
>
just a couple of things to attend to here:-
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.qeht.com%2Findex.html
may I suggest you tidy things up by moving the .styles from the head
of the page into an external stylesheet and give them meaning ful
names. It will help you maintain the site so much easier.
Also learning a little more css will help you clean up a lot of
redundant code, such as having < p align="justify">
on a lot of lines - just define it once in your css file:
p, td, th, div, blockquote, dl, ul, li, ol
{ font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 1em;
text-align:justify;}
etc etc.
HTH
Malcolm
--
~Malcolm N....
~ -
3. Re: Site check
Newsgroup_User Feb 4, 2007 4:52 PM (in response to Newsgroup_User)thanks guys, just the sort of stuff i'm lookin for.
Keep it comin.
"Malcolm N_" <malcom@mgnixon.org.uk> wrote in message
news:4fecs2ddc5ql9rvl41hi4c9mcd4j86rkla@4ax.com...
> On Sun, 4 Feb 2007 14:40:50 -0000, "ghoti1" <homer90@tiscali.co.uk>
> wrote:
>
>>www.qeht.com
>>
>>Hi guys
>>
>>I am in the process of building this site. It is not yet finished but, it
>>is close (I hope!)
>>
>>I would like any feedback or suggestions you may have. Please feel free
>>to
>>use the forms, anything entered will be deleted.
>>
>>btw This is my first!
>>
>>Thanks
>>
>
> just a couple of things to attend to here:-
>
> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.qeht.com%2Findex.html
>
> may I suggest you tidy things up by moving the .styles from the head
> of the page into an external stylesheet and give them meaning ful
> names. It will help you maintain the site so much easier.
>
> Also learning a little more css will help you clean up a lot of
> redundant code, such as having < p align="justify">
> on a lot of lines - just define it once in your css file:
>
> p, td, th, div, blockquote, dl, ul, li, ol
> { font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 1em;
> text-align:justify;}
>
> etc etc.
>
> HTH
> Malcolm
> --
>
> ~Malcolm N....
> ~