Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Code HElp

  1. #1
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default Code HElp

    hey iv got

    HTML Code:
    <table width="424" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="424"><img src="images/index_16.gif" width="424" height="12" alt=""></td>
            </tr>
            <tr>
              <td height="16" background="images/index_18.gif">ffffff<img src="images/index_19.gif" alt="" width="21" height="16" align="top"></td>
            </tr>
            <tr>
              <td><img src="images/index_20.gif" width="424" height="12" alt=""></td>
            </tr>
          </table>
    Well as u can see the index_19 is on the top "align="top" how do i make it on the top right of the table...

  2. #2
    Join Date
    Oct 2006
    Location
    West Midlands
    Posts
    463
    Tokens
    2,175

    Latest Awards:

    Default

    Im confused with what you want.. but is this it?

    HTML Code:
    <table width="424" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="424"><img src="images/index_16.gif" width="424" height="12" alt=""></td>
            </tr>
            <tr>
              <td height="16" background="images/index_18.gif">ffffff<img src="images/index_19.gif" alt="" width="25" height="19" align="right"></td>
            </tr>
            <tr>
              <td><img src="images/index_20.gif" width="424" height="12" alt=""></td>
            </tr>
          </table>

  3. #3
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    HTML Code:
    <table width="424" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="424"><img src="images/index_16.gif" width="424" height="12" alt=""></td>
            </tr>
            <tr>
              <td height="16" background="images/index_18.gif"><img src="images/index_19.gif" alt="" width="21" height="16" align="right">ffffff<br>
                test?</td>
            </tr>
            <tr>
              <td><img src="images/index_20.gif" width="424" height="12" alt=""></td>
            </tr>
          </table>
    that may be it?:S

  4. #4
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    No no like when i put the image to the right and put text in the box the image goes to the edge.. look..


  5. #5
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    i dont understand wat u want to do :S

  6. #6
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Uhm, so far that layout REALLY looks like the one I designed for Mini-I/AllHabbo.

    The same one you were going crazy over...:rolleyes:

  7. #7
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    I borowed one thing.. with to be honest i was gonan give u like a few quid for anyway but u aint on msn.. or u blocked...

  8. #8
    RedCrisps Guest

    Default

    <table width="424" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="424"><img src="images/index_16.gif" width="424" height="12" alt=""></td>
    </tr>
    <tr>
    <td height="16" background="images/index_18.gif">ffffff<img src="images/index_19.gif" alt="" width="21" height="16" valign="top"></td>
    </tr>
    <tr>
    <td><img src="images/index_20.gif" width="424" height="12" alt=""></td>
    </tr>
    </table>


    OKAY i have done it try that, remember valign="top"

  9. #9
    Join Date
    Jul 2007
    Location
    Scotland
    Posts
    529
    Tokens
    0

    Default

    valign is vertical align.

  10. #10
    Join Date
    Sep 2006
    Location
    Doncaster, UK
    Posts
    4,081
    Tokens
    0

    Latest Awards:

    Default

    Code properly, then I'll help.
    Quote Originally Posted by Nain View Post
    i voted 'Not Sure' as im, not sure!

Page 1 of 2 12 LastLast

Posting Permissions

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