|
Posted by Al Camp on 07/31/05 03:18
"Jedi Fans" <"news[at]jedifans[--=dot==-]com"> wrote in message
news:42ec098b$1_4@mk-nntp-2.news.uk.tiscali.com...
> Al Camp wrote:
>> Jedi,
>> I guess I spoke too soon. I tried your css suggestion, but the <ul>
>> still paragraphs before the list. If I might impose on you further...
>> I entered this in my css style file... (copying the convention I see in
>> there)
>> .ul {
>> display:inline;
>> list-style-type: circle;
>> }
>> Then I have this code in my page...
>> <ul>
>> <li>Some text</li>
>> </ul>
>> but, the paragraph still appears.
>>
>> Am I doing something wrong?
>>
>> Thanks,
>> Al Camp
> try adding margin:0;padding:0; to the ul too ;)
Jedi,
Sorry, but no go. I've checked, and there is no <br> or <p> that precedes
the list... the last line of text just ends. The text that precedes this
list is not paragraphed... just straight text.
I uploaded the latest files to http://home.comcast.net/~alcamp/index.html,
(sill under construction) but... I don't expect you to bug shoot my page.
I can only guess that I've made some other mistake somewhere on the page
that's causing this problem.
css...
..ul {
display: inline;
list-style-type: circle;
margin:0;
padding:0;
}
page code...
<ul>
<li>Some text</li>
</ul>
Thanks again,
Al Camp
Navigation:
[Reply to this message]
|