| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jul 2009
Posts: 120
![]() | How to change webpage border in php help please I have a website (php) which I've just changed to use a black background (insted of white) I've done all that but the site runs at a fixed width (980px) so I'm getting a white border all around............... Is it possible to change this (to black)? Thanks in advance for any help. |
| | |
| | THREAD STARTER #4 (permalink) | ||||
| NamePros Member Join Date: Jul 2009
Posts: 120
![]() |
????: NamePros.com http://www.namepros.com/web-design-discussion/635318-how-change-webpage-border-php-help.html I want the white edge to be black! | ||||
| | |
| | #6 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,963
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | In your CSS file, add a section for the <body> tag if you don't have one. HTML Code: body {
background-color: #ffffff;
}
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| | |
| | #8 (permalink) |
| NamePros Regular Join Date: Mar 2005
Posts: 442
![]() ![]() ![]() | thats because it's actually background-color: black;
__________________ Please add to my rep points if i was helpful. Thanks. Content management system and online shop software |
| | |
| | #9 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,963
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Sorry, for black the color code is #000000
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| | |