hPage.com Forum
Remember Me?
  #1 (permalink)  
Old 02-19-2010, 03:14 PM
Junior Member
 
Join Date: Jan 2010
Posts: 6
Thanks: 0
Thanked 2 Times in 2 Posts
Question own design, background

hi all..i maded my website with own design..but my website back ground is white .. where can i change it... pls help me

here is my website URL ..

http://olebuxer.hpage.com/


waiting for rplied

Last edited by royalharsha; 02-21-2010 at 02:14 PM.
Reply With Quote
The Following User Says Thank You to royalharsha For This Useful Post:
adityaram4 (07-16-2011)
  #2 (permalink)  
Old 05-22-2010, 08:32 AM
Member
 
Join Date: Apr 2009
Posts: 31
Thanks: 3
Thanked 12 Times in 7 Posts
Default Ummm

1.) Under the "Design" menu element, click "Choose frameset" (cf. Figure 2).
2.) Now select an appropriate frameset (the division of your website so to speak), for example the two-part frameset, the second one in the first row.
3.) Now create the appropriate pages for your frameset under "Pages" (for example, a text page named "Welcome" and one named "Menu" for your future menu).
4.) Click under the "Design" menu element on "Manage styles" (cf. Figure 2) and then on "Create a new style" (cf. Figure 3).


Figure 3: Manging styles

5.) On this form, enter any title for this style under "Title".
For "header" and "footer" you must enter HTML code. The HTML code that you enter here for "Header" will always be placed in front of your content and the HTML code that you enter for "Footer" will always be placed after your content.
Thus you also have an excellent opportunity to build a design around your content.
Since the "header" appears before your content, it should contain everything up to <body>; the footer should contain everything after </body>.
For example, between <head> and </head> you can insert your website title and metatags as well as CSS details.

Example for the header:

<html>
<head>
<title>Your sample title</title> <meta name="robots" content="follow">
<meta name="keywords" content="Keyword 1, Keyword 2, Keyword 3">
<meta name="description" content="The description of your website.">
<style type="text/css">
body {
background-color: #DDDDDD;
color: #222222;
}
</style>
</head>
<body>

Example for the footer:

</body>
</html>
Reply With Quote
The Following User Says Thank You to harshitpeer For This Useful Post:
adityaram4 (07-16-2011)
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:21 AM.
Archive - Top