Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I get spaces and bullet points in product description?


7stars

Recommended Posts

Posted

Hi

Would like to space or list points about my product but just get a paragraph? Can anyone advise? Thanks!

Posted
Hi

Would like to space or list points about my product but just get a paragraph? Can anyone advise? Thanks!

Hi,

 

You need to enter the description as html. You could use a wysiwyg editor, then copy the text from the body (without the <body> tags) and paste in to the product description. :)

____________________________________________________________________

____________________________________________________________________

Posted
Hi,

 

You need to enter the description as html. You could use a wysiwyg editor, then copy the text from the body (without the <body> tags) and paste in to the product description. :)

 

Really appreciate your answer, only I don't have a clue what any of it means! I'm a beginner at websites, have you got an idiots guide to that or if you can direct me to where I can follow instrcutions that would be great. Thank you.

Posted
Really appreciate your answer, only I don't have a clue what any of it means! I'm a beginner at websites, have you got an idiots guide to that or if you can direct me to where I can follow instrcutions that would be great. Thank you.

You can add html code to format your description.

To add a line break, type this at the end of your sentence:

<BR>

To add a paragraph break:

<P>

 

Here is a sample for bulletted listing.

<ul>
<lh>List heading</lh>
<li>line 1</li>
<li>line 2</li>
<li>line 3</li>
<li>etc, ect.</li>
</ul>

Simply place your text in place of mine.

 

Tim

Posted
You can add html code to format your description.

To add a line break, type this at the end of your sentence:

<BR>

To add a paragraph break:

<P>

 

Here is a sample for bulletted listing.

<ul>
<lh>List heading</lh>
<li>line 1</li>
<li>line 2</li>
<li>line 3</li>
<li>etc, ect.</li>
</ul>

Simply place your text in place of mine.

 

Tim

 

 

Thats fantastic thanks, I've just used the BR and P to start and its transformed it! Much appreciated, Thank you!

Archived

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

×
×
  • Create New...