How can I make a custom rule, or a list with custom bullets?
Answer Posted / guest
There was a proposal in the now-expired HTML 3 draft to
handle exactly this: just add SRC to the <HR> or <UL> tag,
indicating where the image can be found. But until this is
more widely supported, you have to use <IMG> for the rule,
with a lot of "--" characters as ALT text for text browsers,
and using a <DL> with only <DD> tags for each item. Make
sure you use ALIGN for the image, which should go at the
beginning of the item, of course. This isn't as beautiful as
a "real" list.
An alternative is using a two column table, with the bullets
in the left column, and the text in the right. But this
won't work well on non-table supporting browsers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is numbered list in html?
What are the limits of the text field size?
What are logical and physical tags in html?
How to enter element content?
Can we modify the attribute's value of the html tag dynamically?
What do tds mean?
Is youtube a flash or html5?
How is xhtml better than html?
How do I create a link?
Why is frameset not supported html5?
What is innerhtml in jquery?
What is ishtml5?
How to you set the background image of the page using HTML?
What is a nav link?
What are the body tag attributes?