TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 247
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 163
  • Total: 163

I need some help

Started by Greenbug, August 28, 2006, 06:55:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IchBin

I don't see the space in IE or FF but that's not a first time :)  It's probably one of your blocks. Disable all the custom blocks and see if that fixes it. If so, you can enable one by one until you figure out which one is causing it. Probably Recent topics is my guess.

G6Cad

I think that rss feed you have is playing you some tricks there.
I cant see any thing wrong there eather now  ???

Greenbug

#32
Thanks IchBin it was the Scrolling "today in history" block. I dis abled it and its fine now.

Looking at it I dont see a width but I do see a height, is that right?

This is what is in there

$my_height = auto;
$today = mktime();
$today_day = date("j", $today);
$today_month = date("n", $today);

$request = db_query("SELECT pn_yid, pn_content FROM nuke_ephem WHERE pn_did=$today_day AND pn_mid=$today_month ORDER BY pn_yid ASC", __FILE__, __LINE__);
if (mysql_num_rows($request) > 0)

   {echo '<marquee bgcolor="transparent" scrollamount="1" direction="up" loop="true" width="100%" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'>';

     
        echo '<div style="height: '.$my_height.'ex; overflow: auto;">';
while($row = mysql_fetch_assoc($request)){
echo '<b>' . $row['pn_yid'] . '</b> - ' . $row['pn_content'] . '<br />';
}
                echo '</div>';
        echo '</marquee>';         
mysql_free_result($request);
  }


Used from the snippet forum.

Well its fine now, this thread is getting way off topic. If anyone has a suggestion I am all ears.

This website is proudly hosted on Crocweb Cloud Website Hosting.