I need help to place banner ads in my website as per given format.
I'm using a ready script for my website. I got the advertisement codes from the ad networks already. And I placed those codes to my index.php file. Please see what it looks (existing format).
In existing format, 250x250 banner size is not available but I will generate it from the ad network later and place it to the required format.
Also there is a problem while displaying existing format in different size screens. In a bigger screen the banners shows in a line, while in small screen it shows as per the provided photo.
Please note, the coding should be "inline style" because I cannot do any editing in "external or internal style sheet".
I just put the below codes exactly the same into the index.php file. And the look is as per the given photo.
<script type="text/javascript" src=""></script>
<script type="text/javascript" src=""></script>
<script type="text/javascript" src=""></script>
<script type="text/javascript" src=""></script>I will be very much grateful to get help from you.
B. regards
51 Answer
<!-- named just for fun -->
<advertisementbox>
<a href="the link to go to"><img src=""></a><a href="the link to go to"><img src=""></a><a href="the link to go to"><img src=""></a><a href="the link to go to"><img src=""></a><a href="the link to go to"><img src=""></a>
</advertisementbox>i hope this helps!
if it doesn't let me know.
3