Author |
Topic |
|
Halvsvenskeren
Starting Member
1 Posts |
Posted - 04 November 2007 : 03:21:36
|
How???
I have looked at the other subjects regarding this, but they do not match the newest version, and therefore I havent got a clue of what to do????
Anybody out there????? |
Edited by - Halvsvenskeren on 04 November 2007 03:21:51 |
|
phy1729
Average Member
USA
589 Posts |
Posted - 04 November 2007 : 11:20:46
|
In inc_header.asp around line 230 find
'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT Response.Write "<meta name=""copyright"" content=""This Forum code is Copyright (C) 2000-06 Michael Anderson, Pierre Gorissen, Huw Reddick and Richard Kinser, Non-Forum Related code is Copyright (C) " & strCopyright & """>" & vbNewline '## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
and under it add
Response.Write "<style type=""text/css"">" & vbNewLine & _ "body {" & vbNewLine & _ "background-image:url('smiley.gif');" & vbNewLine & _ "background-repeat:no-repeat;" & vbNewLine & _ "background-attachment:fixed;" & vbNewLine & _ "}" & vbNewLine & _ "</style>" & vbNewLine
Do the same in inc_header_short.asp around line 68. In both places change smiley.gif to the image that you want |
|
|
TSAloha
Junior Member
USA
151 Posts |
Posted - 04 November 2007 : 16:40:44
|
Or, alternatively, you can set a page background image in Admin Section - Font/Table Color Code Configuration - Page Background Image URL:
if you have a background image file in your forum img directory, url can point to it.
(simpler, but this is working for me ok)
|
|
|
phy1729
Average Member
USA
589 Posts |
Posted - 04 November 2007 : 18:36:20
|
I think by fixed he means to say in one spot. That way would have the background repeat and move. |
|
|
|
Topic |
|