PDA

View Full Version : can someone help me find where this gap is coming from? driving me insane..


sross
01-11-2009, 02:04 AM
Hi, I put in a new footer and on some pages there is this gap on others no gap. I have been over the code with a finetooth comb can not see why this is happening. For example in my forums i have the gap, in my photopost gallery using vbulletin templates there is no gap. Here is a screenshot:

https://vborg.vbsupport.ru/external/2009/01/42.gif

Is there anything I should look for? I will disable some of my mods and see what that does..

Thanks

--------------- Added 1231647632 at 1231647632 ---------------

found a stray tag that seems to have done it.

--------------- Added 1231650960 at 1231650960 ---------------

ah hell, thought i fixed it but it's back..

Lynne
01-11-2009, 03:54 AM
Without a link to the page where this is occurring, it's really too hard to take a guess what is going on.

sross
01-11-2009, 04:02 AM
no longer needed

Lynne
01-11-2009, 04:15 AM
You have the code in red at the bottom of the non-working pages:

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
<br /><div style="z-index:3" class="smallfont" align="center"></div>
</body> </html>

sross
01-11-2009, 04:25 AM
interesting! so would that be coming from a template or a plugin code somewhere you think? How would I find it? Thanks for the help!

Lynne
01-11-2009, 04:28 AM
You should start by seeing if it's in the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

If it's not in there, then it is probably added via a plugin. So, you'll have to go through those and see which one is doing it.

sross
01-11-2009, 04:36 AM
Thanks so much! I have narrowed it down to vbseo..

--------------- Added 1231659035 at 1231659035 ---------------

found it, was in functions vbseo php file :)