Hi everybody, I need help please: what to do to have my ads floated like that ? http://i43.tinypic.com/2vufu3a.png Site: http://dbps.free.fr/ Thanks !
You can just do something like <div style="float:right;margin:200px 10px 0px 0px;position:absolute;"><img src="ad.jpg" alt="Advertisment"/></div> Code (markup): directly under your <body> tag.
You can do this the most primiotive way simply by using table with 2 columns. It will work in any browser for sure
oops, should have done relative <div style="float:right;margin:200px 10px 0px 0px;position:relative;"><img src="ad.jpg" alt="Advertisment"/></div> Code (markup):
yeah, it will always be "200px" down from the top and "10px" from the right side of the screen. you can change both of those numbers in the code. Just resize your browser window to see it staying on the right side