![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Background color missing
:confused;
I'm a newbie just working on the Adobe Dreamweaver tutorial. It instructs me to go to modify>page properties> click on the background color box and select black (#000000). I did this and the background color is still without color. When I open the page in Safari, the black color is there in the background. It also is in the code..... I also tried this before only with a large background image. It would not appear on the page in Dreamweaver but was in the code and showed up when I opened it in Safari. Please advise. Thanks so much!! [h]Text[/h] <!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=UTF-8" /> <title>Cafe Townsend</title> <style type="text/css"> body { background-color: #000000 } --> </style> </head> <body> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="90"><img src="" alt="" name="banner_graphic" width="700" height="90" id="banner_graphic" style="background-color: #993300" /></td> </tr> <tr> <td height="166"> </td> </tr> <tr> <td height="24"> </td> </tr> </table> <p> </p> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="140" bgcolor="#993300"><span class="style1"></span></td> <td width="230" bgcolor="F7EEDF"> </td> <td width="330" bgcolor="F7EEDF"> </td> </tr> </table> Cafe Townsend <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="24"> </td> </tr> </table> </body> </html> |
|
|||
|
Re: Background color missing
This page will definitely be black in DW. Are you sure you are looking at
the right page? Do you have styles enabled (VIEW | Style Rendering > Display Styles)? -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Bennibird" <webforumsuser@macromedia.com> wrote in message news:frsa3h$n9p$1@forums.macromedia.com... > :confused; > I'm a newbie just working on the Adobe Dreamweaver tutorial. It instructs > me > to go to modify>page properties> click on the background color box and > select > black (#000000). I did this and the background color is still without > color. > When I open the page in Safari, the black color is there in the > background. It > also is in the code..... > I also tried this before only with a large background image. It would not > appear on the page in Dreamweaver but was in the code and showed up when I > opened it in Safari. Please advise. Thanks so much!! > > > [h]Text[/h] > > <!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=UTF-8" /> > <title>Cafe Townsend</title> > <style type="text/css"> > body { > background-color: #000000 > } > --> > </style> > </head> > > <body> > <table width="700" border="0" cellspacing="0" cellpadding="0"> > <tr> > <td height="90"><img src="" alt="" name="banner_graphic" width="700" > height="90" id="banner_graphic" style="background-color: #993300" /></td> > </tr> > <tr> > <td height="166"> </td> > </tr> > <tr> > <td height="24"> </td> > </tr> > </table> > <p> </p> > <table width="700" border="0" cellspacing="0" cellpadding="0"> > <tr> > <td width="140" bgcolor="#993300"><span class="style1"></span></td> > <td width="230" bgcolor="F7EEDF"> </td> > <td width="330" bgcolor="F7EEDF"> </td> > </tr> > </table> > Cafe Townsend > <table width="700" border="0" cellspacing="0" cellpadding="0"> > <tr> > <td height="24"> </td> > </tr> > </table> > </body> > </html> > |
|
|||
|
Re: Background color missing
Good luck!
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Bennibird" <webforumsuser@macromedia.com> wrote in message news:frsf15$s2u$1@forums.macromedia.com... > BLESS YOU!!!! Yes, that worked. Thanks so much!:grin; |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|