Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Both image and text with hyperlink in sig. block  (Read 1799 times)

0 Members and 1 Guest are viewing this topic.

soybean

    Topic Starter


    Genius
  • The first soybean ever to learn the computer.
  • Thanked: 469
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 10
Both image and text with hyperlink in sig. block
« on: September 10, 2006, 01:20:34 PM »
How can plain or hyperlinked text be placed in a signature block below an image without the text starting on the same line/row as the image?  I see that Rob Pomeroy and Dilbert do this.  I tried it but the text started on the same row as the image and then jumped down to the row below.  

Also, how is an image in the signature block centered, as in Dilbert's case?

Google



    Mentor

    Thanked: 2
    • Certifications: List
    • Experience: Experienced
    • OS: Windows 7
    Re: Both image and text with hyperlink in sig. blo
    « Reply #1 on: September 10, 2006, 04:30:00 PM »
    Yes, I need help with that too!

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: Both image and text with hyperlink in sig. blo
    « Reply #2 on: September 11, 2006, 04:25:20 AM »
    Here's how I did it:

    Code: [Select]
    [table][tr][td][url=pomeroy.dyndns.info][img]pomeroy.dyndns.info/images/logo357x101.gif[/img][/url][/td][/tr][tr][td]FAQs: [url=www.computerhope.com/cgi-bin/yabb/YaBB.cgi?num=1143816298]Software[/url] | [url=www.computerhope.com/cgi-bin/yabb/YaBB.cgi?num=1147256597]Networks[/url][/td][/tr][/table]Note that everything has to be on one line.
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    soybean

      Topic Starter


      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: Both image and text with hyperlink in sig. blo
    « Reply #3 on: September 11, 2006, 10:20:18 AM »
    Ah, the URL and IMG tags embedded in table tags.  Thank you, Sir.