Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Multiple Color Backgrounds
Old 08-10-2010, 04:32 PM Re: Multiple Color Backgrounds
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
Quote:
Can I make hubpages like websites just by using Microsoft Front page or just use any other web designing software? Writing html code to create multiple colored webpages would be enough?
Hm well, looks like you do not know much about HTML/CSS.

CSS gives you a lot of possibilities (with CSS3 even more).

Frontpage is not the right program to "design" IMO.

It is very easy to do a "multiple background color" site. Look here:

Code:
<html>
<head>
<title>testpage</title>
<style type="text/css">
* {margin:0;padding:0;} /* basic reset, lol */
body {background: #000;width:100%;height:100%;}
#header {background: #888;width:100%;height:80px;}
#content {background: #fff;width:100%;height:320px;}
#footer {background: #ccc;width:100%;height:80px;}
</style>
</head>
<body>
<div id="header">header content</div>
<div id="content">main content</div>
<div id="footer">footer content</div>
</body>
</html>
You can see, it is pretty easy to do "multiple backgrounds" as you call them... took me 5 minutes

The possibilities are nearly endless if you know how to do it with CSS.
I could write some tuts but ... time is money.

Laters,

Michael
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
Reply With Quote
View Public Profile Visit CSM's homepage!
 
 
Register now for full access!
Old 08-11-2010, 02:35 AM Re: Multiple Color Backgrounds
Novice Talker

Posts: 8
Name: Julia
Trades: 0
You can't make multiple color background as you pose it here, you can use several divs of different color in html or gradient, I don't know
Splashh is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Multiple Color Backgrounds

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35375 seconds with 11 queries