- 
	
	
	
		Navigation Bar HTML 
		
 
 Hey all, I know this isn't really related to the FF games, but I thought since the EoFF site has one, I'd ask.
 I'm working on my Final Fantasy VIII site, and I want to put a navigation bar on it.  I know there's an HTML code for it, but all I can find are either Java, or DHTML with #include codes.  I just want the raw HTML since that's what I work with.  If anyone knows it, please share! Thanks!
 
 
 
- 
	
	
	
	
		I've tried several things for a navbar, but I can never get it to work either... I'd love to here how to do it too... so please pretty please will someone tell us how? 
 
- 
	
	
	
		hmmm 
		Well, its kinda hard to explain, but I'll try...
 Here is a basic template: (borrowed from a very popular site)
 There, should be fixed now... (had to do it the hard way)
 
	Code: 
 <table width="138" cellspacing="0" cellpadding="0" border="0">
 <tr>
 <td width="138" bordercolor="387cad" height="52" align="left" valign="top">
 <img src="/images/square.gif" width="140" height="20">
 <table width="130" border="0" cellspacing="0" cellpadding="0" align="center">
 <tr>
 <td>
 <p> <font size="2" face="Times New Roman, Times, serif" >
 <a href="http://www.eyesonff.com/cc/">
 Chrono Cross </a> <br>
 <a href="/ct/index.shtml"> Chrono Trigger </a> <br>
 <a href="/ff1/index.shtml"> Final Fantasy I </a> <br>
 <a href="/ff2/index.shtml"> Final Fantasy II </a> <br>
 <a href="/ff3/index.shtml"> Final Fantasy III </a> <br>
 <a href="/ff4/index.shtml"> Final Fantasy IV </a> <br>
 <a href="/ff5/index.shtml"> Final Fantasy V </a> <br>
 <a href="/ff6/index.shtml"> Final Fantasy VI </a> <br> </font> </p>
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </table>
 
 
 
 
- 
	
	
	
	
		Augh!  This message board is pathetic!  You can even display decent HTML code on it!  I can't believe they are selling it for $160 a whack!
 
 Oh well.
 
 
- 
	
	
	
	
		Terralith: You need to disable smilies in that post for html code to work properly... it's one of the ptions when you post or edit a reply 
 
- 
	
	
	
		nope 
		Nope, didn't work.
 I really like msgBoards like UltraBoard; if you put in a [ code ] tag, it will display the text as code, and convert all the < to < and all the > to >. I guess I'll have to do that.
 
 Hello World