i want to place the ad code of 146 x 1896px. Like This This is the ad code that i want to place: <iframe allowtransparency="1" frameborder="0" height="1896" id="plwpr4548950879dadaf80a2.56841583" scrolling="no" src="http://widget.plugrush.com/imgtake.com/1at8" width="146"></iframe> In attached Filesis .php file Where the code will be placed please tell me how or where or Do this for me.. THANKX in Advance....
I'd use CSS for this. Try implementing a CSS hook in the html in the <div> section relative to that position. eg: <div id="advert"> in your .css file add the positioning coordinates (eg below), remembering though to emphasize the (%) percentage coordinate instead of the px (pixel) placement to accommodate for different screen resolutions #advert { position:relative; left: [B][I][COLOR="#FF0000"]ADD YOUR COORDINATES HERE![/COLOR][/I][/B] } Code (markup): see: w3schools.com/css/css_positioning.asp for positioning code examples. Hope this helps ROOFIS
Or just decide where you want the image to be (that's up to you - we can't tell you where you want it) and insert this line at that point. echo '<iframe allowtransparency="1" frameborder="0" height="1896" id="plwpr4548950879dadaf80a2.56841583" scrolling="no" src="http://widget.plugrush.com/imgtake.com/1at8" width="146"></iframe>'; PHP: