What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTML Lists

Pages: (5): « First [ 1 ] 2 3 4 5 » Last »
HTML Lists
Author: Message:
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. HTML Lists
When creating lists I have a problem when I finish a line it goes like this:
1. blah blah blah
2. Same blah
            3. Blah
  4. Blah

It is something to do with the writing because on line three I have less writing than line 1 Dunno how to fix it anyone?
If the worst comes to the worst eat a cake makes you feel better!
07-12-2006 04:00 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: HTML Lists
The code would help a alot :). Lists can be funny with html, they don't tend to support certain tags within them right.
07-12-2006 04:02 PM
Profile PM Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: HTML Lists
lol sorry


<OL>
<LI>In DalaWorld you can chat, Learn and make friends!
<LI>DalaWorld is always here to help when your online!
<LI>DalaWorld was created in 2006!                   
<LI>DalaWorld is based around ranks, people can with certain ranks can do certain things!
</OL>
If the worst comes to the worst eat a cake makes you feel better!
07-12-2006 04:07 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: HTML Lists
Your <li> tags are not closed. Oh and avoid using capital letters for tags, some browsers (mianly smaller ones), tend not to pick them up, and it is the XHTML valid way to code).

So add </li> after every line containing <li> :).
07-12-2006 04:10 PM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: HTML Lists
You havn't ended the <li> tags with </li>

Try this..

code:
<ol>
<li>In DalaWorld you can chat, Learn and make friends!</li>
<li>DalaWorld is always here to help when your online!</li>
<li>DalaWorld was created in 2006!</li>
<li>DalaWorld is based around ranks, people can with certain ranks can do certain things!</li>
</ol>

Edit: Too slow :P

Edit2: w3schools.com - HTML Lists

This post was edited on 07-12-2006 at 04:13 PM by Chris4.
Twitter: @ChrisLozeau
07-12-2006 04:10 PM
Profile PM Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: HTML Lists
Ok thanks!
If the worst comes to the worst eat a cake makes you feel better!
07-12-2006 04:11 PM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: HTML Lists
quote:
Originally posted by absorbation
Your <li> tags are not closed.
quote:
Originally posted by Chris4
You havn't ended the <li> tags with </li>

<LI> tag is an empty element :undecided:. So no need to close them.
07-12-2006 04:12 PM
Profile E-Mail PM Web Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: HTML Lists
Thanks Felu 4 that!
If the worst comes to the worst eat a cake makes you feel better!
07-12-2006 04:13 PM
Profile E-Mail PM Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: HTML Lists
Guys its still the same 4 me

ol>
<li>In DalaWorld you can chat, Learn and make friends!</li>
<li>DalaWorld is always here to help when your online!</li>
<li>DalaWorld was created in 2006!</li>                   
<li>DalaWorld is based around ranks, people can with certain ranks can do certain things!</li>
</ol>
If the worst comes to the worst eat a cake makes you feel better!
07-12-2006 04:17 PM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: HTML Lists
That code works fine with me :undecided:.
Try
code:
<OL TYPE=1>
<LI>bla
<LI>bla
<LI>bla
</OL>

Doesnt make diffrence but just a try.

This post was edited on 07-12-2006 at 04:20 PM by Felu.
07-12-2006 04:19 PM
Profile E-Mail PM Web Find Quote Report
Pages: (5): « First [ 1 ] 2 3 4 5 » 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