SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: noob: ul, il tags creates bullet
Threaded View
-
Oct 3, 2007, 15:19 #1
- Join Date
- Oct 2006
- Posts
- 216
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
noob: ul, il tags creates bullet
I want to create list of things in my page one after another. But I don't want bullet point to appear in the brower. I have the following:
PHP Code:<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
* Coffee
* Tea
* Milk
Bookmarks