Jump to content

Image alignment


umekille78

Recommended Posts

Hi!Im trying to put a webbpage together. But i have run in to some problems.My problem is with a image. I have put a background image on the page. It is a brick wall. And over the background im trying to put a picture of a ivey (dont know if that is the righet name. A plant that climbs the wall )The picture of the ivey is sopouse to be in the left top corner. But I cant put it there. Not all the way up.So now Im stuck whit a bit of the brick wall showing over the top and to the left of the ivey. That dosent look right at all.Can some one help me please?//Per

Link to comment
Share on other sites

<style type="text/css"><!--body {padding-top: 0px;padding-left: 0px:}--> </style>put this betwen the </head>..[here]..<body> tag

Link to comment
Share on other sites

<style type="text/css"><!--body {padding: 0px;margin: 0px:}--></style>

or

<img src="ivy.gif" style="position:absolute;top:0px;left:0px;" />

change the values of top and left to the px position you require.Hopefully one of these will fix your prob :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...