| View previous topic :: View next topic |
| Author |
Message |
Raven12388 250+ Club
Joined: 06 Apr 2008 Posts: 377 Location: Liverpool, England
|
Posted: Mon Apr 07, 2008 5:16 pm Post subject: Advice please |
|
|
Hi all
I am new to building web sites this is my first one,
http://www.ukfishhunt.pwp.blueyonder.co.uk/index.html
I am using html that I learned on the internet and java scripts I have edited to fit my site the site runs fine but am I going the wrong way about it and making life hard for my self?? or have I done it the best way
thanks
Brian |
|
| Back to top |
|
 |
|
|
rangana 500+ Club

Joined: 27 Feb 2008 Posts: 629 Location: Cebu City Philippines
|
Posted: Tue Apr 08, 2008 2:13 am Post subject: Re: Advice please |
|
|
Why is this in the HTML section?..There is a showroom section here
Anyways, comments, let me tackle the HTML since you posted this in the HTML section.
...You don't have DTD in your page. Note that a valid page is almost a perfect page.
You might also find it useful to validate your page:
http://validor.w3.org
See the number of errors
You had a number of deprecated elements and attributes
I'll name a few
<center> and font tag
Also these attributes:
background
align
valign
...Also, that cursor tail, makes your page informal. (just my two cents worth).
Hope that helps  |
|
| Back to top |
|
 |
Raven12388 250+ Club
Joined: 06 Apr 2008 Posts: 377 Location: Liverpool, England
|
Posted: Tue Apr 08, 2008 10:09 pm Post subject: Re: Advice please |
|
|
Thanks for the reply some usful info there.
so from a quick look at the info ya gave me iam doing it the old way for starters.
and its not working in all browsers as i have missed out the valadation for all browsers is that correct??.
Thanks again
Brian |
|
| Back to top |
|
 |
rangana 500+ Club

Joined: 27 Feb 2008 Posts: 629 Location: Cebu City Philippines
|
Posted: Wed Apr 09, 2008 1:35 am Post subject: Re: Advice please |
|
|
| Quote: |
so from a quick look at the info ya gave me iam doing it the old way for starters.
|
Not the old way, but you're coding without realizing the deprecated elements. Well anyway, with the info i've given you, you'll be heading on the right part. (I guess)..
| Quote: |
and its not working in all browsers as i have missed out the valadation for all browsers is that correct??.
|
Yes, some browsers do not render it correctly. At least I know that IE will try to render your page the way you wanted it. But not for compliant browsers like FF...(maybe safari and opera too).
Hope that helps  |
|
| Back to top |
|
 |
Raven12388 250+ Club
Joined: 06 Apr 2008 Posts: 377 Location: Liverpool, England
|
Posted: Wed Apr 09, 2008 5:11 pm Post subject: Re: Advice please |
|
|
Thanks for all your advice rangana its appreciated
i aint no web designer and this is my first one so a good helpful hint or 2 is always welcome
Brian |
|
| Back to top |
|
 |
ramnosity 100+ Club

Joined: 10 Feb 2007 Posts: 192 Location: at my computer
|
Posted: Sun Apr 13, 2008 1:55 am Post subject: Re: Advice please |
|
|
| Pretty good. If your going for a professional look then I would take off the bubbles and the "welcome to my site". It should probably say something like "welcome to <site title>" Just some tips |
|
| Back to top |
|
 |
|