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)
 Image Background for Category Background
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mickys
Starting Member

USA
4 Posts

Posted - 18 September 2009 :  17:04:29  Show Profile
How would I use an image for the Category background? Is it possible to do it without updating all of the code in default.asp?

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 21 September 2009 :  10:50:29  Show Profile
Sounds like you need the Header Cell Image Mod.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

mickys
Starting Member

USA
4 Posts

Posted - 22 September 2009 :  16:03:50  Show Profile
My friend, I just found that and it did the job. I'm not very conversant with ASP code and I ran into an issue that I finally worked out. I don't know if it is only related to the 3.4.0.7 code or if it is a greater issue. I think the latter.

The problem I encountered was related to the modification of pop_config_help.asp. (The allusions I make will only make sense when you look at the directions in the Header Cell Mod, by the way.)

The directions say to modify the code for the last lines of pop_config_help.asp as such

after

.....
vbNewLine & _
" </tr>" & vbNewLine & _


place

.....
vbNewLine & _
" </tr>" & vbNewLine & _

However, you won't find

.....
vbNewLine & _
" </tr>" & vbNewLine & _

You will find (as the last line of code)

.....
vbNewLine & _
" </tr>" & vbNewLine

You need to add the & _ to that line before you paste the code you are supposed to add. And instead of adding

.....
vbNewLine & _
" </tr>" & vbNewLine & _

add

.....
vbNewLine & _
" </tr>" & vbNewLine

Otherwise, the pop up won't work.

This will make sense when you look at the last lines of the directions for modifying pop_config_help.asp.

Great job by the author, TPMJ! You saved me a great deal of work!!




Edited by - mickys on 25 September 2009 09:00:57
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.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07