Quote:
Originally Posted by dr.reddy
Actually i have nothing in my TEXT field but have just image banner with destination URL ( http://example dot com) and image/flash ( http://.tinypic dot 4.jpg)
my text field is empty...i have HTML codes but simply using URL for destination site and image/flash
|
To combine those 3 ads into one position you would need to pull the info out of URL and IMAGE/FLASH and combine it in the single Text field.
Example of what would go in Text:
Code:
<table align="center"><tr><td><a href="WHAT YOU HAVE IN URL 1" /><img src="WHAT YOU HAVE IN IMAGE/FLASH 1" /></a></td><td><a href="WHAT YOU HAVE IN URL 2" /><img src="WHAT YOU HAVE IN IMAGE/FLASH 2" /></a></td><td><a href="WHAT YOU HAVE IN URL 3" /><img src="WHAT YOU HAVE IN IMAGE/FLASH 3" /></a></td></tr></table>