Quote:
Originally posted by Birdie501
Hi,
can you post your changes? Would be really nice. or pm me.
|
just look for the following: (do a search for $banner) in the links.php file and in the img src tag add
width='468' height='60'
like so:
if ($link[banner] == "") {
$banner = "";
} else {
$banner = "<div align='left'><a href='links.php?action=redirect&url=$link[url]' target='_blank'><img src='links/$link[banner]' border='0' alt='$link[banner_text]' width='468' height='60'></a></div>";
}
if ($link[banner_url] == "") {
$banner_url = "";
} else {
$banner_url = "<div align='left'><a href='links.php?action=redirect&url=$link[url]' target='_blank'><img src='$link[banner_url]' border='0' alt='$link[banner_text]' width='468' height='60'></a></div>";
this stretches or shrinks the banner to the size 468x60 or anything you want by changing these numbers but doesn't look good if the banner isn't designed for that size....
I'm going to rewrite it so that if it is larger than x by x it will shrink it so that users cannot abuse the size, but if it is smaller than x by x to just leave it alone.... but this will do for now!
I had to implement it because the suzuki swift banner that is on the page now (under other auto interest section in drop down box on links page) was absolutley huge before! it took over the whole page!