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: MOD Implementation
 body tags
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

guessme
Banned User

393 Posts

Posted - 21 November 2003 :  18:38:11  Show Profile  Visit guessme's Homepage
Where are the body tags located? I want to implement this code and would like to know where to do it at.

Code Here

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 21 November 2003 :  18:40:11  Show Profile
in inc_header.asp
Never seen the bgproperties property before though

The UK MkIVs Forum
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 21 November 2003 :  21:43:19  Show Profile  Visit guessme's Homepage
I found another one but am i to understand that nothing can be added to the html in the header file?

<styletype="text/css">
<!--
BODY {
background-image: url(backgif.gif);
background-attachment: fixed;
}
-->
</style>

Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 21 November 2003 :  22:10:21  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
- If you want to use the first code:

Find the following line in inc_header.asp (approx. line 279):
		"<body" & strTmpPageBGImageURL & " bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """>" & vbNewLine & _

and replace it with the following code:
		"<body" & strTmpPageBGImageURL & " bgproperties=""fixed"" bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """>" & vbNewLine & _


- If you'd like to use the second code you've posted:

Find the following code in inc_header.asp (approx. line 263-265):
		"<style type=""text/css"">" & vbNewLine & _
		"<!--" & vbNewLine & _
		"a:link    {color:" & strLinkColor & ";text-decoration:" & strLinkTextDecoration & "}" & vbNewLine & _


and replace it with the following code:
		"<style type=""text/css"">" & vbNewLine & _
		"<!--" & vbNewLine & _
                "BODY { background-image: url(backgif.gif); background-attachment: fixed; }" & vbNewLine & _
		"a:link    {color:" & strLinkColor & ";text-decoration:" & strLinkTextDecoration & "}" & vbNewLine & _


Hope that helps.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 21 November 2003 :  22:19:04  Show Profile  Visit guessme's Homepage
Thank you Thank you Thank you!

Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 21 November 2003 :  22:19:51  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
No problem!

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07