Hi Zoey,
Theres a few ways you can add more links bars, one is creating one using flashvortex.com easy but 20 bucks a year.
However, the current menue you have looks like this,
---------------------------------
<TR>
<TD vAlign=top colSpan=2>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#000000>
<TBODY>
<TR height=20>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="index.cgi?ref=">
<CENTER><B>Home</B></CENTER></A></TD></TR></TBODY></TABLE></TD>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="account.cgi?ref=">
<CENTER><B>LogIn</B></CENTER></A></TD></TR></TBODY></TABLE>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="mailto:webmaster@hotviralads.com">
<CENTER><B>Contact Us</B></CENTER></A></TD></TR></TBODY></TABLE>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="linkterms.cgi?ref=">
<CENTER><B>Terms And Privacy Policy</B></CENTER>
___------------------------------------
Ok notice you have FOUR sections in of code that looks like this:
----------------------------------------
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="index.cgi?ref=">
<CENTER><B>Home</B></CENTER></A></TD></TR></TBODY></TABLE></TD>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
----------------------------------------
Each one of those sections contains information IE Button Name/Where It Goes.
----------------------------------------
IE: <A class=navlink href="index.cgi? & <CENTER><B>Home</B> (LOOK ABOVE AT CODE)
This button takes you to HOME.
Now you can take the entire code above 1st one I posted)
And copy /paste that code RIGHT below the first code at the ends of the code ( <CENTER><B>Terms And Privacy Policy</B></CENTER> )
Then click save and you will have TWO nav bars that look alike.
Dont do that right now, let's practice first,
Go login...create a NEW page and name it something like myhtmleditor.html
This can be your "fool around page" cause the last thing you want to do is mess up your "PLACE" etc tags and every time you edit the same page and select SAVE you gget a bunch of &nsb's in long lines.
They can be erased though with care.
Anyways open your dummy page and selct HTML and it will open to all the code.
Locate this exactly:
-----------------------------------------------------------------------
<TR>
<TD vAlign=top colSpan=2>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#000000>
<TBODY>
<TR height=20>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="index.cgi?ref=">
<CENTER><B>Home</B></CENTER></A></TD></TR></TBODY></TABLE></TD>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="account.cgi?ref=">
<CENTER><B>LogIn</B></CENTER></A></TD></TR></TBODY></TABLE>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="mailto:webmaster@hotviralads.com">
<CENTER><B>Contact Us</B></CENTER></A></TD></TR></TBODY></TABLE>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="linkterms.cgi?ref=">
<CENTER><B>Terms And Privacy Policy</B></CENTER>
---------------------------------------------
Now take a copy and of that above here now and paste it into NotePad or whathave you.
Now below where you see the four sections I mentioned before you will find I have written what you need to put in.
This will create an identical nav bar but with what you want it to do. DONT REMOVE ANY OF THE " HYPHENS.
----------------------------------------------
<TR>
<TD vAlign=top colSpan=2>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#000000>
<TBODY>
<TR height=20>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="HTTP://THIS-IS-WHERE-YOU-PUT-THE-URL-TO-THE-PAGE-WHERE-YOU-WANT-THE-FIRST-BUTTON-TO-TAKE-PEOPLE-TO-WHEN-THEY-CLICK-THAT-BUTTON.COM">
<CENTER><B>INSTEAD-OF-HOME-NAME-YOUR-FIRST-BUTTON-HERE</B></CENTER></A></TD></TR></TBODY></TABLE></TD>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="URL-TO-SECOND-PAGE">
<CENTER><B>NAME-OF-SECOND-WEBSITE-BUTTON</B></CENTER></A></TD></TR></TBODY></TABLE>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="URL-TO-THIRD-PAGE">
<CENTER><B>NAME-OF-THIRD-WEBSITE-BUTTON</B></CENTER></A></TD></TR></TBODY></TABLE>
<TD width="25%" bgColor=#cccccc>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD onmousedown="LmDown(this, '#CCCCCC')" onmouseover="LmOver(this, '')" onmouseout="LmOut(this, '#CCCCCC')" bgColor=#cccccc><A class=navlink href="URL-TO-FOURTH-PAGE">
<CENTER><B>NAME-OF-FOURTH-WEBSITE-BUTTON</B></CENTER>
--------------------------------------
Now you are ready to copy that code from notepad etc. and paste it right below the FIRST code creating a second nav bar with buttons you named and each button will take them where you want it to.
HOWEVER! Make sure you place the "target=_blank after each url so when a user clicks it will open in a new window!
NOT LIKE THIS:
http://seriousposting.com
LIKE THIS:
http://seriousposting.com"target=_blank
Remember above I mentioned NOT to touch the " s that are already in the code.
Okay,
You have your HTML open in your page editor...now take the copy you just made of the NEW code and paste it RIGHT below the end of the first code ending like this:
-------------------------
<CENTER><B>Terms And Privacy Policy</B></CENTER>PLACE NEW CODE STARTING IN <TR>
<TD vAlign=top colSpan=2>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#000000>
<TBODY>BLAHBLAHBLAH HERE
--------------------
Now you will see EIGHT sequences of "onmousedown ETC.
The last for will have the NEW buttons names and urls that you made.
Click save then test it you will have TWO nav bars with 8 buttons.
You can seperate (make a space between them after in EDIT NOT HTM mode the same way you create a space when using the ENTER bar in notepad emails etc.
The easiest way is to just COPY the nav bar in edit, then paste below and save, it creates an exact duplicate of what you first nav bar.
Then click edit again.
Then to click your pointer just like you were changing a word in notepad and BACKSPACE till it erases (dont go too far) then paste or type a name for the button.
Then highlight that button name it and click "HYPERLINK" above in the munue (little blue globe) and it opens a insert feild where you can paste the url (dont forget the target=_blank") then click enter on your board and there you go, your button is ready.
Do all four buttons before saving.
This is how i added hundreds of buttons here in about fifteen minutes:
http://www.seriousposting.com/otherboards.html
Notice i have some blanks that say get your own?
This makes it easy for me to insert NEW urls each time I find a new site.
Ten minutes and the new link is added.
Each time I run out of space I would just do like i said above, copy paste /space paste /space space paste and on ands on.
Gee i am out of spaces, hope that helps?
Glen