Author |
Topic  |
Comicozzi
Starting Member
49 Posts |
Posted - 08 September 2004 : 17:30:49
|
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.< |
 |
|
Comicozzi
Starting Member
49 Posts |
Posted - 08 September 2004 : 17:34:27
|
thanks man. I found the way to make it tile vertically... on the actual inc_site_right.asp page is that the preferred method?< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Comicozzi
Starting Member
49 Posts |
Posted - 08 September 2004 : 17:49:52
|
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...< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Comicozzi
Starting Member
49 Posts |
Posted - 09 September 2004 : 13:20:45
|
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!
< |
 |
|
Comicozzi
Starting Member
49 Posts |
Posted - 09 September 2004 : 15:51:31
|
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...< |
 |
|
Comicozzi
Starting Member
49 Posts |
Posted - 09 September 2004 : 16:06:36
|
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...< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Comicozzi
Starting Member
49 Posts |
Posted - 09 September 2004 : 16:25:52
|
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 |
 |
|
sheimdal
Starting Member
14 Posts |
Posted - 26 September 2004 : 11:41:46
|
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!< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
sheimdal
Starting Member
14 Posts |
Posted - 26 September 2004 : 15:13:04
|
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.< |
 |
|
sheimdal
Starting Member
14 Posts |
Posted - 27 September 2004 : 00:36:37
|
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 |
 |
|
Topic  |
|