Bulleted lists in Frontpage

G

Guest

Hi all

I am just updating my companies website, adding some press releases onto a
blank html page. I am trying to add some bullet points to a few notes under
a heading but when i try and add a bullet it just adds one to the title and
moves all the text over to the right. I have tried doing it a couple of
different ways but am getting the same result, what else can i do? why is it
doing this?

Many thanks
 
S

Stefan B Rusynko

Your list must be outside of the Heading (hx) tag

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi all
|
| I am just updating my companies website, adding some press releases onto a
| blank html page. I am trying to add some bullet points to a few notes under
| a heading but when i try and add a bullet it just adds one to the title and
| moves all the text over to the right. I have tried doing it a couple of
| different ways but am getting the same result, what else can i do? why is it
| doing this?
|
| Many thanks
 
X

xx75vulcan

It should look like this (in code):

Heading
<ul>
<li> Item 1</li>
<li> Item 2</li>
</ul>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top