Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

indent codining no longeer works


trophy

Recommended Posts

Posted

I have had my site SSL modified and since then the <UL> in my text for the description of the article no longer works.

Any ideas.

Posted

I have had my site SSL modified and since then the <UL> in my text for the description of the article no longer works.

Any ideas.

Let's see the code...

 

<UL> is not indent code... it may have that effect, but that is not the purpose.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

You siad...

I have had my site SSL modified and since then the <UL> in my text for the description of the article no longer works.

Any ideas.

So, show us somewhere you put the <UL> code so we can analyze how you used it and if it should work where and how you used it.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

An <ul> tag is an unordered list not an indent. Not usre what you were trying to get with the above, but maybe try something like this.

<ul>
 <li>Champion CH 110-D</li>
 <li>1/24th TURBO-flex Chassis</li>
 <li>powered by a Super 16-D motor</li>
 <li>with TOYOTA 020 GTP body</li>
</ul>

 

The list tags should not be inside of a <p> tag. Not sure about a <p> tag inside of a list tag.

Posted

bktrain

I have tried what you suggested and there is no difference.

Appreciate the reply

I dont think what you are seeing is related to html code in the product description, but in the width and possibly cell padding of the info boxes. I don't have a solution because I think it will be one of those things that is going to be difficult to find, but I have a temporary workaround perhaps. Try this in one of your product descriptions and see what the result is.

 

<blockquote>
<ul>
 <li>Champion CH 110-D</li>
 <li>1/24th TURBO-flex Chassis</li>
 <li>powered by a Super 16-D motor</li>
 <li>with TOYOTA 020 GTP body</li>
</ul>
</blockquote>

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

Yes! that works a treat thank you.

Can't say I have seen this before.

There is one big problem, I have 900 plus products to alter.

Archived

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

×
×
  • Create New...