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 >.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.