Donate SIGN UP

html text

Avatar Image
frankief | 14:16 Thu 26th Jul 2007 | Internet
10 Answers
I am editing my website and want to put in a row of words seperated by bullet points (i have used dots here): food . drink . garden . media. music I've tried the &# character prompt and it looks Ok in the control panel but it comes out as hieroglyphics when viewing the site. Any experts out there?
Gravatar

Answers

1 to 10 of 10rss feed

Best Answer

No best answer has yet been selected by frankief. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Try this link, very simple to follow, and shows you code for the various different bullet types.

http://www.yourhtmlsource.com/text/lists.html

Question Author
Thanks, but the link is just for creating vertical lists.Mine is a horizontal text with bullet points between each word.
I won't go in to the techinical details here but you can't use the characters in the character map.

Try and use ° make it bold and that should do the trick

I knew that would happen :)

That should be °

°
Which character have you tried?

� = •
� = •
� = •
� = •
Give the UL tag a unique ID value, then use CSS to set that list as being inline.

#yourUniqueID {
display: inline;
}

that should do it.

fo3nix has the right idea I think. Use CSS to style the list as horizontal.

http://www.webreference.com/programming/css_li sts/index.html

or you could faux pas and use .gif's
Question Author
Using 8226 and &# it shows on the website as


Not even close to a dot! Something i'm not doing right?

1 to 10 of 10rss feed

Do you know the answer?

html text

Answer Question >>