Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
Norm1




Joined: Feb 09, 2010
Posts: 2

PostPosted: Tue Feb 09, 2010 8:29 pm
Reply with quote

I have made a block from weatherbug script and it works fine except the image shows outside of the block how do i fix that.

Here is the code.
P.S Tried posting code but keeps delteing part of it. so I attached the file.


Code:

<?php
if (eregi("block-Weatherbug.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
//Require Mainfile (once means don't if its already included/required)
require_once 'mainfile.php';
//Set Your Globals
global $db, $prefix;
//Start Content
echo "<center><link> \n";
echo "           <div>\n";
echo "           <div>\n";
echo "           \n";
echo "                <iframe></iframe> \n";
echo "      \n";
echo "               <div>\n";
echo "                    <span><a>Forecast</a></span>\n";
echo "                    <span><a>Radar</a></span>\n";
echo "                    <span><a>Cameras</a></span>\n";
echo "                </div>\n";
echo "                <div>\n";
echo "                    <a><img></a>\n";
echo "                </div>\n";
echo "            </div>\n";
echo "            </div>\n";


//End Content
?>

 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 920

PostPosted: Tue Feb 09, 2010 9:16 pm
Reply with quote

Instead of echo you would want to use $content .=

also be sure to initialize the content variable with a $content = ""; before any of the other output.
 
View user's profile Send private message Visit poster's website
Norm1




Joined: Feb 09, 2010
Posts: 2

PostPosted: Tue Feb 09, 2010 9:31 pm
Reply with quote

That worked Thanks now if I can figure out why it want up date I'll be doing good lol think its a port Problem though just not sure.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©