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 the need of modular dtds?
What is section tag in html?
What is the major improvement with HTML5 in reference to Flash?
What is a seat stay?
What is dom in browser?
What is dhtml explain with example?
what is the ? Is it necessary to use in html5
What is the difference between HTML5 interaction in Sencha and Twitter/Bootstrap?
What is a syntactical device?
What is the difference between hr and br tag?
What is pull down menu box,how giving links using vbscript
How is web design?
Tell me about technologies that we use in dhtml?
how can we convert html server controls to webserver controls?
How do you make a picture into a background image of a web page?