mixing letter matter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i repeat letter (a) with another alphatical letters, for example:
(ab,ac.ad,ae,af.........az)
 
Do you mean that you want to do this in a bulleted list? If so, under
format, bullets and numbering, choose the alpha style (upper or lower) from
the numbers tab. Then change the "start at" number to be 28 and the letters
will start with ab, ac, ad etc. In HTML/Code View it would look like:

<ol style="list-style-type: lower-alpha" type="a" start="28">
<li>&nbsp;</li>
</ol>

If you didn't mean in a bulleted list please give more details.
 
Please rephrase the question, and explain the relevance to FrontPage.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"Al Anazi, Khalid Abdullah" <Al Anazi, Khalid
(e-mail address removed)> wrote in message
news:[email protected]...
 

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

Back
Top