954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

html images

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]

s0312001
Light Poster
26 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

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;
}

whatever.jpg

sbmarsh
Newbie Poster
18 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

Thanks man i will try it and let you know if it works

s0312001
Light Poster
26 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 
s0312001
Light Poster
26 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

place your css in your head part

take away the <> parts in the css u done.

then it should work fine

sbmarsh
Newbie Poster
18 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

Thanks a million it works fine, now i will try to figure the right numbers

Thanks again

s0312001
Light Poster
26 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You