Search results

  1. B

    HTML help, Trying to move image from left side to right on page?

    Add this code inside the "<img" tag: ALIGN=RIGHT So your code will look similar to this <IMG SRC="mypic.ext" ALIGN=RIGHT>
Back
Top