|
Posted by Jukka K. Korpela on 02/26/07 15:41
Scripsit Bob:
> I have a number of items that I'm listing row by row...
Posting a URL would have helped us to help you. What you have might be best
described as a list, or some other way.
By the way, childish use of "..." is disturbing. Even if you're 8 years old,
it's still best to write here as if you were an adult.
> Apples
> These are the finest apples from Washington State.
That doesn't make much sense, does it? As I wrote, a real URL would be
helpful.
Anyway, I guess that what you really have might be best marked-up using
heading and paragraph markup:
<h2>Apples</h2>
<p>These are the finest apples from Washington State.</p>
The desired appearance might then be achieved e.g. as follows (assuming you
don't want the headings highlighted):
h2 { font-size: 100%; font-weight: normal; margin: 1em 0 0 0; }
p { margin: 0 0 0.6em 2em; }
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|