|
-
Reef Shark
a top picture
Hi
quick question:
If you look at the code below the picture in the table is placed in the middle, but I want it to be placed in the top how can I do that?
<table width="100%" height="750" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="abc.jpg" width="40" height="20"></td>
</tr>
</table>
thanks
-
Hammerhead Shark
You can use <td valign="top">. Also the height attribute for tables is unsupported and deprecated; it could cause issues with certain browsers.
-
Reef Shark
again thanks alot Tekime!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|