Banner ads
November 27th 2006 05:47
For some reason some of the banner ads that I place in my posts aren't coming up with the images.
Works fine in the preview but when I go to the main site it is just a bunch of blue text, yet I have placed the relevant HTML tags on either side.
Wondering what Im doin wrong?
Cheers
Works fine in the preview but when I go to the main site it is just a bunch of blue text, yet I have placed the relevant HTML tags on either side.
Wondering what Im doin wrong?
Cheers
| 47 |
| Vote |
Subscribe to this blog

Comment by Jay
AFL Central
Comment by TonyK
AFL Central
NBL News
Thanks anyways
Comment by Jay
Comment by TonyK
AFL Central
NBL News
Comment by Jay
http://www.aflcentral.com.au/youngsters-the-right-tonic-for-cats/
But not on the blog summary page:
http://www.aflcentral.com.au
I'll look into it...
Comment by TonyK
AFL Central
NBL News
Just wondering if you have had a chance to look in and see what the problem is
Cool if not
Cheers
Tony
Comment by Jay
No not yet - I'll get onto it though...
Laters
Jay
Comment by Jay
Okay - I've had a look at this. The problem is caused by there being line breaks (which are turned into html line breaks - <br>
<img
src="xyz"
title="abc">
You need to put:
<img src="xyz" title="abc">
I'll try and figure out a better way to do this because it probably shouldn't happen. But for the moment this change will at least get your ads up and working again
Laters
Jay