Click to See Complete Forum and Search --> : Trouble viewing HTML Code
jcstanley
04-04-2007, 04:43 AM
Hi
I have just opened up an HTML file in Frontpage 2002 but all the code is on one line!
Is there a quick and easy way of automatically rearranging it to make it easier to read?
Many Thanks
roondog
04-04-2007, 04:49 AM
Not sure about front page but notepad usually has the little boxes to denote a line break.
jcstanley
04-04-2007, 04:53 AM
Not sure about front page but notepad usually has the little boxes to denote a line break.
where abouts in notepad are the boxes?
roondog
04-04-2007, 05:04 AM
Just in the code there'll be a littlebox but you have to then rearrange it yourself but it lets you know where to put line breaks. Otherwise I would suggest doing the same after every endtag. Not sure about a way to do it automatically sorry.
ray326
04-05-2007, 12:29 AM
There is undoubtedly a reformatting function in Frontpage. Even better would be to use HTML Tidy to both clean it up AND reformat it in one shot.
Major Payne
04-05-2007, 04:16 PM
You can turn on Word Wrap, so that lines of code don't run off the edge of the page. On the Tools menu, click Page Options. Click the General tab, and then select Word wrap at the bottom.. (Click View, Toolbars to check whether a toolbar is on or off.)
Ron