Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Creating Custom Non-Indented HTML Web Page List Item Bullets


You can create non-indented, customized bullets simply by using some special character codes. If you'd rather not have your bullets indented and would like to customize their style, you can use any of the following codes:

Browser View:

• Example text
• Example text
• Example text


HTML Code:
• Example text
• Example text
• Example text


Browser View:

¤ Example text
¤ Example text
¤ Example text


HTML Code:
¤ Example text
¤ Example text
¤ Example text


Browser View:

« Example text
« Example text
« Example text


HTML Code:
« Example text
« Example text
« Example text


Browser View:

· Example text
· Example text
· Example text


HTML Code:
· Example text
· Example text
· Example text


Browser View:

× Example text
× Example text
× Example text


HTML Code:
× Example text
× Example text
× Example text

Copy and paste your selected code into your HTML where you would like your bullets and text to appear.

 More Web Design Tips