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]

1 html page background color on Sat Feb 12, 2011 3:29 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

2 Re: html page background color on Sat Feb 12, 2011 4:05 am

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

3 Re: html page background color on Sat Feb 12, 2011 5:16 am

verrell123


Registered Member
Registered Member
it more easy if we use CSS

http://graphicholdine.forumid.net/

4 Re: html page background color on Sat Feb 12, 2011 11:42 pm

WHITESABBATH


Registered Member
Registered Member
@Syfte Thanks buddy.

5 Re: html page background color on Sun Feb 13, 2011 12:19 pm

Jophy


Registered Member
Registered Member
Solved => Locked

http://www.socialtechforum.com/

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