Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Adding Our Navigation
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Adding Our Navigation

 Post Reply Post Reply Page  12>
Author
yodajones View Drop Down
Newbie
Newbie
Avatar

Joined: 03 July 2003
Location: United States
Status: Offline
Points: 23
Post Options Post Options   Thanks (0) Thanks(0)   Quote yodajones Quote  Post ReplyReply Direct Link To This Post Topic: Adding Our Navigation
    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
 
We want to integrate the menu bar (and CSS style appearance) from the main site viewable here:
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!

Back to Top
joshb View Drop Down
Groupie
Groupie


Joined: 26 June 2002
Location: United States
Status: Offline
Points: 134
Post Options Post Options   Thanks (0) Thanks(0)   Quote joshb Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
yodajones View Drop Down
Newbie
Newbie
Avatar

Joined: 03 July 2003
Location: United States
Status: Offline
Points: 23
Post Options Post Options   Thanks (0) Thanks(0)   Quote yodajones Quote  Post ReplyReply Direct Link To This Post 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) and see what I mean?



Edited by yodajones
Back to Top
Bliss View Drop Down
Groupie
Groupie
Avatar

Joined: 25 April 2003
Location: United States
Status: Offline
Points: 181
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bliss Quote  Post ReplyReply Direct Link To This Post Posted: 04 July 2003 at 7:20pm
Give me your header.asp and I'll try to help you...
Back to Top
yodajones View Drop Down
Newbie
Newbie
Avatar

Joined: 03 July 2003
Location: United States
Status: Offline
Points: 23
Post Options Post Options   Thanks (0) Thanks(0)   Quote yodajones Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
808Rider View Drop Down
Senior Member
Senior Member

Vebro Solutions CEO http://www.vebro.net

Joined: 20 April 2003
Status: Offline
Points: 405
Post Options Post Options   Thanks (0) Thanks(0)   Quote 808Rider Quote  Post ReplyReply Direct Link To This Post 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

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

Back to Top
yodajones View Drop Down
Newbie
Newbie
Avatar

Joined: 03 July 2003
Location: United States
Status: Offline
Points: 23
Post Options Post Options   Thanks (0) Thanks(0)   Quote yodajones Quote  Post ReplyReply Direct Link To This Post 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?



Edited by yodajones
Back to Top
808Rider View Drop Down
Senior Member
Senior Member

Vebro Solutions CEO http://www.vebro.net

Joined: 20 April 2003
Status: Offline
Points: 405
Post Options Post Options   Thanks (0) Thanks(0)   Quote 808Rider Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.