Copy link to clipboard
Copied
I am using Dreamweaver to script a website. For no reason (apparently), one of the pages is displaying <h2> and <p> tags on the samel line. On the same page I have several <h2> and <p> working properly. I reviewed the openning and closing tags. I found no issues. Any Idea why this is happening?
Does your document display a Red X?
Most likely, the glitch is caused by coding errors elsewhere in your document.
Go to Window > Results > Validation.
Check the document and fix all reported errors.
For trouble-free results, you should always see a Green Checkmark, denoting error-free code.
Hope that helps.
Copy link to clipboard
Copied
Does your document display a Red X?
Most likely, the glitch is caused by coding errors elsewhere in your document.
Go to Window > Results > Validation.
Check the document and fix all reported errors.
For trouble-free results, you should always see a Green Checkmark, denoting error-free code.
Hope that helps.
Copy link to clipboard
Copied
Thank you, Nancy. It helped a lot. I reviewed all my coding and found other errors.