WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1remove circle when make <li> Empty remove circle when make <li> Thu Mar 03, 2011 6:35 pm

verrell123

verrell123
Registered Member
Registered Member
When we make
Code:
<li>
They were some circle like this
  • TEST

Can we remove the circle on html?

http://www.freshartz.co.cc/

2remove circle when make <li> Empty Re: remove circle when make <li> Thu Mar 03, 2011 6:39 pm

Sanket

Sanket
Administrator
Administrator
That tag itself means a list. Thats what its supposed to do, show circles.

http://www.webartzforum.com

3remove circle when make <li> Empty Re: remove circle when make <li> Thu Mar 03, 2011 6:55 pm

verrell123

verrell123
Registered Member
Registered Member
hide the circle

http://www.freshartz.co.cc/

4remove circle when make <li> Empty Re: remove circle when make <li> Thu Mar 03, 2011 7:01 pm

Sanket

Sanket
Administrator
Administrator
Whats the use of adding the list tag then? Shocked

Just add the text normally then.

http://www.webartzforum.com

5remove circle when make <li> Empty Re: remove circle when make <li> Thu Mar 03, 2011 7:37 pm

Guest


Guest
use this CSS code:
Code:

ul {list-style:none;}

6remove circle when make <li> Empty Re: remove circle when make <li> Fri Mar 04, 2011 5:15 am

RockerMan

RockerMan
Technician
Technician
You don't apply it to the ul you apply it to the li Smile


Code:
li { list-style: none; }

You can be more specific you can say...
Code:
#div ul{ list-style: none; }
*ul is not valid Wink

http://www.graphics-post.com/

7remove circle when make <li> Empty Re: remove circle when make <li> Fri Mar 04, 2011 2:34 pm

verrell123

verrell123
Registered Member
Registered Member
ok, thanks this solved

http://www.freshartz.co.cc/

8remove circle when make <li> Empty Re: remove circle when make <li> Fri Mar 04, 2011 10:00 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Solved | Locked

http://woops.dk

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum