Author |
Topic  |
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 02 January 2005 : 22:28:54
|
Hi,
I have installed your fine mod and am trying to get it all to work.
Problem with Firefox:
I seem to be running into problems with certain pages. For example the frontpage of the forum is broken at the bottom and the footer is displaced.
Yet if you go into a thread it seems all fine??
Edit: Fixed this issue. It seems to be the placement of the include file cal_default.asp. Only will work if it is placed at the top 
IE:
In IE the same problem exists on the frontpage of the forum except that there is no left or right images at all?? And the same deal with threads?? Is it me? have I screwed up something??
Any suggestions greatly accepted.
http://www.ausbream.com/forum/default.asp
Login: Tester PW: tester V. 3.4.05
Regards
Neil. < |
Edited by - Neilr on 03 January 2005 21:30:46 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 03 January 2005 : 18:46:09
|
inc_site_footer.asp <!-- START FOOTER TABLE --> <TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#FFFFFF" border="0" align="center"> <tr> <td bgColor="#899DC2">
<TABLE cellSpacing="0" cellPadding="0" width="770" height="100" bgColor="#EBF5FF" border=0 align="center"> <TR> <TD width="20" background="../images/shadow1.gif" bgColor="#D5EAF9" vAlign="bottom"></TD>
<TD width="730" rowSpan="2" bgColor="#FFFFFF" vAlign="bottom"> <table border="0" cellpadding="0" cellspacing="0" width="730" height="59"> <TR> <TD vAlign="bottom" bgColor="#a5adc2" height=45><img src="../images/bottom-f.jpg" width="730" height="45"></TD> </TR> <TR> <TD vAlign="bottom" height="14"><img src="../images/blackbarbottom.gif" width="730" height="14"></TD> </TR> <TR> <TD height="20" vAlign="bottom" background="../images/blacknav2.gif" class="copyright"> <DIV align="center">© Copyright 2004, Sportsfish Australia Pty Ltd. All Rights Reserved.</DIV></TD> </TR> </TABLE> </TD> <TD width="20" background="../images/shadow11.gif" bgColor="#D5EAF9" vAlign="bottom"></TD> </TR> </table> </TD> </TR> </table> <!-- END FOOTER TABLE -->
</td> </tr> </table> </TBODY> <!-- END OUTER TABLE -->
Inc_site_left.asp <!-- START LEFT TABLE --><table><img src="../images/shadow1.gif" width="20" height="100%"></table> <!-- END LEFT TABLE -->
inc_site_right.asp <!-- START LEFT TABLE --><table><img src="../images/shadow11.gif" width="20" height="100%"></table> <!-- END LEFT TABLE -->< |
Edited by - Neilr on 03 January 2005 21:32:20 |
 |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 03 January 2005 : 18:58:05
|
|
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 04 January 2005 : 05:59:28
|
<table><img src="../images/shadow1.gif" width="20" height="100%"></table> is not valid code. Remove the table tags for these occurences...< |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
 |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 04 January 2005 : 08:38:23
|
Hi D3mon,
Have done as you suggested but still the same 
Cheers
Neil< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 04 January 2005 : 09:39:16
|
in inc_site_footer.asp you have opening (<table>) 2 times and closing (</table>)4 times. It is absolutely essential that your tables be properly structured and complete for this mod. < |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
Edited by - D3mon on 04 January 2005 09:40:29 |
 |
|
Dubie
Junior Member
 
USA
127 Posts |
Posted - 05 January 2005 : 22:54:14
|
Hate to ask again but, I have played around and for some lame reason I can not get it to go all the way to the top. Any idea on what I would need to change to get the topmargin to work?
Thanks for your time, Dubie< |
 |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 06 January 2005 : 02:07:41
|
D3mon,
All fixed. Had to play a bit with the tables but works in IE now.
Thanks for your help.
Neil< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
ClaraP
Starting Member
27 Posts |
Posted - 25 January 2005 : 14:19:16
|
Add me to the Site Integration Mod fan club!
I've installed it and am doing the final testing before going live. Everything looks good to go - I'm only using Site Right, the rest is inactive. I'm not even using CSS, so it really should be easy.
And it is... everywhere except on my homepage, default.asp. No matter what I try, the righthand column always displays at the very bottom of the page instead of along the right side.
Am I correct in guessing that there's a stray <td> or <tr> tag somewhere in my default.asp file causing the problems? (Edited to add that I uploaded a new default.asp fresh from the forum zip file, and it still put the banner at the bottom...)< |
Edited by - ClaraP on 25 January 2005 14:27:27 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 25 January 2005 : 17:13:32
|
sound like you have closed a row </tr> where you should have closed a cell </td>. this would most likely be near the end of default.asp< |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
 |
|
ClaraP
Starting Member
27 Posts |
Posted - 25 January 2005 : 18:16:26
|
Good tip - thanks! I'll go hunting and see what I can find.
Edited to give an update: I went back to my original Snitz download, unzipped everything, and used that version of default.asp so I'd know I had a file I hadn't modified (i.e. broken!) yet. The problem prevailed.
I can't imagine the out-of-the-box default.asp code would have a wayward tag in it, so is it possible that the problem could be in another file (such as the footer), but somehow only shows up on default.asp?
I'm stumped and getting tempted to do something stupid like add more table tags on default.asp until it works.< |
Edited by - ClaraP on 25 January 2005 19:12:53 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
ClaraP
Starting Member
27 Posts |
Posted - 26 January 2005 : 12:56:28
|
Aha - I'll do that! Thank you!< |
 |
|
Topic  |
|