Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Images

    Hello!

    How can I insert a .jpg file into an OLE field using VBA, maybe a 'browse'
    button on a form...?

    I will have the images already scanned and sized to my requierements, and I
    want to insert them into the field, display the pic on a form, print, etc. I
    don't want to edit the pic within Access, neither interact with paint, photo
    editor or some other software.

    Thanx

    --
    Jorge Novoa
    F.A. Arias & Muñoz
    El Salvador, C.A.



    Jorge Novoa Guest

  2. Similar Questions and Discussions

    1. Extension: Dynamic Images/Advance Random Images
      Hi there, I have downloaded 2 extensions: Dynamic Images or/and Advanced Random Images (kaosweaver.com); it seems both are the same and I have...
    2. Swapping Cell Images for Background Images
      Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and...
    3. Creating Quick Vector Images from Raster images
      Hi ! I am aware of the conventional methods to create vector images from raster images, i.e. drawing the lines individually, then adding...
    4. scrolling images/slider NOT motion images PLEASE REPLY someone
      i want scrolling images...... like scroll bar with text but scroll bar with images...i dont it as in motion pictures....IF no one knows wot i mean...
    5. Best book for creating new images and how to print multiple images
      Hi Cliff, I'm afraid I can't help with part 1 of your question, being relatively new at PE2 myself, but there a those that frequent the group that...
  3. #2

    Default Images

    Can anybody please help; I have an image of a map on a webpage, which I have
    produced in Dreamweaver, however I wish to insert some text on top of the
    map, for example to show where a town is located, I would appreciate some
    advice on how to do this, as I'm having problems placing text onto images.



    Best wishes,



    Joanne


    Sam Guest

  4. #3

    Default Re: Images

    Sam wrote:
    > Can anybody please help; I have an image of a map on a webpage, which I have
    > produced in Dreamweaver, however I wish to insert some text on top of the
    > map, for example to show where a town is located, I would appreciate some
    > advice on how to do this, as I'm having problems placing text onto images.
    >
    >
    >
    > Best wishes,
    >
    >
    >
    > Joanne
    >
    >
    The easiest way is creating the text inside the image (Not so good for
    search engines though).

    Your other option would be to use layers.

    --

    Simon Day
    [url]http://www.clearbluemedia.net[/url]

    Simon Day Guest

  5. #4

    Default images

    Hi, I would like to use a MS Access database to store images, and I'd like to
    use CF to put those images on my site... Is this possible? I suppose this is
    more help with MS Access then CF... Any help would be much appreciated.
    Jagjit Roudh

    _Roudh Guest

  6. #5

    Default Re: images

    The most common way to deal with this is to put the filename of the image in
    the database and place your actual images in a directory one level down.



    <!--- assume a directory called images one level down --->
    <CFQUERY DATASOURCE="myDatabase" NAME="getImageName">
    SELECT imageName FROM myTable WHERE id = 12345
    </CFQUERY>

    <CFOUTPUT><IMG SRC="images/#getImageName.imageName#">

    jdeline Guest

  7. #6

    Default Images

    Hi, is there a way to get rid of the toolbar that appears on the top left of an image (when you mouseover it). Thanks.

    J
    CascadingStylez Guest

  8. #7

    Default Re: Images

    I have found the meta tag in another thread needed to get rid of the image toolbar. Thanks neway =)
    CascadingStylez Guest

  9. #8

    Default images

    I tried getting all the logos to line up so that it doesn't clutter the page by
    being spread out. The problem is that it only allows me to line up the logos
    side by side rather than on top of each other. How am I able to put the images
    where I want rather that side by side. Enclosed is the website below where
    these logos are.

    [url]www.massfurniture.com[/url]

    msandrea0929 Guest

  10. #9

    Default Re: images

    You can put a <br> between the images to stack them, or if you want to get more complicated you should use layers or tables.
    Clukey Guest

  11. #10

    Default Re: images

    When I put the <br> between the images in the code section, it doesn't work. How do I create the layers or tables?
    msandrea0929 Guest

  12. #11

    Default Re: images

    Can you show us your code?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "msandrea0929" <msandrea0929@yahoo.com> wrote in message
    news:e8mcd5$khf$1@forums.macromedia.com...
    > When I put the <br> between the images in the code section, it doesn't
    > work. How do I create the layers or tables?

    Murray *ACE* Guest

  13. #12

    Default Images

    I have been on some sites where there were images on it but for the life of
    me I could not copy the image. I have tried to figure out how this is
    accomplished but have no idea. At first I thought the entire site was a
    image but that is not correct.

    Could anyone tell me were I could go to learn what those web designers are
    doing? Or could you please tell me what they are doing or using.

    Thanks

    --

    Totus possum, totum Deum.
    Totus ero, totum meum.
    WSW


    News Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139