Results 1 to 6 of 6

Thread: HTML tag - help!

  1. #1
    A Big Deal? Recognized Member Big D's Avatar
    Join Date
    Mar 2003
    Posts
    8,370
    Contributions
    • Former Cid's Knight

    Grin HTML tag - help!

    Hi.
    I am HTML inept.

    I'm trying to make my sig look cool, i.e. like the attached file, but I don't know how to align the text so that it's level with the centre of the picture. :/
    Any handy hints?
    Attached Images Attached Images

  2. #2
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    <table><tr><td>
    <img src="http://img78.photobucket.com/albums/v299/estuans_interius/blablue.jpg"></td><td>
    <font size="4"><b>No <a href="http://www.livejournal.com/users/bigdee" target="_blank"><font color="skyblue">Big</a></font> <a href="mailto:sors_imanis@hotmail.com"><font color="skyblue">D</a></font>eal.</font></b>
    </td></tr></table>


    Code:
    <table><tr><td>
    <img src="http://img78.photobucket.com/albums/v299/estuans_interius/blablue.jpg"></td><td>
    <font size="4"><b>No <a href="http://www.livejournal.com/users/bigdee" target="_blank"><font color="skyblue">Big</a></font> <a href="mailto:sors_imanis@hotmail.com"><font color="skyblue">D</a></font>eal.</font></b>
    </td></tr></table>
    FOA

  3. #3
    A Big Deal? Recognized Member Big D's Avatar
    Join Date
    Mar 2003
    Posts
    8,370
    Contributions
    • Former Cid's Knight

    Default

    That's brilliant. Thanks a lot

  4. #4
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Thats ok
    FOA

  5. #5
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Using tables for layouts is pure unadulterated evil. CSS is your friend. I don't know if this works in IE, but who really cares about that anyways.

    <div><img src="http://img78.photobucket.com/albums/v299/estuans_interius/blablue.jpg" style="float: left; padding: 0 5px 0 5px" /><div style="font-weight:bold; font-size: 16px; line-height: 58px">No <a href="http://www.livejournal.com/users/bigdee" target="_blank" style="color:skyblue">Big</a> <a href="mailto:sors_imanis@hotmail.com" style="color:skyblue">D</a>eal.</div><br style="clear: all"/></div>

    Code:
    <div><img src="http://img78.photobucket.com/albums/v299/estuans_interius/blablue.jpg" style="float: left; padding: 0 5px 0 5px"><div style="font-weight:bold; font-size: 16px; line-height: 58px" />No <a href="http://www.livejournal.com/users/bigdee" target="_blank" style="color:skyblue">Big</a> <a href="mailto:sors_imanis@hotmail.com" style="color:skyblue">D</a>eal.</div><br style="clear: all"/></div>

  6. #6
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Quote Originally Posted by Dr Unne
    Using tables for layouts is pure unadulterated evil. CSS is your friend. I don't know if this works in IE, but who really cares about that anyways.
    Everyone loves tables, their our friend
    FOA

Posting Permissions

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