N Nsane Active Member 464 2013 64 0 Oct 9, 2013 #1 Hi there, I am looking to place a ad on my website. I know what file to edit etc.. I just don't know what code to use CSS etc and how to do it etc.. Please view screenshot as to where I want my ad: Thanks
Hi there, I am looking to place a ad on my website. I know what file to edit etc.. I just don't know what code to use CSS etc and how to do it etc.. Please view screenshot as to where I want my ad: Thanks
pi0tr3k Active Member 3,055 2009 768 10 Oct 9, 2013 #2 You will have to make a <div> there and align it to the right. In that div, you place your ad code.
N Nsane Active Member 464 2013 64 0 Oct 9, 2013 #3 How do I align the div to right? Just using this? <p align="right"> ekerje </p>
RT Active Member 5,314 2009 1,571 85 Oct 9, 2013 #4 CSS: PHP: .ad { float: right; position: relative; top: -44px; } HTML: PHP: <img class="ad" src="http://www.openvms.org/images/samples/468x60.gif"> Screenshot: http://i.imgur.com/H51LdCG.png Last edited: Oct 9, 2013
CSS: PHP: .ad { float: right; position: relative; top: -44px; } HTML: PHP: <img class="ad" src="http://www.openvms.org/images/samples/468x60.gif"> Screenshot: http://i.imgur.com/H51LdCG.png
N Nsane Active Member 464 2013 64 0 Oct 9, 2013 #5 Yes I have managed to do that with the image however I have replaced the image with the adsense code and can't get it to go right again now lol?
Yes I have managed to do that with the image however I have replaced the image with the adsense code and can't get it to go right again now lol?