1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

html ad for afterdawn?

Discussion in 'All other topics' started by Jay05, Apr 27, 2005.

  1. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    Is there like a logo thing for afterdawn? Could I get it as I'm thinking of putting a link to my site...
     
  2. ddp

    ddp Moderator Staff Member

    Joined:
    Oct 15, 2004
    Messages:
    39,157
    Likes Received:
    134
    Trophy Points:
    143
    top left corner of this screen
     
  3. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    Are there html code for that?
     
  4. Veblin

    Veblin Active member

    Joined:
    Feb 27, 2003
    Messages:
    1,163
    Likes Received:
    0
    Trophy Points:
    66
  5. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    What about for mozilla firefox or thunderbird?
     
  6. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    Just copy/paste the code into your html. No problems with Firefox or any other browsers that I've tested with.
     
  7. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    I know...it works on Firefox...what I meant was, I was looking for the html codes for Firefox/thunderbird and anyother useful logo things...
     
  8. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    Here's some html for Firefox.

    <a href="http://getfirefox.com/"
    title="Get Firefox - Web browsing redefined."><img
    src="http://www.mozilla.org/products/firefox/buttons/getfirefox_large2.png"
    width="178" height="60" border="0" alt="Get Firefox"></a>

    [​IMG]
     
  9. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    This code is just an image url:

    <img src= "url of the image" height= "xx" width= "xx" alt= "alternate text"/>

    With anchor tags for the link:

    <a href= "url of the webpage"><img src= "url of the image" height= "xx" width= "xx" alt= "alternate text"/></a>

    The title attribute is optional. I also show the image tag as "self-closing with the "/" at the end of the tag. This is for XHTML so I don't show a border attribute either.
     
    Last edited: May 1, 2005
  10. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    Thanx
     
  11. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    Your Welcome. You can usually just Google for the logo you want and just right click the logo. From there you can Save Picture as or link directly. Direct links are sometimes not a good idea though.
     
  12. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    Hey is it possible to get a firefox logo smaller than the one above?
     
  13. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
  14. Jay05

    Jay05 Regular member

    Joined:
    Apr 23, 2004
    Messages:
    732
    Likes Received:
    0
    Trophy Points:
    26
    Thanks again...
     
  15. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    Your welcome. Is your site up yet?
     

Share This Page