Print Page | Close Window

Adding Our Navigation

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4053
Printed Date: 02 April 2026 at 1:22am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Adding Our Navigation
Posted By: yodajones
Subject: Adding Our Navigation
Date Posted: 03 July 2003 at 11:45pm

Hello World,

I have a technical question that I hope someone can help me with.  I want to add our navigation bar (simple HTML links table) under the logo image in the WebWiz (7.01) forum to make the forum appear more unified with our main web site.  However I can't seem to find out how I can do this.
Our WebWiz forum is here:
http://www.slotracers.com/slotcar/forum - http://www.slotracers.com/slotcar/forum
 
We want to integrate the menu bar (and CSS style appearance) from the main site viewable here:
http://www.slotracers.com - http://www.slotracers.com
Specifically, I want the gray bar with menu items under the logo in the forum also.
 
One other small issue is I can't seem to find the spacing code around the logo image.  In the forum there is a gap (3-4 pixels?) and we want it to have margins=0 like the main site.
 
If you can help us with some advice or tips on how I can do this I would appreciate it.
 
Thank you!




Replies:
Posted By: joshb
Date Posted: 04 July 2003 at 12:18am
Look at includes/header.asp, it shows all you need to do what you want.

-------------
I'm a wannabe programmer that knows how to do nothing but create invalid procedure arguments.
http://www.soopportal.com">


Posted By: yodajones
Date Posted: 04 July 2003 at 5:34pm

Hi,

I looked at the header file and tried to add the navigation, but it didn't work.  What am I doing wrong?

Did you look at the site ( http://www.slotracers.com - http://www.slotracers.com ) and see what I mean?



Posted By: Bliss
Date Posted: 04 July 2003 at 7:20pm
Give me your header.asp and I'll try to help you...


Posted By: yodajones
Date Posted: 04 July 2003 at 8:39pm

Here are my files:

Header with navigation:
=====================

<html>
 <head>
        <style>
   <!--
.netscape6problem  { font-family: Verdana,Arial,Helvetica; font-size: 10px; }
.smallnormal   { font-family: Verdana,Arial,Helvetica; font-size: 10px; }
.smallnormaltable  { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: black; }
.smallnormaltablealt { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: red; }
.mednormal    { font-family: Verdana,Arial,Helvetica; font-size: 12px }
.mednormaltable   { font-family: Verdana,Arial,Helvetica; font-size: 12px; color: black; }
.mednormalhighlight  { font-family: Verdana,Arial,Helvetica; font-size: 12px; color: black; background: #FFEE00; }
.medbold    { font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold }
.medboldalt    { font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: red; }
.medboldtable   { font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; color: black; }
.largebold    { font-family: Verdana,Arial,Helvetica; font-size: 18px; font-weight: bold; color: black;  }
.smallcompact   { font-family: Verdana,Arial,Helvetica; font-size: 10px }
.smallbold    { font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold }
.smallboldtable   { font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: black; }
.smallboldtablealt  { font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: red; }
.smallboldtabletop  { font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: gray; }
.smallboldtemplate  { font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: #BBBBBB; }
.smallboldfooter  { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: gray; }
.locationbar   { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: black; }

A:link     {text-decoration: underline; color: blue; }
A:visited    {text-decoration: underline; color: blue; }
A:hover     {text-decoration: underline; color: red; }

A.minibasket:link  {text-decoration: underline; color: blue; }
A.minibasket:visited  {text-decoration: underline; color: blue; }
A.minibasket:hover  {text-decoration: underline; color: red; }

A.table:link    {text-decoration: underline; color: blue; }
A.table:visited   {text-decoration: underline; color: blue; }
A.table:hover   {text-decoration: underline; color: red; }

A.templatemenu:link   {font-weight: bold; text-decoration: none; color: gray; }
A.templatemenu:visited  {font-weight: bold; text-decoration: none; color: gray; }
A.templatemenu:hover  {font-weight: bold; text-decoration: none; color: white; background-color: gray; }

A.locationlink:link  {text-decoration: underline; color: blue; }
A.locationlink:visited  {text-decoration: underline; color: blue; }
A.locationlink:hover  {text-decoration: underline; color: red; }

table.minibasket   {background-color: #FFFFFF; }
tr.minibasketline   {background-color: #EEEEEE; }

hr  { height: 1; color: #DDDDDD }
pre  { font-family: Courier; font-size: 10px; }
select { font-family: Verdana; font-size: 10px; color: black; background-color: white; border-color: #DDDDDD; }

table.mainpage    {background-color: white; }
tr.mainpagetableline   {background-color: #FFF3F3; }
tr.mainpagetableline2   {background-color: #F5E5E5; }
tr.mainpagetablespecial  {background-color: #DDDDDD; }
tr.mainpageversionhighlight {background-color: #FFEE00; }

td.shortformatproduct {border: solid 1px; border-color: #BBBBBB; background-color: #EEEEEE; }

.buttonstyle {font-family: Verdana; font-size: 10px; font-weight: bold; color: white; background-color: #AAAAAA; }
--></style>
  <script LANGUAGE="Javascript">
<!-- Hide javascript from older browsers --
function PopUp(theURL,winName,features) {
        window.open(theURL,winName,features);
}
// end hide -->
  </script>
  <title>Monad SLot Car Racers Club</title>
 </head>
 <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#0000FF" alink="#FF0000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
  <table border="0" cellpadding="0" cellspacing="0" width="100%">
   <tr>
    <td bgcolor="#FFFFFF">
                <img border="0" src="images/monad_logo.jpg" width="600" height="80"></td>
   </tr>
   <tr bgcolor="#CCCCCC">
    <td><img height="1" src="store/images_webshop/spacer.gif" width="490"></td>
   </tr>
   <tr bgcolor="#FFFFFF">
    <td><img height="1" src="store/images_webshop/spacer.gif" width="490"></td>
   </tr>
   <tr bgcolor="#EEEEEE">
    <td>
                <table border="0" cellpadding="2" cellspacing="0" width="100%" align="left" style="border-collapse: collapse" bordercolor="#111111">
      <tr>
       <td class="smallboldtemplate" align="left">
        <p align="left">&nbsp;
                                <a class="templatemenu" href="../sc.asp">Home</a></span>&nbsp;|&nbsp;
                                <a class="templatemenu" href="about.asp">About</a> |&nbsp;<a class="templatemenu" href="serieshistory.asp">Scoreboard</a>&nbsp;|&nbsp;
                                <a class="templatemenu" href="racermgmt.asp">
                                Garage</a>&nbsp;|&nbsp;
                                <a class="templatemenu" href="news.asp">News</a>&nbsp;|&nbsp;
                   &nb



Posted By: 808Rider
Date Posted: 04 July 2003 at 10:23pm

I placed your site header in a test header I created to view on my site. Here's what I got. Just ignore the color scheme of the forum, because it is set to my skin colors.

Is this the effect you are trying to get on your forum?

http://www.hawaiiforums.net/Support/~default.asp - http://www.hawaiiforums.net/Support/~default.asp

If so let me know and I will email you the files and what you need to do.



-------------
PodcastPUP: http://podcastpup.com - http://podcastpup.com
808Talk: http://808Talk.com - http://808Talk.com
808TTV: http://808Talk.tv - http://808Talk.tv


Posted By: yodajones
Date Posted: 04 July 2003 at 10:34pm

Hey 808Rider

That's great!  Exactly what I'm trying to do.

One last thing, is it possible to get the forum icons (active topics, memberlist, search, help, etc.) in a single centered row below the menu instead of two?



Posted By: 808Rider
Date Posted: 04 July 2003 at 10:58pm

No problem yodajones,

Re-arranged the forum icons.

How's this: http://www.hawaiiforums.net/Support/~default.asp - http://www.hawaiiforums.net/Support/~default.asp



-------------
PodcastPUP: http://podcastpup.com - http://podcastpup.com
808Talk: http://808Talk.com - http://808Talk.com
808TTV: http://808Talk.tv - http://808Talk.tv


Posted By: yodajones
Date Posted: 04 July 2003 at 11:27pm

Hi 808Rider,

That's perfect, your the man!

How can I get the code?  My e-mail address is mailto:info@slotracers.com - info@slotracers.com

 



Posted By: 808Rider
Date Posted: 04 July 2003 at 11:32pm

I sent you a private message with a direct download link!

 



-------------
PodcastPUP: http://podcastpup.com - http://podcastpup.com
808Talk: http://808Talk.com - http://808Talk.com
808TTV: http://808Talk.tv - http://808Talk.tv


Posted By: yodajones
Date Posted: 05 July 2003 at 12:35am

Hi 808Rider,

I installed it and it looks great! Thank you!

See it at http://www.slotracers.com - http://www.slotracers.com

 



Posted By: 808Rider
Date Posted: 05 July 2003 at 2:54am

Glad to be of service!

Looks great yodajones



-------------
PodcastPUP: http://podcastpup.com - http://podcastpup.com
808Talk: http://808Talk.com - http://808Talk.com
808TTV: http://808Talk.tv - http://808Talk.tv



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net