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 ?
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 ?
You wrapped everything in a <table> tag, but a <table> can’t have another <table> as a direct child, or an <input> or anything but a <thead>/<tbody>/<tr>.
But this opens in IE browser.
Is there any way , I can view it in Design view in DreamWeaver ? I want to edit <td> widths etc from DreamWeaver Design view.
Can you please help
IE is being too forgiving. It’s not valid HTML. Dreamweaver SHOULD NOT render what’s essentially made up markup – there is no proper way to render it. A blank page is correct. Delete that outer <table> and matching </table>.
awesome … This works . I can see the layout now .