Reference number: CH000069 Creating images that are right aligned with the web page window.
Issue:
Creating images that are right aligned with the web page window.
Solution:
Using the P ALIGN tag you can specify left, center or right, as illustrated below. <p align="right"><img src="http://www.computerhope.com/ccside.gif"> </p> If you plan on having the image have text to the left hand side of it, it is recommended that you use a table instead of the above example. Example: Using the above source code would display the below image on the right hand side of the screen. |