PDA

View Full Version : Dreamweaver question


Lira42
04-06-2004, 10:00 PM
I am taking some HTML classes I like learning all this stuff.
We have been making our own templates and I will leave out the easiest thing like a > or a /> and when I look I just cant find it..
Now I have dreamweaver MX 6.0 but I have never used it I was wondering if I copy an paste my code in there is there a way to check it to see what might have been left out an have it edit it?

The only thing I found in there was under commands there was a check HTML but I am not sure if that will fix a broken code or just remove extra code..

davidw
04-06-2004, 10:50 PM
Dreamweaver will normally highlight code and if one part of the code is not highlighted but you know it should be then you can find the problem.

mholtum
04-07-2004, 1:04 AM
That will highlight broken code and then you can fix it.

Lira42
04-07-2004, 6:19 AM
I copy/pasted the code from notepad into dreamweaver.
I took out some code to see if it would check it.. Its not highlighting anything is there something else you have to do first?
I am in code view.

davidw
04-07-2004, 8:41 AM
Notice this...

In the broken code, after you click in the heading (Macromedia), there is only <body> and <p.welcome> above the property inspector. Notice in the code there is <strong> and then the heading but no </strong>

davidw
04-07-2004, 8:43 AM
for some weird reason the picture didn't get uploaded

davidw
04-07-2004, 8:44 AM
In the fixed code, after you click in the heading (Macromedia), there is <body> <p.welcome> and <strong> above the property inspector. Notice in the code there is <strong> and then the heading and then </strong>

Lira42
04-07-2004, 3:41 PM
Thanks I need to do some more playing around in this program to see whats what..