Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Site Modification.


Guest

Recommended Posts

On my products page, the descrition wraps. Is there a way unwrap it?

It shows this:

 

Standard Features Log Off Hot Key Log off Microsoft Windows? quickly with the press of a button. Sleep Hot Key Put your computer into "sleep" mode (such as suspend, standby, or hibernation) right from your desktop, protecting your data and saving energy. (Sleep Hot Key functionality is available if your system supports power management and has it enabled, and if all peripherals are compatible with power management.) Sleek Profile This keyboard is designed for a comfortable experience. Use the palm rest to support your hands when not typing, or remove it if that's more your style. Striking Looks Vibrant color and design add personality to your desktop.

 

I paste this:

Standard Features:

Log Off Hot Key: Log off Microsoft Windows? quickly with the press of a button.

Sleep Hot Key: Put your computer into "sleep" mode (such as suspend, standby, or hibernation) right from your desktop, protecting your data and saving energy. (Sleep Hot Key functionality is available if your system supports power management and has it enabled, and if all peripherals are compatible with power management.)

Sleek Profile: This keyboard is designed for a comfortable experience. Use the palm rest to support your hands when not typing, or remove it if that's more your style. Striking Looks Vibrant color and design add personality to your desktop.

Link to comment
Share on other sites

Do a Google search for an HTML tutorial...that will help. The quick answer to your second post is:

for a new line, enter <br>. If you want a blank line of text, enter <br><br>.

to put something in bold print, type this:

<b>this text is bold</b>and this text isn't.

If you want to make a bulleted list, you could say this:

<ul>This is the title of my list.

<li>this is my first list item

<li>this is my second list item

<li>this is my last list item

</ul>Now I'm done with my list.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...