changing the size of photos - Page 1...

User 2607135 Photo


Guest
8 posts

I am trying to wean myself off of Frontpage Editor with very limited success. It was so easy to edit directly off of what you saw! Is there no way to do this anymore?
My real problem is I cannot figure out how to resize my photos to keep them in proportion. Before, I just moved the cursor on the photo, like in a photo editing program. Please tell me how to do this. Thanks!
Louise
User 187934 Photo


Senior Advisor
20,271 posts

This is a Coffeecup forum, not a Frontpage forum. I think it would be best to ask on their forum.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2607135 Photo


Guest
8 posts

I'm sorry for the confusion but my question is how do I change the size of the photos in coffeeshop?
User 187934 Photo


Senior Advisor
20,271 posts

Which application are you working with?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2607135 Photo


Guest
8 posts

coffeeshop free download trial, firefox, windows xp
easy to grab an image from my files, but I don't see a way to resize it except manually, which makes it out of proportion
User 187934 Photo


Senior Advisor
20,271 posts

Coffeecup has many applications that are free to trial.
Html editor
VSD
Direct ftp
Photo Gallery
Are you trialing any of these?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2607135 Photo


Guest
8 posts

free html editor
User 2607135 Photo


Guest
8 posts

I'm sorry I am so ignorant about this, but surely there is something I'm missing that is staring me right in the face...on how to resize the photos in proportion. thanks for your patience!
User 2147626 Photo


Ambassador
2,958 posts

First off, I'm not a 'coder' so take this with a grain of salt (old country saying) ...

In HTML you can define an image size as such:
<div><img src="images/home_img.png" width="560" height="242" alt="" title="" border="0" /></div>

If you simply need to resize a picture and are looking for a good freebee to do it with, check out CoffeeCups Free Image Viewer on this page: http://www.coffeecup.com/freestuff/
It will let you resize your image. :cool:
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 187934 Photo


Senior Advisor
20,271 posts

This will preserve proportions while only needing to set width.
CSS
<style type="text/css">
<!--
#mycoolimage{
width:600px;
height:auto;
border:none;
}
-->
</style>

HTML
<img src="images/home_img.png" id="mycoolimage" alt="" title="" />
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.