• Hello Guest, welcome to the initial stages of our new platform!
    You can find some additional information about where we are in the process of migrating the board and setting up our new software here

    Thank you for being a part of our community!

Turbobricks banner links..

boostdemon

creative mastermind
Joined
May 31, 2002
Location
Cary, NC
for those of you who are interested and have some sort of linked banner ad back here to turbobricks... I made these two for the sacramento VCOA chapter and figured i'd post em up for anyone else to replace copying the site logo lol.

Here they are:

420x85 40kb
banner-turbobricks-420x85.png


375x68 18kb
banner-turbobricks-375x68.png
 
:???: you can hotlink them if you want... where you send them is up to you.
If you're asking for a copy/paste chunk of code... here this should work:
for the larger one...
HTML:
<p>
  <a href="http://www.turbobricks.com/" target="blank">
   <img src="http://www.turbobricks.com/img/pictures/banner-turbobricks-420x85.png" width="420" height="85" border="0">
  </a>
</p>

for the smaller one...
HTML:
<p>
  <a href="http://www.turbobricks.com/" target="blank">
   <img src="http://www.turbobricks.com/img/pictures/banner-turbobricks-375x68.png" width="375" height="68" border="0">
  </a>
</p>
 
Back
Top