![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic |
|
Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? |
|
What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. |
|
Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic |
|
Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. Thanks for the help |
#3
| |||
| |||
|
|
Mike: Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Well, you can hardwire the image on the page to be 500x300. But that requires that the browser resize it with stoopid pixel doubling algorithms, resulting in pixellated images. Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? No. You can establish minima using shims, but not maxima. What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. It's best to do this on the server. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH when you do so!) ================== news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET ANSWERS ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "MIKE333" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:bf4ak9$diq$1 (AT) forums (DOT) macromedia.com... Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. Thanks for the help |
#4
| |||
| |||
|
|
are there any other extentions such as the smart image processer that you know of ? |
|
Thanks Murray, when you say Hardwire the image can this be done with dynamic images ? And if you dont mind .... what is the process to Hardwire the image ........ also ..... are there any other extentions such as the smart image processer that you know of ? Mike "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:bf4bfa$evc$1 (AT) forums (DOT) macromedia.com... Mike: Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Well, you can hardwire the image on the page to be 500x300. But that requires that the browser resize it with stoopid pixel doubling algorithms, resulting in pixellated images. Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? No. You can establish minima using shims, but not maxima. What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. It's best to do this on the server. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH when you do so!) ================== news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET ANSWERS ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "MIKE333" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:bf4ak9$diq$1 (AT) forums (DOT) macromedia.com... Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. Thanks for the help |
#5
| |||
| |||
|
|
Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic |
|
Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. Thanks for the help |
#6
| |||
| |||
|
|
Mike: Hardwire? img src="{your dynamic link to the image file}" width="300" height="500"... are there any other extentions such as the smart image processer that you know of ? No. Sorry. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH when you do so!) ================== news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET ANSWERS ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Mike Sal" <mike333 (AT) cox (DOT) net> wrote in message news:bf4c7g$g5a$1 (AT) forums (DOT) macromedia.com... Thanks Murray, when you say Hardwire the image can this be done with dynamic images ? And if you dont mind .... what is the process to Hardwire the image ....... also ..... are there any other extentions such as the smart image processer that you know of ? Mike "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:bf4bfa$evc$1 (AT) forums (DOT) macromedia.com... Mike: Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Well, you can hardwire the image on the page to be 500x300. But that requires that the browser resize it with stoopid pixel doubling algorithms, resulting in pixellated images. Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? No. You can establish minima using shims, but not maxima. What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. It's best to do this on the server. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH when you do so!) ================== news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET ANSWERS ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "MIKE333" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:bf4ak9$diq$1 (AT) forums (DOT) macromedia.com... Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. Thanks for the help |
#7
| |||
| |||
|
|
Sorry again about the continued ignorance on the topic Murray and thanks for the help. When hardwiring in that code .... is there any way to set it so that it wouldnt affect images smaller then the 500x300 and that it would shrink images larger ..... something like a MAX size thing ... Mike "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:bf4cgs$glg$1 (AT) forums (DOT) macromedia.com... Mike: Hardwire? img src="{your dynamic link to the image file}" width="300" height="500"... are there any other extentions such as the smart image processer that you know of ? No. Sorry. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH when you do so!) ================== news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET ANSWERS ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Mike Sal" <mike333 (AT) cox (DOT) net> wrote in message news:bf4c7g$g5a$1 (AT) forums (DOT) macromedia.com... Thanks Murray, when you say Hardwire the image can this be done with dynamic images ? And if you dont mind .... what is the process to Hardwire the image ....... also ..... are there any other extentions such as the smart image processer that you know of ? Mike "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:bf4bfa$evc$1 (AT) forums (DOT) macromedia.com... Mike: Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Well, you can hardwire the image on the page to be 500x300. But that requires that the browser resize it with stoopid pixel doubling algorithms, resulting in pixellated images. Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? No. You can establish minima using shims, but not maxima. What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. It's best to do this on the server. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH when you do so!) ================== news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET ANSWERS ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "MIKE333" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:bf4ak9$diq$1 (AT) forums (DOT) macromedia.com... Is there a process ( without buying the smart image processor extension ) to allow a user to upload an image (sized at 700x500) and set the dynamic page to only display that image as a 500x300 image ? Can tables be " locked " so that it will only display the smaller image (set with table properties )Even with the image size being 700x500 ? What I want to be able to do is allow a user to upload an image (of any dimensions) and have it display consistently at a certain size. Thanks for the help |
![]() |
| Thread Tools | |
| Display Modes | |
| |