mixing letter matter

  • Thread starter Al Anazi, Khalid Abdullah
  • Start date
A

Al Anazi, Khalid Abdullah

how can i repeat letter (a) with another alphatical letters, for example:
(ab,ac.ad,ae,af.........az)
 
D

David Berry

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.
 
R

Ronx

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
[email protected]> wrote in message
news:[email protected]...
 
Top