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 home page question

3 posters

Go down

HTML home page question Empty HTML home page question

Post by Mehtevas August 18th 2009, 9:23 pm

Does anyone have a good tutorial for one?

I wanna dd one to my new site Smile
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Master Marc August 18th 2009, 9:48 pm

Hey Kinko,
I think you should start with the basics then code your way to your homepage design, Wink

Code:
<html>
<body>

<h1>My first heading's text will be here</h1>

<p>My paragraph's text is here</p>

</body>
</html>
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Mehtevas August 18th 2009, 9:53 pm

I want one that looks like Forumansions hompage but i want the Tabs to be on the top.... rabbit

Is that posible? I'm terrible with coding...so if someone could give me a code, i could try to figure it out...
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Master Marc August 18th 2009, 10:00 pm

Well,am a little busy with my own website,lol.

But,forumansion's homepage uses tables,and hr lines...

Code:
<hr>

And tables :

Code:
<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Kinko 1</td>
<td>Kinko 2</td>
</tr>
</table>

Picture :
Code:
<img src="URL OF IMAGE"</a>

The rest is css, Wink {If am not mistaken}
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Mehtevas August 18th 2009, 10:05 pm

I can do the tables and everything...i just want the CSS or whatver for tabs on the top. Smile
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Master Marc August 18th 2009, 10:14 pm

@Kinko,
You said something about tabs...

I think you would like to see this :

=> https://help.forumotion.com/script-code-problems-f43/html-page-forumania-help-t49730.htm?highlight=forumania
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Mehtevas August 18th 2009, 10:47 pm

I see that...But i want the tabs on the top not the side...
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Master Marc August 18th 2009, 11:16 pm

Kinko wrote:I see that...But i want the tabs on the top not the side...
So,your talking about a navigation menu, AKA a table?

Just insert links into your table's html code, and remove the border, so it would show nice and only the links or picture links, Wink

Also, you have to insert the code in the right area on your html page.
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Mehtevas August 18th 2009, 11:59 pm

kk...I need an HTMl code though.... to et started Smile
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Master Marc August 19th 2009, 12:26 am

You can start off with this one, Wink And modify it.

Code:
<table cellSpacing=0 cellPadding=0 width="100%" border=0>
<tbody>
<td>Kinko</td>
<td>Kinko</td>
<td>Kinko</td>
<td>Kinko</td>
<td>Kinko</td>
</tbody>
</table>
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Mehtevas August 19th 2009, 12:50 am

Thank you.
I still want more complex codes iof anyone has them.
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by notMicElf August 19th 2009, 5:29 am

By tabs, do you mean links to ares of your sites? Also, do you want text, or image tabs? I'm only familiar with the image code.
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

HTML home page question Empty Re: HTML home page question

Post by Mehtevas August 19th 2009, 6:04 pm

yeah, like in the ACP the tabs across the top. I want them like that...And i could ue images if needed. Smile
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

Back to top

- Similar topics

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