How to get paragraf insisde an unordered list?

A

Antares

How to get paragraf insisde an unordered list:
(this is general question, regardless of MS Publisher)

<h4>Product list:</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
--space--
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
--space--
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
<li>Oranges</li>
</ul>

I just want that some lists inside unordered list was separated with some
space.
 
S

Stefan B Rusynko

With a <br> tag in te item as say:

<h4>Product list:</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons<br></li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons<br></li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
<li>Oranges</li>
</ul>

_____________________________________________
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.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


| How to get paragraf insisde an unordered list:
| (this is general question, regardless of MS Publisher)
|
| <h4>Product list:</h4>
| <ul>
| <li>Apples</li>
| <li>Bananas</li>
| <li>Lemons</li>
| --space--
| <li>Oranges</li>
| <li>Apples</li>
| <li>Bananas</li>
| <li>Lemons</li>
| --space--
| <li>Oranges</li>
| <li>Apples</li>
| <li>Bananas</li>
| <li>Lemons</li>
| <li>Oranges</li>
| </ul>
|
| I just want that some lists inside unordered list was separated with some
| space.
|
|
 
A

Antares

Stefan B Rusynko said:
With a <br> tag in te item as say:

<h4>Product list:</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons<br></li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons<br></li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
<li>Oranges</li>
</ul>

_____________________________________________
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.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


| How to get paragraf insisde an unordered list:
| (this is general question, regardless of MS Publisher)
|
| <h4>Product list:</h4>
| <ul>
| <li>Apples</li>
| <li>Bananas</li>
| <li>Lemons</li>
| --space--
| <li>Oranges</li>
| <li>Apples</li>
| <li>Bananas</li>
| <li>Lemons</li>
| --space--
| <li>Oranges</li>
| <li>Apples</li>
| <li>Bananas</li>
| <li>Lemons</li>
| <li>Oranges</li>
| </ul>
|
| I just want that some lists inside unordered list was separated with
some
| space.
===========================

This way not work, by the way. I tried.
Antares
 
M

Murray

<h4>Product list:</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons
</li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons
<p>this will also put in some space</p>
</li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
<li>Oranges</li>
</ul>
 
S

Stefan B Rusynko

Add a double br
<h4>Product list:</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons<br><br></li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons<br><br></li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
<li>Oranges</li>
</ul>




|
| | > With a <br> tag in te item as say:
| >
| > <h4>Product list:</h4>
| > <ul>
| > <li>Apples</li>
| > <li>Bananas</li>
| > <li>Lemons<br></li>
| > <li>Oranges</li>
| > <li>Apples</li>
| > <li>Bananas</li>
| > <li>Lemons<br></li>
| > <li>Oranges</li>
| > <li>Apples</li>
| > <li>Bananas</li>
| > <li>Lemons</li>
| > <li>Oranges</li>
| > </ul>
| >
| > _____________________________________________
| > 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.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | > | How to get paragraf insisde an unordered list:
| > | (this is general question, regardless of MS Publisher)
| > |
| > | <h4>Product list:</h4>
| > | <ul>
| > | <li>Apples</li>
| > | <li>Bananas</li>
| > | <li>Lemons</li>
| > | --space--
| > | <li>Oranges</li>
| > | <li>Apples</li>
| > | <li>Bananas</li>
| > | <li>Lemons</li>
| > | --space--
| > | <li>Oranges</li>
| > | <li>Apples</li>
| > | <li>Bananas</li>
| > | <li>Lemons</li>
| > | <li>Oranges</li>
| > | </ul>
| > |
| > | I just want that some lists inside unordered list was separated with
| > some
| > | space.
| ===========================
|
| This way not work, by the way. I tried.
| Antares
|
|
 
L

luminore

Murray said:
<h4>Product list:</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons
</li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons
<p>this will also put in some space</p>
</li>
<li>Oranges</li>
<li>Apples</li>
<li>Bananas</li>
<li>Lemons</li>
<li>Oranges</li>
</ul>
=================
And what is more correct, <li>Lemons <p>this will also put in some space</p>
</li> or <li>Lemons<br><br></li> ?
 
M

Murray

Neither, really. Semantically they have different meanings, but it would be
hard to say which were more appropriate in this usage....
 

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