Configuring an anchor text link

Discussion in 'HTML & Website Design' started by BizzyB, Sep 18, 2005.

  1. #1
    Hi guys - am a newbie so please be gentle.....:)

    I am trying to add an anchor text link to my homepage (via the footer.php) to swop links with a friend - my knowledge of HTML at the moment is (laughable????)....anyway so far i have got the link to show ok but it located on the bottom left hand side. I would like to:

    a: Centre the link on the footer of the mainpage
    b: Have it in small text - Size 1
    c: Bold Text
    d: In an arial font

    This is how it looks so far:

    <a href="http://www.mywidgets.com/" target=_blank><font size="1">red widgets</a>

    Could someone be so kind to either complete the info to allow for the above options so i can see how to do it or advise me in simple retarded form on how to do it :D ??

    I am struggling with making changes that involve more than one thing at a time.....srry but i guess we all start somewhere :eek:

    Thanks in advance.
     
    BizzyB, Sep 18, 2005 IP
  2. fryman

    fryman Kiss my rep

    Messages:
    9,604
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    370
    #2
    <div align="center"><font size="1"><font face="Arial"><b><i>
    <a href="http://www.mywidgets.com/" target=_blank>red widgets</a></i></b></font>
    </div>
     
    fryman, Sep 18, 2005 IP
  3. Cristian Mezei

    Cristian Mezei Notable Member

    Messages:
    3,332
    Likes Received:
    355
    Best Answers:
    0
    Trophy Points:
    213
    #3
    <div align="center"><a href="http://www.mywidgets.com" target="_blank" style="font-weight:bold; font-family:arial;font-size:10px">Red widgets</a></div>

    If you do not have external css, i recommend the above.

    Or make a class in the <head>, and put the css class in the link
     
    Cristian Mezei, Sep 18, 2005 IP
  4. webmistress

    webmistress Guest

    Messages:
    485
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just use a WYSIWYG html editor
     
    webmistress, Sep 18, 2005 IP
  5. BizzyB

    BizzyB Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Would this make things simple without a good html understanding>?

    Which one would you recommend for simplicty?

    Thanks
     
    BizzyB, Sep 18, 2005 IP
  6. webmistress

    webmistress Guest

    Messages:
    485
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You don't need any html understanding to use a WYSIWYG html editor. I recommend frontpage or dreamweaver if you can afford it, otherwise, there's a lot of such tools free of cost on the market. just google find it
     
    webmistress, Sep 18, 2005 IP
  7. BizzyB

    BizzyB Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for your help
     
    BizzyB, Sep 18, 2005 IP
  8. ideasdaily

    ideasdaily Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I
    Bing it! KompoZer - Easy web authoring. It is a free, easy to use editor.
    ^See what I tried to do with bing, instead of g00gle.
     
    ideasdaily, Jun 6, 2011 IP