I'm trying to get all of this to line up in the bottom left corner of my page. Unfortunately it all goes somewhere near the center. I'll be honest I don't understand some of this.
Would this be better to have as a block or a module?
Also, there is a module tag underneath it on my page that I'd like to get rid of.... see it in action here http://www.sdrye.com
Thanks,
Stephen
nobleclem Lieutenant
Joined: May 27, 2003
Posts: 167
Location: Southfield, MI
Posted:
Tue Sep 07, 2004 6:11 pm
make it a block.
1) just make a file called block-Weather.php
2) in the block file:
Code:
<?PHP
if (eregi("block-Advertising.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: ../index.php");
die();
}
$content = "
your html / javascript code here
";
?>
Make sure all " are prefixed by \ so that they look like \"
3) upload, activate, and place block in desired location.
_________________ ....Check Out These Great Sites....
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum