What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Website coding tutorial websites

Pages: (6): « First « 1 [ 2 ] 3 4 5 6 » Last »
Website coding tutorial websites
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Website coding tutorial websites
Look at the forum source, same doctype, you place at the top of the page before any code starts ;)
03-11-2006 04:07 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: Website coding tutorial websites
oh yes :) i see now :P

what about the other bit i asked about {my edit}
"You don't sleep, you defragment!"
03-11-2006 04:08 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Website coding tutorial websites
Oh you need to add the encoding. You see some browsers may not pick up certain symbols etc so by adding an encoding W3 can reconise how your website was coded :)

So in the head tags:
code:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

Add that and it should work :)
03-11-2006 04:11 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: Website coding tutorial websites
ok it works now - sort of...
it keeps saying things arent aloud in DOCTYPE
like: <br> and: <ul>
etc
here is the result page:
http://validator.w3.org/check?uri=http%3A%2F%2Fww...er.net%2Findex.htm
"You don't sleep, you defragment!"
03-11-2006 04:15 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Website coding tutorial websites
ya change <br> to <br /> tags. Why? Because every tag must be closed, so when you do <b>hi</b> you close the tag.

But you do not go <br></br> Now do we, so we just use a traling slash at the end <br /> :P
03-11-2006 04:20 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: Website coding tutorial websites
i did though .. with most if not all :S
i have been careful doing that with this website:P
edit: checked by using "CRTL+F" and it says there are no "<br>" 's

This post was edited on 03-11-2006 at 04:22 PM by DJKAL.
"You don't sleep, you defragment!"
03-11-2006 04:21 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Website coding tutorial websites
Oh right for some reason you can't use <br /> tags in <li> tags. I had this problem before but i never really use <li>. There must be some reason, next time when you space do the next bullet point close the <li> tag before <br /> ;)

Edit: and that seems to be your only problem, the rest of the coding is great (y)

just
code:
alt = ""
in your image tags ;)

Edit 2:Atually change this code from your <h3> tags:

code:
       <h3>
           <ul>
               <li>
                   <a href="welcome.htm"> Welcome</a> </li>
                   <li>
                       <a href="flying.htm"> Flying</a> </li>
                       <li>
                           <a href="shooting.htm"> Shooting</a> </li>
                           <li>
                               <a href="sport.htm"> Sports</a> </li>
                                   <li>
                                <a href="annual_camps.htm"> Annual camps</a> </li>   
                <li>
                <a href="duke_of_edinburgh.htm"> Duke of                             Edinburgh Award</a> </li>
                             <li>
                                <a href="events.htm"> Events</a> </li>
             <li>
                 <a href="photos.htm"> Photos </li>
                     <li>
                         <a href="staff.htm"> Staff</a> </li>
                  <li>
                     <a href="forum" target="_blank"> Forums</a> </li>
          </ul>     
      </h3>


This post was edited on 03-11-2006 at 04:29 PM by absorbation.
03-11-2006 04:25 PM
Profile PM Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: Website coding tutorial websites
http://pixel2life.com has some nice tutorials!
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
03-11-2006 04:28 PM
Profile PM Web Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: Website coding tutorial websites
i knew about the alternative text for images - i'll add that in a sec

quote:
Originally posted by Absorbation
There must be some reason, next time when you space do the next bullet point close the <li> tag before <br />

i thought i had done that - hmmmm :dodgy:

and


is the code in "edit 2" the code i use now {you edited it} or do i edit that? - i dont understand what you mean sorry
"You don't sleep, you defragment!"
03-11-2006 04:39 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Website coding tutorial websites
Use the code I provided and it should work ;)
03-11-2006 04:44 PM
Profile PM Find Quote Report
Pages: (6): « First « 1 [ 2 ] 3 4 5 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On