Announcement

Collapse
No announcement yet.

inserting images into links?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    inserting images into links?

    Tis I again
    I'm trying to figure out how to insert an image into a link, as opposed to the text:
    !!<<A HREF="http://uk.giga-byte.com/"><b><u>Gigabyte motherboards</u></b></A>>!!
    is what is currently there, but I'd like to replace the Gigabyte Motherboards text with a small graffic of the Gigabyte logo instead (or in addition to?).
    <A HREF="http://www.jjas-it.com" target="_blank">www.jjas-IT.com</A>
    <A HREF="http://www.oakleyinter.net" target="_blank">www.oakleyinter.net</A>

    Stop...........................................Carry on!

    #2
    Hi there

    Erm... this is pretty basic HTML. If you look at the source of this page, you will see that the code for the 'Actinic Community' graphic at the top is

    <a href="index.php?s="><img src="images/actinic_logo.gif" border="0" alt="Actinic Community"></a>

    Can I suggest you get yourself a good HTML book to help you with the custom code you are obviously using for your site. I quite like 'Learn HTML in a Weekend' by Steve Callihan.

    Comment


      #3
      Thanks for the reply Chris.
      The wife has just laughed and I'll be spending a bit of time checking things out first before typing a shout for help.

      Consider my wrist slapped.

      LardyBoy
      <A HREF="http://www.jjas-it.com" target="_blank">www.jjas-IT.com</A>
      <A HREF="http://www.oakleyinter.net" target="_blank">www.oakleyinter.net</A>

      Stop...........................................Carry on!

      Comment

      Working...
      X