Marjo wrote:
> I am new to this list, having just started my webdesign activities again.
Welcome, Marjo.
>
>
> I have a small problem which I hope is very easy to solve. On a webpage I
> want to have a piece of text with in between a few lists. Now, with my
> current design and stylesheet make-up, I have the lists with items floating
> between the text.
> Could anyone tell me what I might be doing wrong? Which piece of code is
> missing here?
>
I am not sure I understand the question (always best to provide a
clickable link to the page/problem in question when possible).
Is this even remotely what you are after?
css:
html, body { font: 100%/1.3 Georgia, seif; text-align: center; }
#rap { border: 1px solid fuchsia; margin: 0 auto; padding: 10px 0;
text-align: left; width: 300px; }
li { list-style-type: square; }
p { margin: 0 10px; }
html:
<div id="rap">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Pellentesque neque massa, auctor nec, facilisis in, placerat sed, est.</p>
<ul>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Pellentesque neque massa, auctor nec, facilisis in, placerat sed, est.</p>
</div>
> Marjo van Cappelleveen
>
Best,
~dL
--
http://chelseacreekstudio.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/