Can somebody help me with alligning images? - I want to allign an image
I want to allign an image on the left of the page and on the bottom of the page.
How can I do that?
I want to allign an image on the left of the page and on the bottom of the page.
How can I do that?
Ken Elliott posted this at 00:07 — 24th September 1999.
They have: 358 posts
Joined: Jun 1999
<table height="100%">
<tr>
<td>Empty Cell
</td>
<td> Another Empty Cell
</td>
</tr>
<tr>
<td valign="bottom">
<img src="bleh.jpg">
</td>
<td>One more empty cell
</td>
</tr>
</table>
To clear things up....this is what you will end up with
<table>
[red] -----------
¦..... ¦..... ¦ <tr1>
-----------
¦IMG ¦..... ¦ <tr2>
-----------[/red]
<img td vertically aligned to the bottom>
Now that I look at it...I think that is exactly what JP explained...
VulKen
Pimpin like a pimp with an electrofied pimpin machine!
JP Stones posted this at 02:22 — 24th September 1999.
They have: 2,390 posts
Joined: Nov 1998
- 1 table/2 rows/2 cols.
- top row/1st col top left align
- bottom row/snd col bottom left align will work fine.
Is that what you wanted?
JP
----------
[red]The Next Step in Website Development [/red] - http://www.what-next.com
The Webmaster Promotion and Resource Center
Jeroen posted this at 01:52 — 25th September 1999.
They have: 2 posts
Joined: Aug 1999
Thanks a lot! It works! Only I have change the heigt from 100% to 103%, but it works!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.