Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

<li> not showing up inside the box


Guest

Recommended Posts

My <li> list is not showing up inside the margins. I know there is a way to make it show inside the correct margins, I think it is called "inline" but I can't find it. Anyone with some CSS knowledge would be great.

Link to comment
Share on other sites

My CSS skills are not up to par. I had

 

<p> .....

<li> ....... </li>

<li> ....... </li>

<li> ....... </li>

<li> ....... </li>

</p>

 

 

And should have had

 

<p> ....... </p>

<ul>

<li> ....... </li>

<li> ....... </li>

<li> ....... </li>

</ul>

 

Now it diplays correctly

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...