The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Html Page Help please.

3 posters

Go down

Html Page Help please. Empty Html Page Help please.

Post by SubmitZero February 19th 2012, 8:31 pm

Hi! I made a HTML Page but i'm wondering how if im able to do a few things.

1) I was wondering how to change the colour of the backround. I checked no under : "Do you wish to use your forum header and footer ?" because i didnt want the colours to be the same as my forum.

2) How can i create a Drop down menu

3) Lastly i was wondering if i could put a text box onto my html page.

Thank you.
avatar
SubmitZero
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by SubmitZero February 19th 2012, 8:57 pm

Bump , anyybody?
avatar
SubmitZero
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by Sanket February 19th 2012, 9:06 pm

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead! This being your 3rd reminder, you earn yourself a warning.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by SubmitZero February 19th 2012, 9:07 pm

I'm Sorry , i wasn't aware. Thank you Smile
avatar
SubmitZero
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by Guest February 19th 2012, 9:11 pm

Hi!

1. You can use this code:
Code:
<style>
body{
background-color: #color;
}
</style>

2. You can add one, search on google, and you'll find a lot.

3. Looks like:
Code:
         <table cellspacing="50" align="center">
            <tr class="tr">
               <td class="brd">
                  <center>
                     <div class="menu">
                        <div class="header">
                           <h2>Menu</h2>
                        </div>
                        <div class="content">
                           bla, bla, bla<br />sadasdas<br />dfsadasd
                        </div>
                     </div>
                  </center>
               </td>
            </tr>
         </table>

<style>
.tr{
   margin-top: 10px;
   margin-bottom: 10px;
}

.brd{
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   background-color: #FEFEFE;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 200px;
   box-shadow: 0px 0px 7px #CCC;
}

.menu .header{
   background-color: #FAFAFA;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
}

.menu .header h2{
   margin-top: 0px;
   padding-top: 0px;
   text-transform: uppercase;
   text-shadow: 0px 0px 1px #FDD;
   color: #333;
   font-size: 24px;
   font-weight: bold;
   font-family: Georgia;
}

.menu .content{
   margin: 0 0 0;
}

</style>

I'm working on a simple template, you can use this code. Wink
avatar
Guest
Guest


Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by SubmitZero February 19th 2012, 9:16 pm

Thank you Codyy! The background wouldnt changed when i entered that code tho Sad
avatar
SubmitZero
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by Guest February 19th 2012, 9:17 pm

You need to replace #color by a color code, for example:
Code:
<style>
body{
background-color: #0088FF;
}
</style>
avatar
Guest
Guest


Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by SubmitZero February 19th 2012, 9:25 pm

thank you once again, also the drop down box you said i could find on google, do you have any recommendations ?
avatar
SubmitZero
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by Sanket February 26th 2012, 8:10 am

SubmitZero wrote:thank you once again, also the drop down box you said i could find on google, do you have any recommendations ?
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
You could just google & find which one is understandable for you.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Html Page Help please. Empty Re: Html Page Help please.

Post by igennie5 March 2nd 2012, 8:52 am

HTML have simple tags anyone can easily learn them..you can learn it on internet for free....
avatar
igennie5
New Member

Posts : 1
Reputation : 1
Language : english

Back to top Go down

Back to top


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