Author |
Topic |
|
ikalota
Starting Member
37 Posts |
Posted - 03 October 2004 : 21:47:20
|
Hi All, Can someone please help? I have Site Integration Mod installed with site header, site footer, and site left. No site right. Everything seems to work excellent, all the links that i click on my site left navigation bar show up in the centre of the page alongwith header, left menu, and footer, BUT.... when I click on Forum, I get the default.asp page right, then when I click on one of the Forums on this page I get the Forum.asp page right, but when I click on one of the forum topics, It doesnt show in the center, It shows the All Forums tree etc,, then it actually shows all the topics after the left header has ended. It shows them outside the layer. Is it a WRAP/NOWRAP proble or does it have to do with changing the table widths in the topic.asp?
Help will be greatly appreciated.....
Thanks in advance... |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
ikalota
Starting Member
37 Posts |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 04 October 2004 : 15:43:40
|
I think there may be some missing (or required) table-related tags in topic.asp. The reason you are having this problem is that the table structure is incorrect. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
ikalota
Starting Member
37 Posts |
Posted - 04 October 2004 : 16:17:15
|
Thnaks for taking the time to look into this problem. I will take a look in topic.asp and post.asp to see If any tags are missing. I may have dropped some code while installing various mods.
Thanks much. |
|
|
ikalota
Starting Member
37 Posts |
Posted - 05 October 2004 : 18:24:20
|
Hi D3mon,
I looked at my code in topic.asp and cant really find anything. I also copied the html using view source for my page and compared it to the html source on a similar kind of page on another webiste link is given below (where it is working perfectly). I dont see any tags missing. I sent an email to the author of this site. Lets hope, he or soemone else can help. Here is the link to my page where you can look at the HTML source and also the link to the ATV outdoors site where this particular page is working fine.
My site: http://www.godhrawala.com/snitztest/topic.asp?TOPIC_ID=114 ATV site: http://www.atvoutdoors.net/topic.asp?TOPIC_ID=8625
|
|
|
ikalota
Starting Member
37 Posts |
Posted - 06 October 2004 : 22:06:44
|
Thanks for your tips D3mon and Schef.
I was able to figure out my problem. I had an extra </table> tag in the topic.asp which I had to remove and that fixed the problem on the topic.asp and then I had to remove a </table> tag from the post.asp and add a <BR> tag to get the topic messages to display properly in the post.asp
This may have caused due to MOD additions. I have Poll Mod, Calendar MOD, and Private Messages Mod code all over in these pages.
Once again thanks very much for your hints and tips. |
|
|
|
Topic |
|