Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Main Forum Table
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 10 May 2002 :  21:48:58  Show Profile
I have opened and closed a table on the left of my screen using inc_top.asp and inc_footer.asp (as suggested by Roland). I want to move the login facility to the new table on the left, but each time I shuffle code around, I can't seem to get it right - can anyone help me?

My table begins just after the login procedure, I want to insert the login where I have marked XXXX, the code I have is as follows:

</form>
<% end if %>

</table>
</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="3" width="100%">
<tr>
<td valign="top" width="130">
<br>XXXX
<!-- #INCLUDE FILE="nlform.asp" -->
</td>
<td width="1%">
</td>
<td width="83%" valign="top">

<table align="center" border="0" cellPadding="3" cellSpacing="0" width="100%">

I have tried to cut and paste the login to various places, but it keeps moving my layout around. I'm not great with all this technical stuff, but I assume it's something to do with not opening and closing tables properly or in the right places. I've been looking at it for so long today, that I just can't see what I have to do. If anyone could let me know exactly what I have to move and to where, I'd be really grateful!!

Ra1ney

quote:

In inc_top.asp lines 183 and down you should find this:

<a name="top"></a><font face="<% =strDefaultFontFace %>">
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>


Add this right below 183:

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="160"><!--#include file="inc_nav.asp"--></td>
<td valign="top">


Change the red part to whatever you like. I like using an include for the menu, but you could hard code the menu in there.

Now in inc_footer.asp starting at line 81 you should find this:

</td>
</tr>
</table>
</body>


Add this right above the </body> tag:

</td>
</tr>
</table>


Done.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's

Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.54 seconds. Powered By: Snitz Forums 2000 Version 3.4.07