Dreamweaver 8Help

orcutt853

New Member
How can I make it so I can make tables? When I go in to dreamweaver and go to insert -> table.. I can not click on table and it is light gray. What is causing this?
 
1- try ctrl+alt+t
2-are you working with html?
3-try inserting the tables from the insert bar.
4-try this code, paste it in the body and tell us if the code works:
<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>
 
hi have u tryed what alexandergre sead because i have this problem and i just use the coad its a lot easyer and a tip if u do it this way save the coad in a word or text doc just so u have it to come back to later i find working in coad to be a lot more time wasting bit if u have a good book to teach u, u will get along just fine but this is only if u know html,htm and php text
 
Back
Top