hai friend's how to use the bullets in HTML , we use the editor for hmtl is dreamviewer , ya i use the bullets but the aligment change's if i use the bullets'
dskumar_85 -1 Junior Poster in Training
Recommended Answers
Jump to PostHi,
i think , bullet means " unordered list".
i think,
<body>
<ul type="disc">
<li> x </li>
<li> Y </li>
</ul>
</body>
it works.
Jump to Postif the above reply didn't work then use css.
Jump to PostBTW: this isn't php - should be moved to CSS.
@nats .li means a 'class' called 'li' in normal css parlance.
If you want a bullet list with no indent:
ul{ margin:0; padding:0; list-style-type: ####; } li{ margin:0; padding:0; }
The list-style-type controls the bullet …
All 9 Replies
bhanu1225 0 Junior Poster in Training
vaultdweller123 32 Posting Pro
Wraithmanilian 1 Junior Poster
nats01282 0 Junior Poster
Wraithmanilian 1 Junior Poster

diafol
nats01282 0 Junior Poster
Wraithmanilian 1 Junior Poster
nats01282 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.