Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to wrap HTML Code

Status
Not open for further replies.

netrusher

Technical User
Feb 13, 2005
952
US
I am new to HTML and I need to know how to wrap code when it is too long and keeps going across the page. In VBA you use _. This will
wrap the code and you can keep it looking neater. Please help!!!
 
What are you using to write your HTML? Most text editors will wrap the display if you change the setting for that. Otherwise, just break to a new line where you want to wrap the HTML. The only time this produces any side effects is if you don't want a blank space where you start the new line. Then you just start the new line inside an HTML tag, like just before a close >.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top