Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1245
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Bottom Block Height

Started by cme1st2302, March 10, 2009, 09:46:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cme1st2302

Can anyone point me in the right direction to change the height of the bottom block.  I currently have a script running an image scroller.  Not sure if it is handled in the code but here it is just in case.

[code]<?php

// USE BELOW FOR EDIT YOUR LINKS

$scroll = "<center><a target=\"_blank\" href=\" http://www.wasociety.net//\"><img src=\" http://www.eastcoastastro.com/forums/affiliates/was.gif\" border=\"0\"   title=\"Willingboro Astronomical Society\"alt=\"Willingboro Astronomical Society \"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://astra-nj.org/\"><img src=\" http://www.eastcoastastro.com/forums/affiliates/astra.jpg\" border=\"0\"   width=\"200px\"title=\"ASTRA\"alt=\"Astra \"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://www.cloudynights.com\"><img src=\" http://www.eastcoastastro.com/forums/affiliates/cloudy_nights_telescopes.jpg\" border=\"0\"   title=\"Cloudy Nights\"alt=\"Cloudy Nights\"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://www.princetonastronomy.org/\"><img src=\" http://www.eastcoastastro.com/forums/affiliates/aaap.jpg\" border=\"0\"   title=\"Amateur Astronomers Association of Princeton\"alt=\"Amateur Astronomers Association of Princeton\"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://www.starastronomy.org/\"><img src=\" http://www.eastcoastastro.com/forums/affiliates/starastronomy.png\" border=\"0\"   title=\"Star Astronomy\"alt=\"Star Astronomy\"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://www.rocklandastronomy.com/\"><img src=\" http://www.eastcoastastro.com/forums/affiliates/rocklandastronomy.jpg\" border=\"0\"   title=\"Rockland\"alt=\"Rockland\"></a></center><br>";

// END OF THE EDITING LINKS AREA


// If you want it scrolls faster change the amount of marquee scrollamount below
// If you want it scrolls from top the bottom change the direction from up to down
echo "<marquee scrollamount=\"3\" direction=\"up\" onMouseOver=\"this.stop()\" onMouseOut=\"this.start()\" loop=\"true\">$scroll</marquee>";

// If you want you can keep your logo here as static,if you dont want simply put // of the beginning nexr 2 lines
//$scroll .= "<center><a target=\"_blank\" href=\" http://www.yahoopool.net\"><img src=\"images/ypnfull8.png\" border=\"0\"   //title=\"Yahoopool.net\"alt=\"Yahoopool.net\"></a></center><br>";

//}




//COPYRIGHT PLEASE DO NOT REMOVE! I SPENT TIME FOR CREATE THIS BLOCK, THANK YOU
//echo "<hr width=\"90%\"><div align=\"right\"><a href=\"javascript:openwindowbl()\">YPN
Admin

He who waits for perfect conditions sees nothing!!
SMF Version: 1.1.11
SimplePortal Version: 2.3.1

[SiNaN]

Try setting 'height' attribute for 'marquee' tag.
And slowly, you come to realize... It's all as it should be...

cme1st2302

Worked like a charm. Thanks again Blue Dream!!

Chris
Admin

He who waits for perfect conditions sees nothing!!
SMF Version: 1.1.11
SimplePortal Version: 2.3.1