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 / Current Version (Old)
 problems with background images
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 05 May 2001 :  16:52:37  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I'm using background images instead of the colors like Richard explained
( " background="image.gif" )

But it doesn't work at the pop_profile.asp page (displays a color), maybe it doesn't work on more pages, I'm currently testing it.
Anyone got an idea how to modify the file(s)?

UPDATE:
Already got it, thx anyway.
Close this one...



Edited by - OneWayMule on 05 May 2001 22:49:58

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 06 May 2001 :  01:01:17  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
First sorry for the double post, i just wanted to get this back to top...


I got some problems with this code in post.asp:
Response.Write " <TR>" & vbCrLf & _
" <TD bgcolor='" & CColor & "' valign='top'"
if lcase(strTopicNoWrapLeft) = "1" then
Response.Write " nowrap"
end if


I'm not that familiar with asp so how can I manually change the bgcolor tag (red) so it does display the background graphic?
Again: I use " background="http://www.domain.com/image.gif
I hope anyone can help. thanks.

Go to Top of Page

e3stone
Average Member

USA
885 Posts

Posted - 06 May 2001 :  01:13:44  Show Profile  Send e3stone an AOL message
You can do it this way:

Response.Write " <TR>" & vbCrLf & _
"
<TD background='image.gif' valign='top'"
if lcase(strTopicNoWrapLeft) = "1" then
Response.Write " nowrap"
end if


<-- Eric -->


http://insidewaco.com/forum/home.asp
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 06 May 2001 :  01:29:04  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Hmm... seems like I wanted to do it the complicated way, and it's that easy
Thanks man!

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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07