Click to See Complete Forum and Search --> : simple html file


cofactor
02-10-2010, 06:50 AM
Hi, I'm a newbie here . I need some help . Here is a simple html file attched . please rename the file to DM.html .... when I open it in DreamWeaver 8, I can't see the view in Design view



How do I get to see the view in Design view ?

Eye for Video
02-14-2010, 11:03 AM
This line of code is duplicated right after <body>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
Eliminate that line.
I'd also suggest that you validate the code:
http://validator.w3.org/#validate_by_upload
a ton of errors... so start by using a different docType
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">Then the amount of errors is a little more manageable.
Best wishes,
Eye for Video
www.cidigitalmedia.com