Guys I am trying to do the following in html can you please help :cry: I am having problems positioning images as follows
[IMG]http://img230.imageshack.us/img230/5721/image5qg.jpg[/IMG]
theres a couple of ways to do it.
the easy way is to just use a table, or else you could do it via css. img.whateveruwanttocallit { position:absolute; left:0px; top:0px; }
Thanks man i will try it and let you know if it works
place your css in your head part
take away the <> parts in the css u done.
then it should work fine
Thanks a million it works fine, now i will try to figure the right numbers
Thanks again