Hi,

I am trying to plot some images on the browser. I used CSS div id using the below command:

#image  {
    position: absolqute;
    top: 200px;
    left: 200px;
    }

Now, this works perfectly fine, but when I try to use right, bottom tags for offset. The offset is still from the left and top of the page. Is there a way I can position offse from right and bottom of the web-page.

Also is there any other way of positioning the images in PHP?

Member Avatar for diafol

Stick to CSS, php is not used for this. Avoid using html attributes for positioning too. Search CSS forums.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.