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)
 Picture in main page
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

blackwidow
Starting Member

45 Posts

Posted - 05 May 2002 :  17:14:36  Show Profile
Hi

I have already changed the picture in the top left hand corner using the Main Forum Config option. I would like to know how to insert another picture under the logout button (to the right of the previously mentioned picture). I have a lot of dead space between the links and logout in the top right and the actual forums. Any help would be greatly appreciated.

Thanks



_barbara
Junior Member

Germany
123 Posts

Posted - 05 May 2002 :  19:06:21  Show Profile
There is no config option in the forum's admin section to add another picture. To do this, you will have to edit inc_top.asp manually.
You can, for example, add an image tag right after the one which you have inserted using the Main Forum Config option. (Your additional image should not be too big otherwise it will destroy the forum layout).
You code would then look something like this (around line 152):
 
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>"
border="0" src="<%=strTitleImage%>"></a>

<img src="yourimage.gif">

</td>

But be careful with editing the file. Use a text editor like notepad (not frontpage or the like!), don't mess up with the asp code and don't forget to backup your file before changing anything...

Good luck,
Barbara

Go to Top of Page

blackwidow
Starting Member

45 Posts

Posted - 06 May 2002 :  14:24:20  Show Profile
Well, that reply was really close I entered the code exactly like the example you gave me. What I got was the picture normally in the top left centered at the very top, then the new picture centered right underneath it, and then the normal look (picture in top left, links and login/out on right). Unfortunately, I do not know enough about asp to figure out why this is whats happening.

Gave the members a chuckle though



Edited by - blackwidow on 06 May 2002 14:25:20
Go to Top of Page

_barbara
Junior Member

Germany
123 Posts

Posted - 07 May 2002 :  12:37:26  Show Profile
well, maybe I didn't explain well what to do.
What I meant is just inserting the image tag, something like
<img src="yourimage.gif"> 

at the place indicated. That should not give such strange results...
(Don't insert the other lines of code I mentioned, they are just for showing you where to insert the image tag.)
If it still doesn't work, let me know.

Barbara


Go to Top of Page
  Previous Topic Topic Next Topic  
 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.44 seconds. Powered By: Snitz Forums 2000 Version 3.4.07