Html Quezzie...

Discussion in 'General Discussion' started by RagnaroK, Dec 24, 2004.

  1. RagnaroK

    RagnaroK Senior Member

    Age:
    35
    Posts:
    1,876
    Likes Received:
    0
    Joined:
    Nov 10, 2004
    Location:
    Vancouver, Canada
    Ok, i have two questions on HTML, one of them wasnt answered in my other topic, so screw that.

    What's the HTML code for rangom sig's? I know Guiness has it, but i don't exactly know how you do it.

    Oh, and how do you place picture's next to each other?
     
  2. leon

    leon Well-Known Member

    Age:
    42
    Posts:
    54
    Likes Received:
    0
    Joined:
    Jul 31, 2004
    Location:
    Bromsgrove, Worcs., UK
    The random sig is done with PHP code. If you look in Guinness' sig, I think there's a link on how to do it.

    The pictures next to each other should work like so (I misunderstood your other post on this):-

    Code:
    [img]1.jpg[/img][img]2.jpg[/img]
    If that doesn't work then I'm guessing that the images are too big to be displayed side by side on your screen.

    Hope that helps you in some way, shape or form.
     
  3. RagnaroK

    RagnaroK Senior Member

    Age:
    35
    Posts:
    1,876
    Likes Received:
    0
    Joined:
    Nov 10, 2004
    Location:
    Vancouver, Canada
    ah crap... that's why it didnt work, their too big to be displayed side to side! Lol, anyways thanks for those!! I wish i could +rep you again... but i already did! ^_^
     
  4. chippy

    chippy Well-Known Member

    Posts:
    162
    Likes Received:
    0
    Joined:
    Dec 24, 2004
    i have the same trouble too... lol
     
  5. Demokata

    Demokata Well-Known Member

    Posts:
    742
    Likes Received:
    0
    Joined:
    Aug 17, 2004
    You still can. :P
     
  6. xlink

    xlink GR's Tech Enthusiast

    Posts:
    8,054
    Likes Received:
    3
    Joined:
    Nov 19, 2004
    Code:
    <table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">[img]image1.jpg[/img]</td><td valign="top">[img]image2.jpg[/img]</td></tr></table>
    or for a simplified yet less precise version
    Code:
    <table><tr><td>[img]image1.jpg[/img]</td><td>[img]image2.jpg[/img]</td></tr></table>
    that should force it to be right nex to each other, no matter what the screen size, though you will need to scroll...
     
  7. RagnaroK

    RagnaroK Senior Member

    Age:
    35
    Posts:
    1,876
    Likes Received:
    0
    Joined:
    Nov 10, 2004
    Location:
    Vancouver, Canada
    @ Mr. Inzane = 15 days have to pass before i can re+rep him again...

    @Zeling = Thanks that worked out for me! +Rep!
     

Share This Page