Table left, image right.

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Hi people!!!
I need help from experienced people... :happysad:

I want to know how to do something...
I have a table on the left of the website, and i want to add an image on the right, but in the same line.. I mean, without making the table go down.... (That happens to me, i put the image on the right, bue the table goes down even in the left) :nuts:

You can check, this is the table...
http://www.easymoney.x10hosting.com/en/modules.php?name=E_Mails
And i would like to add images at the right without makeing the table to move..

Thanks,
fedlerner
 

kryptonyte

New Member
Messages
216
Reaction score
0
Points
0
If I had any idea what you were talking about I might be able to help but your post kinda lost me. You have a table on the left side of your site and want its contents to be aligned to the right in that table?

Alright I think I got what you mean. Try some code like this.
Code:
<table>
<tr>
<td>Images Left</td>
<td>Images Right</td>
</tr>
</table>

Also from the link you posted aboved there doesn't seem to be any problem so the "problem" you are seeing might be only seen by you. The tables look fine in Safari Browser and in Firefox so maybe a browser or screen resolution thing?
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
No..
What i want is to put the image on the RIGHT of the table, but not IN the table....
I want to put banners that have nothing to be with the table contenet...
How can i do that ?
 

tenkabuto

Member
Messages
39
Reaction score
0
Points
6
What krypt gave you is right. Add the html for the table where in the code it says "Images Left" and the banner html codes where it says "Images Right".
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Oh yhea!!!
Thank you both !!! :)
 
Top