trophy Posted March 18, 2010 Posted March 18, 2010 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.
♥mdtaylorlrim Posted March 18, 2010 Posted March 18, 2010 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...?
♥mdtaylorlrim Posted March 19, 2010 Posted March 19, 2010 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...?
trophy Posted March 19, 2010 Author Posted March 19, 2010 New Product/ in product description. This is how I would write it. <ul> Champion CH 110-D<P> <li> 1/24th TURBO-flex Chassis <p><li> powered by a Super 16-D motor <p><li> with TOYOTA 020 GTP body. <ul> <P> <P> This is the page http://www.hobbiesplus.co.nz/110da-p-431.html all the coding goes to the left too far.
Guest Posted March 19, 2010 Posted March 19, 2010 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.
trophy Posted March 19, 2010 Author Posted March 19, 2010 bktrain I have tried what you suggested and there is no difference. Appreciate the reply
♥mdtaylorlrim Posted March 19, 2010 Posted March 19, 2010 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...?
trophy Posted March 19, 2010 Author Posted March 19, 2010 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.