It works perfectly. Thanks man!
(von: omerkhan01)
Hier noch 4 weitere Ergebnisse dieses Threads:
I floated a div, but that disrupted my main container.
7. Nov. 2010 (von: omerkhan01)
Hi there, My site is here. As you can see in IE that I tried to put a banner to the left of my banner in the black space and in IE it screws up my site. I put the…
Re: I floated a div, but that disrupted my main container. :: Reply by Joern
7. Nov. 2010 (von: Joern)
read this answer as the problem starts here:viewtopic.php?f=1&t=202____________________you find me on Google+, Twitter and Facebook Weiterlesen →
Re: I floated a div, but that disrupted my main container. :: Reply by omerkhan01
7. Nov. 2010 (von: omerkhan01)
Joern, I did go into header file and put the div class below body and now it is not showing up on my site it all. The banner dissappeard!I simply want to know1) Where would i put a div to…
Re: I floated a div, but that disrupted my main container. :: Reply by Joern
7. Nov. 2010 (von: Joern)
before you had on top of your header.php this:Code:<div class="datingimg"><img src="http://www.maaximumseduction.com/dating.jpg" height="160" width="139"></img></div>these lines are gone from there, that's good, but I can't find them anywhere anymore...?anyway, it should read like this:Code:<div id="datingimg"><img src="http://www.maaximumseduction.com/dating.jpg" height="160" width="139" alt="" /></div>you could put…