Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you enter bullet points in product descript


Guest

Recommended Posts

Posted

When I enter a new product in osCommerce and I want to give a detailed description. I have been cutting and pasting the text. When I copy the text it includes the bullet points and line items. When I paste it causes a run on paragraph. Is there a way around this ? :huh:

 

This is the way it comes up

 

The optional PARTNER? Advanced Communications System 1600 DSL module supports business-ready DSL via symmetric digital subscriber line (SDSL) service.* SDSL goes well beyond the DSL service you might use at home to surf the Web. A PARTNER? Advanced Communications System equipped with a 1600 DSL module offers: High-speed Internet access High-speed uploads and downloads up to 2 Mbps?send and receive the large files your business depends on. SDSL delivers near-T1 speeds and may deliver cost savings. The ability to share DSL access in multi-tenant environments.

 

I wanted bullet point to highlight the features.

 

Thanks

Posted

You need to format your text using HTML coding to make a bulleted list:

 

<ul>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ul>

They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ

Posted
<p align="justify">
The optional PARTNER? Advanced Communications System 1600 DSL module supports business-ready DSL via symmetric digital subscriber line (SDSL) service.* SDSL goes well beyond the DSL service you might use at home to surf the Web. 
</p>
<p>
A PARTNER? Advanced Communications System equipped with a 1600 DSL module offers:
<ul> 
<li>High-speed Internet access</li> 
<li>High-speed uploads and downloads up to 2 Mbps?send and receive the large files your business depends on.</li> 
<li>SDSL delivers near-T1 speeds and may deliver cost savings.</li> 
<li>The ability to share DSL access in multi-tenant environments.</li>
</ul>
</p>

They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ

Archived

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

×
×
  • Create New...