http://www.cubicdreams.com I was hoping someone could help me out. I decided to make a quick picture of my situation and need help transfering the login to the top of all my pages. Here is the picture:
The picture above pretty much explains what I'm having trouble with. Red shows the area, blue is the description and yellow are boxes. I am not sure how to fully transfer the login/out along with save password and that whole little area. Below I will post code of my top include of just the grey bar in it's current state: -------------------------------------------------- <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" cellspacing="0" cellpadding="0" width="4"><tr><td></td></tr></table><td> <td> <table border="1" bordercolor="#000000" cellspacing="0" cellpadding="0"> <tr> <td> <font class="menu">
<% if strUseExtendedProfile then %> <a href="/community/forums/pop_profile.asp?mode=Edit" onmouseover="window.status=''; return true"><acronym title="Edit your personal profile...">Profile</acronym></a> <% else %> <a href="javascript:openWindow3('/community/forums/pop_profile.asp?mode=Edit" onmouseover="window.status=''; return true"><acronym title="Edit your personal profile...">Profile</acronym></a> <% end if %>
<% if strAutoLogon <> 1 then %> <a href="/community/forums/policy.asp" onmouseover="window.status=''; return true"><acronym title="Register to post to our forum...">Register</acronym></a> <% end if %>
</font> </td> </tr> </table> </td> </tr> </table> -------------------------------------------------- Above is basically the greay bar at the top of my page. If you look at the picture it really shouldn't be hard to incorporate what I need to. Everything should funtion the same when at the top of the page, it will just look different. Below is what is currently at the top of all my pages: -------------------------------------------------- <!--#include virtual="/community/forums/config.asp"--> This is the Snitz config.asp <!--#include virtual="/community/forums/inc_functions.asp"--> This is the Snitz inc_functions.asp <!--#include virtual="/community/forums/inc_custom.asp"--> This is the top part of the Snitz inc_top.asp <html> <head> <title>Cubic Dreams - - Main Page -</title> <!--#include virtual="/includes/top.asp"--> This is where the top grey menu is located along will have the site -------------------------------------------------- That is basically what is at the top of everypage. The forums contain <!--#include virtual="/community/forums/inc_top.asp"--> instead of inc_custom and the <html><head><title> & top.asp are all inside of the inc_top.asp. If anyone has any questions feel free to ask. I'm looking forward to a response. Thank you for your time and please take care.
It's been almost a week, but I'm still not sure how to get this set up. I've been working on other sections of the site. If you can help me in any way, please send me and email or reply to this topic.