Recent content by GIX

  1. G

    HTML help moving image to right side.?

    try to use the marquee tag for moving the images . Consider the following example <marquee height=20 width=100% align=left direction=right scrolldelay="250" bgcolor="#C0C0C0"><font color=red></font></marquee>
  2. G

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

    Use the below code <marquee height=20 width=100% align=left direction=left scrolldelay="250" bgcolor="#C0C0C0"><font color=red>insert your image here </font></marquee> and your job is done
  3. G

    HTML help moving image to right side.?

    try to use the marquee tag for moving the images . Consider the following example <marquee height=20 width=100% align=left direction=right scrolldelay="250" bgcolor="#C0C0C0"><font color=red></font></marquee>
Back
Top