Menu:

Links:

Use these links to navigate the FAQ:

Next:
PPT2HTML system requirements

Previous:
Javascript to force a browser window to a certain size and center itself

All about PPT2HTML index page

Updated
7/25/2016

Microsoft MVP Logo

CSS to control the bullet style in bulleted lists

To change the bullet style the browser uses to display bulleted lists, try adding this in the <HEAD> </HEAD> section of your template:

<STYLE>
	UL { list-style-type:square }
</STYLE>

Use disc, circle, square or none for the types.

[Previous] [Home] [Next]