Copy link to clipboard
Copied
I found these two errors through the Markup Validation Service... but I don't know where they are on my specific web page(s). Any thoughts about how to find such errors to correct them?
Thanks.
Copy link to clipboard
Copied
The validation report references a Line number in your code where the errors are. To find the line number in DW, you will have to be using Code View, or Split Screen in which the Code View is one screen.
The report for which you provided a URL indicates your two errors are both on Line 64. In each case, the citation shows you that the error is an unnecessary space inserted after the open quotation mark highlighted in red. Find the line and delete the unnecessary space.
Chris
Copy link to clipboard
Copied
Adding to Chris' reply, if you right click your page you will see a dropdown menu.
Choosing 'View Source Code' or similar will show the code that the browser and the validator see.
The description in the validation report will tell you how to fix the problem.
Copy link to clipboard
Copied
As someone who is regretfully awful at working with code, I am still not sure how to fix my errors or where exactly they are on Line 64. Might someone be willing to copy and paste a correction here, so that I can copy and paste on Line 64 and correct the two errors?
If so, thank you so much!
Copy link to clipboard
Copied
Remove the HEIGHT attributes from your Tables. You don't need it because content dictates height. Use Ctrl+F to FIND.
<table width="944" height="681" border="4" align="center" cellpadding="8" cells…
Copy link to clipboard
Copied
Thank you, Nancy.
I removed the:
height="681"
Should this take care of the errors then?
Copy link to clipboard
Copied
Interesting, though. I removed:
height="681"
from line 64, yet when I just rechecked View page source, the height="681" is still there and now that I just rechecked my Markup Validation Report, I'm showing the same error(s).
Any thoughts, suggestions?
Thanks.
Copy link to clipboard
Copied
Did you save the page, upload to server and refresh your browser?
Copy link to clipboard
Copied
I did all this, Nancy. Note the height is gone on my webpage, but it was not showing it was gone when I did the Validation Report.