View Single Post
Old 11-09-2007, 03:28 AM   #4 (permalink)
Boogle
v7n Mentor
 
Join Date: 09-03-07
Location: England
Posts: 538
iTrader: 0 / 0%
Latest Blog:
None

Boogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really nice
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
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline   Reply With Quote