UKBenC Posted August 3, 2006 Share Posted August 3, 2006 i am trying to add a banner into the bottom of the footer but I cant seem to do it. here is the html code: <a href="http://www.bwbd-hosting.co.uk/affiliate/idevaffiliate.php?id=138_0_1_5"><img src="http://www.bwbd-hosting.co.uk/affiliate/banners/hosting_banner.jpg" border="0"></a> im having trouble making the banner appear, any help would be greatful Link to comment Share on other sites More sharing options...
matrix2223 Posted August 4, 2006 Share Posted August 4, 2006 in the banner manager insert a new banner and only use the html code nothing else. Or you can use it in the footer but you have to either have the image on your server or you have to have an else if statement in your footer.php file. Link to comment Share on other sites More sharing options...
UKBenC Posted August 4, 2006 Author Share Posted August 4, 2006 in the banner manager insert a new banner and only use the html code nothing else. Or you can use it in the footer but you have to either have the image on your server or you have to have an else if statement in your footer.php file. excellent ive got it now is there a way of setting it to open in a new window, here is the command im using: <td align="center" class="footer" width="468" height="60" <a href="http://www.bwbd-hosting.co.uk/affiliate/idevaffiliate.php?id=138_0_1_5"> <img src="images/bwbdbanner.jpg" alt="" /></td> Link to comment Share on other sites More sharing options...
matrix2223 Posted August 4, 2006 Share Posted August 4, 2006 change this: <td align="center" class="footer" width="468" height="60" <a href="http://www.bwbd-hosting.co.uk/affiliate/idevaffiliate.php?id=138_0_1_5">'>http://www.bwbd-hosting.co.uk/affiliate/idevaffiliate.php?id=138_0_1_5"> <img src="images/bwbdbanner.jpg" alt="" /></td> to this: <td align="center" class="footer" width="468" height="60" <a href="http://www.bwbd-hosting.co.uk/affiliate/idevaffiliate.php?id=138_0_1_5" target="blank"> <img src="images/bwbdbanner.jpg" alt=""></td> Link to comment Share on other sites More sharing options...
UKBenC Posted August 4, 2006 Author Share Posted August 4, 2006 Cheers I have also noticed that the banner isnt centered or linked under IE is there any changes that need to be made to enable this? Link to comment Share on other sites More sharing options...
matrix2223 Posted August 4, 2006 Share Posted August 4, 2006 change this to center it <td align="center" class="footer" width="468" height="60" <a href="http://www.bwbd-hosting.co.uk/affiliate/idevaffiliate.php?id=138_0_1_5" target="blank"> <img src="images/bwbdbanner.jpg" alt="" align="center" valign="center"></td> not sure what you mean with IE Link to comment Share on other sites More sharing options...
UKBenC Posted August 4, 2006 Author Share Posted August 4, 2006 I use firefox as my browser and everything is fine when viewing through that the banner is centered and it links but when using IE the banner is placed off to the left and its not linked. www.bc-computers.co.uk I have also noticed the text in the header at the top and the 'Search by manufacturers' box is the same. Is there some different code for IE that will need to be put in so it looks the same as firefox, sorry if this is a bit dumb but php is new to me :) Link to comment Share on other sites More sharing options...
matrix2223 Posted August 4, 2006 Share Posted August 4, 2006 The older versions of IE could cause this. Im not sure what version you have but when it comes to IT (information technology) IE is broke and will never be fixed no matter what microsoft does to it. This is why I tell everyone that I know, if you want to see things better and want more security when you on the net use firefox. I also have a link to download FF on my store. So as for the IE issue there isnt really much you can do about that, that I know of. Link to comment Share on other sites More sharing options...
UKBenC Posted August 4, 2006 Author Share Posted August 4, 2006 The older versions of IE could cause this. Im not sure what version you have but when it comes to IT (information technology) IE is broke and will never be fixed no matter what microsoft does to it. This is why I tell everyone that I know, if you want to see things better and want more security when you on the net use firefox. I also have a link to download FF on my store. So as for the IE issue there isnt really much you can do about that, that I know of. Ok thats no worries I just thought there might be something I needed to do, I might do the same and link firefox thats not a bad idea. Thanks for your help! Ben Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.