Problem with inserting an image

by felixg
3 replies
  • WEB DESIGN
  • |
Hi ,
I am trying to insert an image to a page;
following the procedure on how it is done properly,
But,I am not getting the result I am supposed to get:
eg; the image is appearing on the left instead of
on the right where I want it to be I`ve placed the
cursor on the right. I cannot shift it from the left position.

Is there some help you can give me please?
Thank You
Felix
#image #inserting #problem
  • Profile picture of the author infoman66
    Check if set img aligment in some css to the left etc.
    If You want to set custom aligne you must specify that in img tag or within css for img or class style...
    Signature

    If you are looking for a ride to the airport or any other occasion Palm Beach limo can be your choice.

    {{ DiscussionBoard.errors[2560962].message }}
    • Profile picture of the author SteveTaylor71
      Hi,
      I'm new to the forum btw, but I may be able to assist you. Here's some code that should work:
      <img src="PLACE PICTURE URL HERE" style="width: 150px; float: right;">
      Where it says "PLACE PICTURE URL HERE" you put the url to the picture right in between the quotes. Then you adjust the width of the image and the "float:right" is where it aligns the image to right. If you want it back to the left then "float:left"
      {{ DiscussionBoard.errors[2562136].message }}
  • Profile picture of the author webdelux
    Post abit of the source code so we can help you better.
    Signature
    Fueled by Advertising Experts.
    {{ DiscussionBoard.errors[2562176].message }}

Trending Topics