How to work with large text columns

The text that’s entered by the user

The Fender Stratocaster is <i>the</i> electric guitar design that changed the world. This guitar features a thicker bridge block for increased sustain and a more stable point of contact with the strings.

Features:

* Thicker bridge block
* 3-ply parchment pick guard
* Tinted neck

The HTML that’s generated by the content management system

      <p>The Fender Stratocaster is <i>the</i> electric guitar design 
      that changed the world. This guitar features a thicker bridge block for increased 
      sustain and a more stable point of contact with the strings.</p>

      <p>Features:</p>

      <ul>
         <li>Thicker bridge block</li>
         <li>3-ply parchment pick guard
         <li>Tinted neck</li>
      </ul>
      

The rules for this content management system

Description

Back