inherit
224940
0
Sept 27, 2020 17:58:56 GMT -8
coastrider
104
September 2015
coastrider
|
Post by coastrider on Sept 20, 2015 20:56:27 GMT -8
I am putting ad space on my sidebar redux and was looking for a box I can use that basically says "Advertise here" or something along that line. Any help would be greatly appreciated as I'm looking as the html code box with a blank stare Thanks, Ed
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Sept 21, 2015 9:44:51 GMT -8
I am putting ad space on my sidebar redux and was looking for a box I can use that basically says "Advertise here" or something along that line. Any help would be greatly appreciated as I'm looking as the html code box with a blank stare Thanks, Ed I hate when that happens!
Are you talking affiliate banners (88x33 pixels) to advertise there? Or just link text type ads? I made two, one simple and one with a little style that is for affiliate banners:
putteraround1.proboards.com/
Or are you thinking something much more fancy or?
|
|
inherit
224940
0
Sept 27, 2020 17:58:56 GMT -8
coastrider
104
September 2015
coastrider
|
Post by coastrider on Sept 21, 2015 16:20:31 GMT -8
Thanks, I'll give it a try while I wait to see a doc;) thanks m8
|
|
inherit
224940
0
Sept 27, 2020 17:58:56 GMT -8
coastrider
104
September 2015
coastrider
|
Post by coastrider on Sept 21, 2015 16:23:50 GMT -8
Hmm, the code you posted seems to have disappeared. Haha, this stuff always happens to me.
|
|
inherit
224940
0
Sept 27, 2020 17:58:56 GMT -8
coastrider
104
September 2015
coastrider
|
Post by coastrider on Sept 21, 2015 16:27:48 GMT -8
Just like this but this one is most likely copyrighted
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Sept 21, 2015 17:17:44 GMT -8
Just like this but this one is most likely copyrighted I'm sorry, I removed the code because I made a second one with a bit more style and my post & code wouldn't have made sense if I left it. Give me a sec and I'll see if I can make you your own little ad thingy so you don't have to worry about copyright but I'm using a crappy graphics program so give me about 5 minutes or so.
coastrider,
My grahics program doesn't let me make a dashed border like that but wherever you got that from, read if it is copyrighted as I doubt anyone cares that much about it since it isn't exactly a work of art. I did make one though but I don't like it as much as the one you posted. Anyway, here is the code for you to play with and I promise I won't delete it: (You can always ask in the graphics request board for a better image)
<style> #housing{width:200px;margin:auto;text-align:center; } .adverts{ width:200px; height:180px; background-image:url(http://storage.proboards.com/3427328/i/Pa6keQucHr8UPEXdUfoR.png); background-repeat:no-repeat; margin-bottom: 2px; } </style> <div id="housing"> <div class="adverts"> <a href="http://link.com"><img id="fade" src="http://storage.proboards.com/3427328/i/Pa6keQucHr8UPEXdUfoR.png"></a> </div>
<div class="adverts"> <a href="http://link.com"><img id="fade" src="http://storage.proboards.com/3427328/i/Pa6keQucHr8UPEXdUfoR.png"></a> </div> </div>
Also, I faded it out on my test site so if you want the image faded a bit, you can add this to your css: (I'ts just fading out the background image)
.adverts{ width:200px; height:180px; background-image:url(http://storage.proboards.com/3427328/i/Pa6keQucHr8UPEXdUfoR.png); background-repeat:no-repeat; margin-bottom: 2px; opacity: 0.3; }
And then comment out the image links that I have to show until you actually get an ad. <!--<a href="http://link.com"><img id="fade" src="http://storage.proboards.com/3427328/i/Pa6keQucHr8UPEXdUfoR.png"></a>-->
|
|
inherit
224940
0
Sept 27, 2020 17:58:56 GMT -8
coastrider
104
September 2015
coastrider
|
Post by coastrider on Sept 21, 2015 19:04:55 GMT -8
So if I was to put an image in the 150x150px box how do I do that? I have the box from above that I got from a Google search
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Sept 21, 2015 22:28:23 GMT -8
So if I was to put an image in the 150x150px box how do I do that? I have the box from above that I got from a Google search If it is just a filler image until you get real adverts then you just put it in here(bolded) and change the width and height (blue) to that of the image.
} .adverts{ width:200px; height:180px; background-image:url(storage.proboards.com/3427328/i/Pa6keQucHr8UPEXdUfoR.png);
|
|