WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1html page background color Empty html page background color Sat Feb 12, 2011 4:59 am

WHITESABBATH


Registered Member
Registered Member
Hey gang,
I'm in need of a code to change the background color of of a custom html page.

*Oops just noticed i post this in the wrong forum.Sorry

2html page background color Empty Re: html page background color Sat Feb 12, 2011 5:35 am

Syfte

Syfte
Registered Member
Registered Member
You can still do it with CSS Smile

Place <style></style> tags within the <head></head> tags. Then you can add the CSS.
Code:
body {
background-color: (INSERT HEXIDEMAL COLOR);
}
It Should Look Like This wrote:<html>
<head>
<style>
body {
background-color: (INSERT HEXIDEMAL COLOR);
}
</style>

</head>
<body>
</body>
</html>

http://www.spotfeed.net

3html page background color Empty Re: html page background color Sat Feb 12, 2011 6:46 am

verrell123

verrell123
Registered Member
Registered Member
it more easy if we use CSS

http://www.freshartz.co.cc/

4html page background color Empty Re: html page background color Sun Feb 13, 2011 1:12 am

WHITESABBATH


Registered Member
Registered Member
@Syfte Thanks buddy.

5html page background color Empty Re: html page background color Sun Feb 13, 2011 1:49 pm

Jophy

Jophy
Registered Member
Registered Member
Solved => Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum