OK so you need to change the £ sign to this:
£ (just copy & paste but make sure you put it in the HTML code view and not design view.)
please don't use FrontPage for your bulletList, use this:
html:
Code:
<ul id="bulletList1">
<li>text here</li>
<li>text here</li>
<li>text here</li>
</ul>
CSS:
Code:
#bulletList1
{
styles...
}
hope this helps?
Boog's