Need a Dreamweaver 8 guru

Associate
Joined
29 Oct 2002
Posts
618
Location
stoke-on-trent
When I open a new page, design blank page, I cannot input a table? The table icon on the top of the window is greyed out and when I go to input table form menu that is also greyed out? I have obviously set something but what??
Really need help on this. Thanks.
 
stick this below your <body> tag

<table width="200" border="1">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

obviously you can modify to make a bigger/longer table - not sure why dreambeaver is being weird
 
I'm not 100% sure as far as DW8 goes as I use CS3, but I am sure certain options are not available like inserting tables, depending on what view you are using.

What are you using?. Design, Split or Code view?.

Try changing between them and see if the greyed out icon appears again.
 
When I open a new page, design blank page, I cannot input a table? The table icon on the top of the window is greyed out and when I go to input table form menu that is also greyed out? I have obviously set something but what??
Really need help on this. Thanks.

Make sure you're creating a document you can actually insert a table into, i.e. don't pick "CSS" as that's for creating a stylesheet.
 
Thanks lads I was in fact trying to input a table into a CSS page however, even if I go to page design usin basic page it still will not let me input a table, Grr.
 
Are you using vista? If i remember right there is an error with pre-CS3 and the table instert tool.

I believe there is a fix somewhere on the adobe site, this is only for using it on vista though.
 
Back
Top Bottom