Html and Css coding required for banner ads placement

I need help to place banner ads in my website as per given format.

Required 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).

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

5

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like