This is a problem that I have not been able to assertain what it is that I need to do to accomplish the desired output.
I have this HTML Code:
These display correctly in the browser but with out a border/container
In the css.stylesheet I would like to define a border for the li items but do not know what the css code would be to do so.
I have a reference that I should define a span element for this but the documentation assumes that I know what they are refering to, 'how dumb of them' as I do not.
So if this is explainable, what css.stylesheet code would I need to enclose each li reference or those under the ul in a box/border??
rvnguy
"I know everything..I just can't remember it all
I have this HTML Code:
Code:
<ul>
<li>Head Description
<ul>
<li><a href="[URL unfurl="true"]http://www.xxxx.com">Description1</a></li>[/URL]
<li><a href="[URL unfurl="true"]http://www.xxxx.com">Description2</a></li>[/URL]
<li><a href="[URL unfurl="true"]http://www.xxxx.com">Description3</a></li>[/URL]
<li><a href="[URL unfurl="true"]http://www.xxxx.com">Description4</a></li>[/URL]
</ul>
In the css.stylesheet I would like to define a border for the li items but do not know what the css code would be to do so.
I have a reference that I should define a span element for this but the documentation assumes that I know what they are refering to, 'how dumb of them' as I do not.
So if this is explainable, what css.stylesheet code would I need to enclose each li reference or those under the ul in a box/border??
rvnguy
"I know everything..I just can't remember it all