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.

i want to create my html hompage..

2 posters

Go down

i want to create my html hompage.. Empty i want to create my html hompage..

Post by sangeet September 15th 2009, 6:38 pm

i wan to create my html homepage same as it is now,,
zing.forumotion.com
can any one tell me or write the complete html code for that,.


i will be very thnakful
avatar
sangeet
New Member

Posts : 19
Reputation : 0
Language : english

Back to top Go down

i want to create my html hompage.. Empty Re: i want to create my html hompage..

Post by WhitePoint September 15th 2009, 6:44 pm

go to administration panel => modules => HTML => HTML pages managment => Create new HTML page => Title:* Your title here => Do you wish to use your forum page header and page footer ?: Yes or no => Use this page as homepage ? Yes or no => Html source * : Here your html code => Submit


To write code in notepad and go after you finish the code and save the name chicken pagename.html
Html basic code
Code:
<html>
<head>
<title> your title here</title>
</head>
<body>

html content here

</body>

</html>

html code below is the basic, is more complicated
read tutorials to learn more html
WhitePoint
WhitePoint
Active Poster

Male Posts : 1206
Reputation : 11
Language : Romanian, Spanish, English, Catalan and a little French
Location : Tarragona, Spain

http://www.our-time.biz/forum.htm

Back to top Go down

i want to create my html hompage.. Empty Re: i want to create my html hompage..

Post by sangeet September 15th 2009, 7:14 pm

see my wepage... can u degign completely same..... i dont know anything about html.. tee me codes
avatar
sangeet
New Member

Posts : 19
Reputation : 0
Language : english

Back to top Go down

i want to create my html hompage.. Empty Re: i want to create my html hompage..

Post by WhitePoint September 15th 2009, 7:34 pm

Look I do not know if you can give support of html around the forum, but I ask you a small tutorial. An html file would need to look like the following
I hope my little tutorial to help you
Code:
 <HTML>
<HEAD>
<TITLE>My first page</TITLE>
</HEAD>
<BODY BGCOLOR="#FF9900">
<FONT COLOR="#0000FF" SIZE="6">
Welcome!
</FONT><BR>
<HR COLOR="#FF0000" WIDTH="25%" SIZE="5%" ALIGN="left">
<BR>
<FONT COLOR="#FF0000">
This is my first html page!!!
</FONT>
<HR>
</BODY>
</HTML>

<BR> use to go to the next line

How do I add an image in html file
Code:
<IMG SRC="URL IMAGE HERE">
To put an image here uploadeti have to upload pictures on a website.
Upload image url: www.tinypic.com
Upload image url: www.imageshack.us
Upload image url: www.photobucket.com
Upload image url: www.servimg.com

All codes that you use must occur between <body> and </ body>

code below can put a chat on an html file

Code:
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="600" height="450" name="chat" FlashVars="id=69198406" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=69198406">Go Large!</a></small><br>

chat code is placed between <body> and </ body> depends on where you want to appear on the page

to put the buttons have to put the code below

Code:
<img src="URL BUTTON" alt="Forum" title="Title here" border="0"/></a>  <a href="url here">

where URL put here to be put only what is after http://zing.forumotion.com/ not put and http://zing.forumotion.com/. If you want to redirect to Portal button eg just put / portal.htm not http://zing.forumotion.com/portal.htm

Code:
Text on center: <center> your text here </ here>
Text on the left: <left> your text here </ left>
Text on the right: <right> your text here </ right>

The first code where you put <BODY BGCOLOR="#FF9900">''replace''FF9900 with another code of another color

Some colors and their codes. It is important at the beginning of codes to be made''# color code''

Code:
Blue - # 0000FF
BlueViolet - # 8A2BE2
Chartreuse - # 7FFF00
Chocolate - # D2691E
CornflowerBlue - # 6495ED
Cyan - # 00FFFF
DarkGreen - # 006,400
DeepSkyBlue - # 00BFFF
DeepPink - # FF1493
ForestGreen - # 228B22
Green - # 008000
Indigo - # 4B0082
LawnGreen - # 7CFC00
LightSeaGreen - # 20B2AA
Lime - # 00FF00
Maroon - # 800000
MediumSpringGreen - # 00FA9A
MediumSlateBlue - # 7B68EE
Orange - # FFA500
Orchid - # DA70D6
Purple - # 800080
Yellow - # FFFF00

If you want to know more about HTML search on Google, Yahoo or MSN tutorials about HTML

look if you want to see what he looks like a page made only in HTML codes below have a link to a page made by me. Page is not completed, and is not in English but is in Romanian!

Link to html page: http://wave-club.forumz.ro/Wave-Club-Site-h2.htm
WhitePoint
WhitePoint
Active Poster

Male Posts : 1206
Reputation : 11
Language : Romanian, Spanish, English, Catalan and a little French
Location : Tarragona, Spain

http://www.our-time.biz/forum.htm

Back to top Go down

Back to top

- Similar topics

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