|
Prev: Ap Div help
Next: none of pictures show up!
From: 72names on 6 May 2008 18:00 First I bought two books....both of which show me how to use the software but don't seem to have the same features. I have been following a tutorial to learn how to create a web page. My problem is with the tables and/or cells. When I type the content into the table or cell, it resizes the length of table/cell even though I have it set to fixed width. FYI...the books I bought are Dreamweaver 8 (design & construction, O'reilly) and Dreamweacer 8 by Daniel Short & Garo Green. One last word HELP! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>21st Century Marketing Online</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body> <table width="750" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="750" height="100" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> <tr> <td height="800" valign="top"><table width="750" height="859" border="1" bgcolor="#FFFFFF"> <!--DWLayoutTable--> <tr> <td width="171" rowspan="2" align="left" valign="top" scope="col"><!--DWLayoutEmptyCell--> </td> <th width="563" height="53" valign="top" scope="col"><!--DWLayoutEmptyCell--> </th> </tr> <tr> <td height="795" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> </table></td> </tr> <tr> <td height="100" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> </table> </body> </html>
From: P on 7 May 2008 10:44 "Dream Weavaer" - that sounds like the Spanish version. :-D -- Patty Ayers | www.WebDevBiz.com Free Articles on the Business of Web Development Web Design Contract, Estimate Request Form, Estimate Worksheet --
From: John T Smith on 7 May 2008 12:34 Also, links to some HTML and/or DW Tutorials http://www.htmlcodetutorial.com/ http://www.htmldog.com/guides/ http://www.adobe.com/cfusion/designcenter/search.cfm?product=Dreamweaver&go=Go http://livedocs.adobe.com/ http://www.projectseven.com/tutorials/index.htm http://www.w3schools.com/ http://alistapart.com/topics/code http://lynda.com/ Hours of videos. (must pay) http://www.macromedia.com/devnet/mx/dreamweaver/css.html http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html http://www.adobe.com/devnet/dreamweaver/?navID=gettingstarted http://www.adobe.com/devnet/dreamweaver/articles/understanding_css.html http://www.adobe.com/devnet/dreamweaver/articles/css_page_layout_basics.html Customizing the layouts that come with CS3 (VIDEO) http://www.adobe.com/designcenter/video_workshop/?id=vid0155
|
Pages: 1 Prev: Ap Div help Next: none of pictures show up! |