new line

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
william
Beginner
Beginner
Posts: 1
Joined: Tue Sep 09, 2008 11:53 am

new line

Post by william »

Hi all,

i'm new here, i'm building a vertical menu and have some long text to go in i would like to spread it over two lines, as below

text to long looks stupid

text to long
looks good :-)

anyone know how i do this

cheers
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: new line

Post by John »

Think HTML. Use a standard br (formatted properly) tag to split up the line.

Let me try code view...

Code: Select all

text to long<br>looks good
John
Post Reply