Results 1 to 3 of 3

Thread: Wanted: HTML Experts

  1. #1

    Default Wanted: HTML Experts

    How do I align a text box or frame on the right of the picture below?



    I'm making a layout and I tried cutting the picture into sections and make frames to put it together but it didn't work very well. I was really confused and frustrated with the html code.
    I've laid my memories and dreams upon those wings..

  2. #2
    Got obliterated Recognized Member Shoeberto's Avatar
    Join Date
    Jun 2000
    Location
    THE OC BABY
    Posts
    12,020
    Blog Entries
    1
    Contributions
    • Former Cid's Knight

    Default

    I'm not entirely sure of what you want, but I'm assuming for this that you'd want to use tables, not frames.

    < table >
    < tr >
    < td > (image would go here) < /td > < td > (text would go here) < /td >
    < /tr >
    < /table >

    Of course, the tags would have to be touched up a bit for looks and to make it fit your page, but those modifiers could easily be found on a Google search.


  3. #3
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    Alternatively, you could use CSS to position it:

    &lt;img src="bla.jpg" height="100" width="100" style=":bou::bou::bou::bou::bou::bou::bou::bou::bou::bou: absolute; left: 100; top: 100;"&gt;&lt;img src="bla2.jpg" height="100" width="100" style=":bou::bou::bou::bou::bou::bou::bou::bou::bou::bou: absolute; left: 200; top: 100;"&gt;

    That will align one picture 100px from the left hand edge of the frame, and a second one 200px form the left, which incidentally, would line up perfectly with the first one, so it looks like one rectangular picture.

    The picture you posted isn't showing up for me.

Posting Permissions

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