PDA

View Full Version : Web Design help please


kwest3591
12-16-08, 05:34 PM
Hi there.

Does anyone know how to align an image with the right margin, and format it to display only when the right margin is clear?


Thanks!:confused:

YvetteKuhns
12-16-08, 06:34 PM
Did you try using DIV align="right" surrounding the image and make a separate DIV container for the text or contents to the left of the image, if/when there is anything to the left. If you have conditions, you could use a conditional statement such as the IF statement.

Could you explain what you are trying to do or post the URL of a page to help us understand what you want to do?

Builder
12-16-08, 07:28 PM
Does anyone know how to align an image with the right margin

<img src="my-image.png" width="xx" height="yy" alt="my image" style="float:right" />

and format it to display only when the right margin is clear?

Not quite sure what you are getting at with this part of your question. I agree with Yvette (as I often do) -- can you show us a page with an example of what you want here?

Kevin