text wrapping

S

southernpoet

Doing my first website. Using a textbox. Trying to enter a
poem...centered...with one line above the next. When I end my first line and
hit enter, it begins a new paragraph. I want it to go to the next line
so...then next line will be directly under it, with no spacing...
 
P

Paul S. Wolf

Doing my first website. Using a textbox. Trying to enter a
poem...centered...with one line above the next. When I end my first line and
hit enter, it begins a new paragraph. I want it to go to the next line
so...then next line will be directly under it, with no spacing...

1. Don't use Text Boxes. They are only supported by IE. I suggest
using a table instead.
2, To get a Line Break <br> use SHIFT-Enter, instead of Enter, which
generates a Paragraph break </p><p>
 
Top