edytwinky
07-05-2008, 06:12 PM
My homepage has a different header than my forums. It can be seen here: www.ebtalk.com
I would like to have that header with the tabs as the header on my forums.
The code on my main homepage is:
<head>
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ebTalk</title>
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1><font size="+7">ebTalk</font></h1>
<h2><font size="3">bringing people together since 2003</font></h2>
<h2> </h2>
<ul>
<li><a href="index.htm" accesskey="1" title="">Home</a></li>
<li><a href="http://forums.ebtalk.com" accesskey="2" title="Visit the Forums Today">Forums</a></li>
<li><a href="sports.htm">Sports</a></li>
<li><a href="events.htm">Events</a></li>
<li><a href="aboutus.htm" accesskey="4" title="">About Us</a></li>
<li><a href="contact.htm" accesskey="6" title="">Contact</a></li>
</ul>
</div>
I would like to have that on my forum header instead of the logo. How would I go about adding that?
I would like to have that header with the tabs as the header on my forums.
The code on my main homepage is:
<head>
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ebTalk</title>
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1><font size="+7">ebTalk</font></h1>
<h2><font size="3">bringing people together since 2003</font></h2>
<h2> </h2>
<ul>
<li><a href="index.htm" accesskey="1" title="">Home</a></li>
<li><a href="http://forums.ebtalk.com" accesskey="2" title="Visit the Forums Today">Forums</a></li>
<li><a href="sports.htm">Sports</a></li>
<li><a href="events.htm">Events</a></li>
<li><a href="aboutus.htm" accesskey="4" title="">About Us</a></li>
<li><a href="contact.htm" accesskey="6" title="">Contact</a></li>
</ul>
</div>
I would like to have that on my forum header instead of the logo. How would I go about adding that?