Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Site Integration v1.1 (for Snitz v3.4.xx)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 21

Comicozzi
Starting Member

49 Posts

Posted - 08 September 2004 :  17:30:49  Show Profile  Reply with Quote
I did a css on the page inc_site_right.asp with a css reference on the page for the background currently used for my table and it completely paneled the entire page with it. is there a way on the css reference I can specify that it will only tile vertically, not horizontally? thanks for a great mod. one of the most useful mods produced.<
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 08 September 2004 :  17:34:27  Show Profile  Reply with Quote
thanks man. I found the way to make it tile vertically... on the actual inc_site_right.asp page is that the preferred method?<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 08 September 2004 :  17:37:56  Show Profile  Visit D3mon's Homepage  Reply with Quote
yes, repeat-y should make it only tile down
<


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 08 September 2004 :  17:45:03  Show Profile  Visit D3mon's Homepage  Reply with Quote
oops, I think I misread you question there a little, but it sounds like you've got there anyway.<


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 08 September 2004 :  17:49:52  Show Profile  Reply with Quote
I had success on the right hand side with your suggestions, I did the backgrounds on the inc_site.asp files but the left side is not working. check this out....
http://forums.sixgunner.com/forum.asp?FORUM_ID=24

you can see the left hand background loads but then is pushed out somehow! wild stuff...<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 08 September 2004 :  17:53:47  Show Profile  Visit D3mon's Homepage  Reply with Quote
best not to have body tags inside the include files - there should only be one set of body tags for the whole page!
<


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 09 September 2004 :  13:20:45  Show Profile  Reply with Quote
I do not have body tags any where! Check out http://forums.sixgunner.com and see what you think. Really strange, the background loads then gets "pushed" out!

<
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 09 September 2004 :  15:51:31  Show Profile  Reply with Quote
http://forums.sixgunner.com/

I hard coded the background on the inc_header.asp but it still does not till all the way south the full lenght of the page.

Any thoughts? I appreciate your help...<
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 09 September 2004 :  16:06:36  Show Profile  Reply with Quote
I am going to apply the same code change you had me do to the inc_header.asp and apply it to the inc_footer.asp

It should remedy the situation...<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 09 September 2004 :  16:18:59  Show Profile  Visit D3mon's Homepage  Reply with Quote
do a view source on that link you gave, and ctrl-f to find the number of occurences of the word 'body'...<


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 09 September 2004 :  16:25:52  Show Profile  Reply with Quote
I found a bunch of them! Should I delete them all?
I do not remember seeing in the instructions on the mod to delete them but it could be because I just did not pay close enough attention. also, there is a link for the logo image in the top left corner of the forums that I made white to hide it, what would be a good way to eliminate the link / graphic altogether?
<

Edited by - Comicozzi on 09 September 2004 16:29:04
Go to Top of Page

sheimdal
Starting Member

14 Posts

Posted - 26 September 2004 :  11:41:46  Show Profile  Reply with Quote
Hi All,

We just about completed the configuration fo the Site Integration MOD but we have a couple of small problems we're trying to resolve. A couple of our pages, FAQ and Members are displaying perfectly, check it out here;

http://www.rsoperations.com/forums/faq.asp

However, the rest of the pages have problems with the width, like this one;

http://www.rsoperations.com/forums/default.asp

I imagine we're overlooking something simple, but we just can't spot it.

Thanks in advance!<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 26 September 2004 :  13:43:03  Show Profile  Visit D3mon's Homepage  Reply with Quote
try switching on the table borders in the mod. This should help pinpoint the problem.<


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

sheimdal
Starting Member

14 Posts

Posted - 26 September 2004 :  15:13:04  Show Profile  Reply with Quote
Hi D3mon,

The table borders are now on. Whats strange is that the left and right table widths vary depending on the screen you're viewing. Only the FAQ and Policy pages display correctly.

I'm not sure where to begin looking for the problem.<
Go to Top of Page

sheimdal
Starting Member

14 Posts

Posted - 27 September 2004 :  00:36:37  Show Profile  Reply with Quote
Hi D3mon,

We're still experiencing the same problem; the table widths vary depending on which page your viewing. FAQs are perfect while nothing else is correct, there are small variances between the pages. View it here;

http://www.rsoperations.com/forums/faq.asp (good)
http://www.rsoperations.com/forums/default.asp (bad)

There seem to be two possible ways to fix the problem; either code it so the left and right table widths don't change or make the graphic justify to the right instead of the left. We've experimented with both ways and have had no luck.

Here is the left code;

<table border="0" cellpadding="0" cellspacing="0" width="15" height="100%">
<tr>
<td width="15" height="100%" valign="top"></td>
</tr>
</table>

Here is the right code;

<table border="0" cellpadding="0" cellspacing="0" width="15" height="100%" align="right">
<tr>
<td width="15" height="100%" valign="top" align="right"></td>
</tr>
</table>

Here is the inc_header code mod;

style=""background:url(http://www.rsoperations.com/images/l5sp1bk.gif) repeat-y;""

Here is the inc_footer code mod;

style=""background:url(http://www.rsoperations.com/images/l5sp3bk.gif) repeat-y;""

We're not sure what to do.

Any ideas?


BTW: We already tried using a placeholder image in the cell to try and control the cell width but it didn't work.<

Edited by - sheimdal on 27 September 2004 11:44:27
Go to Top of Page
Page: of 21 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07