Is there an option in dreamweaver to format the text on the screen. By format here I really mean align into an easily readable pattern...
so that
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
would automatically be transformed to a more readable
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
or something like it ??
so that
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
would automatically be transformed to a more readable
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
or something like it ??