Jump to content

Is it possible?


Gunnar J

Recommended Posts

That's what CSS is for.First you specify that you want to use coordinates to place the image by writing "position: absolute" and then you give it a top and left distance.Like this:<img src="something.jpg" alt="[image]" style="position: absolute; top: 40px; left: 125px;">

Link to comment
Share on other sites

Hi,Try not to use styles inline :). But if your begging I think its the best way.Complements \o/
When I show examples with styles inline it's because I don't want to confuse the people with what to put where. If they see it all in one line they'll have an easier time understanding it. I don't use inline styles on my sites.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...