Results 1 to 3 of 3

Thread: how to add a banners code without having a pic

  1. #1
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to add a banners code without having a pic

    how can I add <a href="http://www.theriseofamerica.com" target="_top"><img src="http://theriseofamerica.com/images/troa.jpg">
    to this site without it converting to a banner. I would like to keep it as the html so others can copy and use it on their sites.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    < = &lt;
    > = &gt;
    " = &quot;

    I just copied this out of the source for this page.... easy that way.

    USE THIS:
    Code:
    &lt;a href=&quothttp://www.theriseofamerica.com&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://theriseofamerica.com/images/troa.jpg&quot;&gt;


    the <pre> tag can also sometimes make html not execute, but, then again, i've never understood that, or if that's really what it does. never had the need, really. may be totally wrong on that one.

  3. #3
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    it works thanks so much!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •