HKP_MACK Posted October 21, 2004 Share Posted October 21, 2004 Hello... I have Dreamweaver MX Studio... And I am trying to create an ALL BLACK BACKGROUND for a web page. I only seem to get white backgrounds. A simple code example and where to put it would be helpful. Thanks. HKP_MACK Link to comment https://forums.phpfreaks.com/topic/2010-need-help-with-black-backgrounds/ Share on other sites More sharing options...
HKP_MACK Posted October 21, 2004 Author Share Posted October 21, 2004 Ok, I was able to do it by accessing the page properties button. That was easy. I tried to use CSS but for some reason I could only get 1 line of black background out of that. HKP_MACK Link to comment https://forums.phpfreaks.com/topic/2010-need-help-with-black-backgrounds/#findComment-6580 Share on other sites More sharing options...
WesL Posted October 28, 2004 Share Posted October 28, 2004 give the a try </head> <body bgcolor="282828" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> your code </body> should give you a smokey gray/black background. Cheers Link to comment https://forums.phpfreaks.com/topic/2010-need-help-with-black-backgrounds/#findComment-6626 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.