Log in

View Full Version : Resolved insert image advice



theremotedr
09-29-2013, 09:33 AM
I am trying to add an image to an existing web page but not sure now what to do.
Below is the page in question
http://www.theremotedoctor.co.uk/skype.html

I need to put the image in the bottowm right hand corner.

Here is my test attempt but as you can see ive pushed the bottom border out of place and stuck with how to replace it to its correct position.
http://www.theremotedoctor.co.uk/skypecopy.html

molendijk
09-29-2013, 07:08 PM
This should work:

<div id="royalmail">
<div class="cleaner_h60"></div>
<div class="cleaner_h20"></div>
<div style="position: relative; left: 750px"><img src="http://www.theremotedoctor.co.uk/images/remotedrlogo.png" width="206" height="227" alt="remote logo" /></div>
</div><!-- end royalmail -->
</div><!-- end of outer content -->

<div id="content_bottom"></div>
<div id="footer"> Copyright © 2013 | Designed by <a href="#">JG Webdesign UK</a></div><!-- end of footer -->
<div class="cleaner"></div>
</div><!-- end of wrapper -->

</div>
</body>
</html>

theremotedr
09-29-2013, 07:35 PM
Thanks very much.

http://www.theremotedoctor.co.uk/skype.html

theremotedr
10-10-2013, 01:59 PM
The code below has been added to a page on my site but since then the visual look of the page has been reduced in size " only the ipad "
<div style="position: relative; left: 725px"><img src="http://www.theremotedoctor.co.uk/images/remotedrlogo.png" width="206" height="227" alt="remote logo" /></div>
Viewing the page on the pc & iphone is fine and no change is shown.

Below is the page in question.
http://www.theremotedoctor.co.uk/skype.html

Below are links showing before & after screen shots.
http://i670.photobucket.com/albums/vv62/ipbr21054/FORUM%20POSTS/ipadbefore.png
http://i670.photobucket.com/albums/vv62/ipbr21054/FORUM%20POSTS/ipadafter.png

Please take a look and advise a code i can enter so the page stays the same size and with the logo shown or if there is a mistake in the code.

theremotedr
10-11-2013, 02:47 PM
I have now found the fault.
The div continaer was at 966,now resized fault is gone and all ok.

theremotedr
10-14-2013, 07:59 AM
I do not see the edit button so at the moment i cant click resolve.

Snookerman
10-15-2013, 02:09 PM
I do not see the edit button so at the moment i cant click resolve.

I've marked it for you.

theremotedr
10-15-2013, 02:13 PM
Thanks