PDA

View Full Version : find a <br /> :/


Winterworks
01-02-2009, 11:42 AM
<a href="http://www.trasion.com/forum/forumdisplay.php?f=3/?styleid=5" target="_blank">http://www.trasion.com/forum/forumdi...f=3/?styleid=5</a>

Where the footer bar and the category has a line break in between them... I can't seem to find it.

I found them in all of the other pages, but why not this one? I did when Lynne said, and turned on HTML Comments in the Page Source.

Can someone help me find that one line break? (<br />)

steven s
01-02-2009, 12:54 PM
Could it be the cell padding and not a break?
<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">

Winterworks
01-02-2009, 01:05 PM
Nope.. Not there. I found a cellpadding="4", and changed it to cellpadding="0", but it did nothing.

Here's my FORUMDISPLAY code...

<!-- ############## END THREADS LIST ############## -->
</if>

$forumhome_markread_script

<if condition="$show['popups'] AND $show['forumsearch']">

<div class="vbmenu_popup" id="forumsearch_menu" style="display:none">
<form action="search.php?do=process" method="post">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_this_forum]<a name="goto_forumsearch"></a></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="forumchoice[]" value="$forumid" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" accesskey="s" tabindex="1004" /></div>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<label for="rb_fd_sp0"><input type="radio" name="showposts" value="0" id="rb_fd_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
&nbsp;
<label for="rb_fd_sp1"><input type="radio" name="showposts" value="1" id="rb_fd_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]f=$forumid" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</form>
</if></div>
$footer
</body>
</html>

(Just the end of it)

I don't know what would be making that space.

SEOvB
01-02-2009, 02:19 PM
its one of the forumhome_forumbit templates and not forumhome

Lynne
01-02-2009, 02:59 PM
It's right above the code you put in post 3:

</tbody>

<!-- END TEMPLATE: forumhome_forumbit_level1_post -->
</table>
<br />
<!-- / sub-forum list -->




<!-- BEGIN TEMPLATE: forumhome_markread_script -->
<script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v=374"></script>
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read";
init_forum_readmarker_system();
//-->
</script>
<!-- END TEMPLATE: forumhome_markread_script -->

Winterworks
01-02-2009, 03:00 PM
Lynne, what template is that in? :/

Because one ends before it, and another starts after it...

steven s
01-02-2009, 03:30 PM
Not Lynne but I'll take a crack.
Look in your FORUMDISPLAY template. It's there.

I found it by searching templates for <!-- / sub-forum list -->

Lynne
01-02-2009, 03:37 PM
Yeah, I meant you needed to look further up in the template you posted a part of which is the FORUMDISPLAY template.

sparklywater
01-02-2009, 10:50 PM
sounds like so much fun, hunting for a <br /> tag.

just kidding :)

steven s
01-02-2009, 10:56 PM
sounds like so much fun, hunting for a <br /> tag.

just kidding :)It's not often I get to help someone. :)