How can I add an image to my pop up text box built in Fireworks?

Hello all,
I have already built my page (a map) with all the pop up text boxes in Fireworks and imported them into my Dreamweaver page, but I would like to add an image in that same pop up box as well as the text. I tried going back to Fireworks and editing the pop up box, but there is no option for adding an image alongside the text. Is there a way I can go into the code and add the image? This is a line of code for one of the pop up boxes:
<td rowspan="4"><a href="javascript:;" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(0)" onmouseover="MM_menuShowMenu('MMMenuContainer1016121037_0', 'MMMenu1016121037_0',25,23,'Plaza_map_r11_c6');MM_swapImage('Plaza_map_r11_c6','','Plaza_ map_r11_c6_f2.jpg',1);"><img name="Plaza_map_r11_c6" src="Plaza_map_r11_c6.jpg" width="30" height="28" border="0" id="Plaza_map_r11_c6" alt="" /></a></td>
I'm trying to avoid rebuilding the whole thing in another program! Thanks very much in advance.
Pam

If you have more than one of these, then I would add a class rule to your css style sheet
.fltleft     {
     float:left;
}.fltright     {
     float:right;
Then add this rule to your image.
<img name="Plaza_map_r11_c6" src="Plaza_map_r11_c6.jpg" class="fltleft" width="30" height="28" border="0" id="Plaza_map_r11_c6" alt="" (add new image here) ?>
This will position your image to the left in the container. You can then add the fltright in the same way.
GAry

Similar Messages

  • How can I add an image to a dowload, specialy if I bougth from I tunes?

    Hello
    How can I add an image to a dowload, specialy if I bougth from I tunes?

    That is not quite right. The image must be in a directory that is under the web server's view. JSP has nothing to do with images, the browser loads images separately after parsing the HTML results to find out what images it has to load. The images must be in a place that is servable by the web server being used.
    If you were just using Tomcat as a web server, then you would have a web application directory "myapp". The images need to go under "myapp" or in any subdirectory, except the WEB-INF directory, which is a special case.

  • How can you add an image in Mail without being an attachment?

    How can you add an image in Mail without being an attachment?
    In otherwords I'd like to put my logo in the email not as an attachment but as an image.
    Is there a simpel solution to this problem?

    PBN1 wrote:
    How can you add an image in Mail without being an attachment?
    You don't.
    It's not possible. The e-mail protocol is designed for text; anything else has to go as an attachment.
    Different mail clients (such as Mail.app, the mail client bundled with Mac OS X) may have different ways of handling such attachments, but they are still attachments. Each mail client has its own rules and methods, so one may display a picture as if it were in the body of the message, but another client may do something completely different.
    A way of faking it is to format your message in HTML (which is a kind of text). The image is hosted on a remote server, not added to the message; instead, you include a link to it in the body of the message, as you would when building a web page. (This is also what the two tips helpfully provided by X423424X do, except that the link to the image is added in the signature, rather than the body of the message.) What exactly happens to it is, again, at the discretion of the mail client. In my case, for instance, displaying images in HTML messages is turned off, and will stay resolutely off.

  • How can I click on a button and make a text box appear or disappear

    How can I click on a button and make a text box appear or disappear?
    Thanks ahead of time for your help,
    Doug

    Hi Denes,
    I just thought that the example you pointed the OP to, is far more complex than what I understood he needs. The OP was talking about using a button, which I thought was a very basic and simple case. Your example is much more complicated. If memory serves, the radio group item, at the time (prior to 3.1 fieldset) behaved differently, so you needed to create a new value retrieving function, and then was the need to preserve the items show/hide status upon reloading the page. In short, I thought maybe I didn’t see the complexity in the OP post, but it seems that his requirement was indeed a simple one.
    Regards,
    Arie.

  • How can I fill in a default inputText in a Text Box

    How can I fill in a default inputText in a Text Box. Is it possible to create a button and then it should be possible some underlying data fill in the text boxes???
    Please help!

    My coding looks at the moment like that:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ page language="java" %>
    <html>
    <head>
    <title>
    JSF
    </title>
    </head>
    <body>
    <f:view>
    <h:form id="user">
    JSF Application View:<br><br><br>
    Credit Limit:.......
    <h:inputText value="#{User.username}"/><br>
    Currency:...........
    <h:inputText value="#{User.username}"/><br>
    Score:..............
    <h:inputText value="#{User.username}"/><br>
    Valid Date To:......
    <h:inputText value="#{User.username}"/><br><br>
    <h:commandButton value="Receive Data from Background" action="success" /><br>
    </h:form>
    </f:view>
    </body>
    </html>
    Now my question is how it is possible to fill in the inputTextvalue when I click on the Button "Receive Data from Background" Is it possible to define that in that coding above????
    Please help I'm not fit in JSF

  • How can I add an Image to a text

    Hello
    I want to add a image into the block of text as in the
    following link:
    (you can see a image in yellow color=50 years is aligned with
    the text)
    http://www.gammonconstruction.com/hk/eng/home/default.html
    How can I do this in DW-2004? do i have to use CSS here?

    Yes use css
    .imgright {float: right; padding: 10px;}
    or to the other side
    .imgleft {float: left; padding: 10px;}
    changing the padding to suit.
    and then apply the class to your image. eg here:
    http://www.dreamweaverresources.com/tutorials/images_text.htm
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    "ldfinhk" <[email protected]> wrote in
    message
    news:evt8t6$jed$[email protected]..
    > Hello
    >
    > I want to add a image into the block of text as in the
    following link:
    >
    > (you can see a image in yellow color=50 years is aligned
    with the text)
    >
    >
    http://www.gammonconstruction.com/hk/eng/home/default.html
    >
    > How can I do this in DW-2004? do i have to use CSS here?
    >
    >

  • How can I add an image to a project and change it at runtime?

    I'm using JBuilder6 and I thought I saw a control to add images but I can't find it. I also wanted to be able to change the control at runtime. Also how should I specify the path so it knows how to use it? I hate to hard code one in. Since this is probably gonna be ported to other OS does Java have a way around this? I was going to put the images into my project's directory. For me to be able to just include the file w/the extension do I need to put it in the src folder or will the main directory be accessible?

    To add an image, or other source file with JBuilder, you have a button call "Add to project", his icon is a folder with a green cross.
    To call the Image os independant, I sugest you to put your images in a folder "image" in your project folder. Then to call them, you could use this :
    image=new ImageIcon(AClass.class.getResource("image"+java.io.File.separator+imageName));Where AClass is a class of your project, in general, the class where you call getRessource;
    "image" is the name of the under folder where are the image in your project folder;
    imageName is a string with the name of the file witch contains the image, for exemple : "my image.gif"I hope I help you.
    JHelp.

  • How can i add an image to a caption in a slideshow?

    So i have a slideshow with 3 images and 3 captions. i want to add a different image in each caption. how can i do this? thanks.

    Helo,
    In order to do this, first place the image anywhere on the page, size it according to the requirement.
    Then select the image nad cut it (Edit>Cut). Now double click on the Caption container and once you see a blinking cursor in it (to enter a text) paste the image there.
    You get to other images/Captions by clicking in next button and repeat the process to add images in other captions.
    Hope this helps.
    Regards,
    Sachin

  • How can I add an image to simply work on it ?

    How do I add images to my photoshop library? said to just drag and drop. I tried that but no luck.

    Yes that was my first time using it.   I couldn't put an entire image in the library because the Library is only 1 panel for the whole Photoshop session it seems.  You can open many images but there is only 1 library that holds elements for all images coming and going, the best I can tell.
    It sorta acts like Bridge's Collections panel.  It's just a holder for elements.
    I really need to learn that tool.   Too late tonight...
    Just looked into Libraries,  It is saved forever until you delete the Libraries.  It is in fact an Asset Holder.

  • How can I add new images to a saved book in Lightroom 4? Help please!

    As the title suggests, I have created a saved book in LR4. I saved it not because I had finished but because I wanted to protect my work to date. Now I cannot add new images, although I can work with (move and remove) the exisintg images in the book.
    I'm new to LR and can't help but feel that I'm missing something obvious. Any advice would be greatly appreciated!
    Thanks
    Graham

    Graham, switch to Grid view and drag the new photos to the book collection, which you'll find in the Collections panel.  Then flip back to the Book module and you'll find the photos sat there in the Filmstrip waiting to be added to the book design.

  • How can I add an image above my portlet header ?

    Hi,
    Currently I am writing a portlet.I would like to add an image above the portlet header just like the standard portlets have.
    Does somebody know how I should realise this ?
    thanks
    Jerome

    Please take a look at FAQ at: http://technet.oracle.com:89/cgi-bin/ubbmisc.cgi?action=getannounce&ForumNumber=66&Start=2451891.99&End=2452276&Session=

  • How can I add an Image Theme?

    I want to add an Image Theme from database to map, when I use "ThemeBasedFOI",there's an error.
    CODE:
    baseQuery = "select scanimage,shap from (select scanimage,shap,rownum No from image) where No="+x;
    var theme =
    "<themes><theme name='image_theme_test'>"+
    "<jdbc_image_query image_column='scanimage' image_mbr_column='shap' image_format='jpeg' jdbc_srid='8307' datasource='scott' asis='false'>"+ baseQuery +
    "</jdbc_image_query></theme></themes>";
    buffertheme = new MVFOI("1",theme);
    buffertheme.enableImageCaching(true);
    buffertheme.setBringToTopOnMouseOver(true);
    mapview.addThemeBasedFOI(t.buffertheme);
    buffertheme.zoomToTheme();
    Is ThemeBasedFOI support to add an image theme?Is there any way to add an image theme to map?

    Or if you want to show an image in an info window see Ji's OOW workshop material
    http://www.oracle.com/technology/sample_code/products/mapviewer/index.html
    Oracle OpenWorld 2007 Hands-on Demo

  • How do you select an image that is in a text box?

    Hi There, I am trying to select the image which is inside of the text box. Since I upgraded to Yosemite, I cannot figure out how to do this. If I click and drag the mouse over it, I can select both the text box and the image, but I only want to select the image. Thank you so much!

    Pages v5.2.2 on Mavericks, and v5.5.1 on Yosemite do not give you keyboard or pointer access to the image in a Text Box. There is no alignment or distribution control on the image either. No notion of background/foreground. The Text Box really just acts as a viewport for the image. If the image is in the correct aspect ratio, you can fill the Text Box with the image, otherwise it will clip the image.

  • How can I load a .TXT file into a dynamic text box?

    I am sure that many people know how to load a .txt file into
    a dynamic text box. But I do not. I want to be able to reference a
    txt file from the server into the text box. So that when I change
    the text file it changes in the flash movie without even editing
    the flash file itself. Thank you.

    http://www.oman3d.com/tutorials/flash/loading_external_text_bc/
    I think this is the simplest way to go :)

  • How can I add .PNG images to templates without getting a white background?

    I'm having problems with a image field when I add a .png image which doesnt have a background it is showing up with a white background. Is it possible to use images in templates so you can overlay them on something else?

    Hi, You can do this but only with a PNG with a palette of 256 colors (maybe GIF as well) so doesn't get a lot of use, good enough for image buttons and the like, but might be ok for your image as it does not have that many colors. Otherwise radzmar's suggestion would be the better approach.
    This is the link I was tring to find (in your previous thread) that tells how to do it using GIMP (a free image editor), http://smartforms.business.gov.au/DeveloperResources/Pages/HintsandTips.aspx ,  but the one I have uploaded here comes from photoshop (in photoshop it is called an indexed png).
    Regards
    Bruce
    p.s. I'm always on the lookout for a new beer to try if this one you would recommend? 3% and all.

Maybe you are looking for

  • Connecting ipod to new mac book os x from dell windows xp....

    Hey, I just bought a new mac book yesterday and finally made the conversion over to apple. I have roughly 6000 songs on my ipod and definetly do not want to lose them. If i plug in my ipod to my new mac book, will I lose all my songs or will they jus

  • Elements 13 won't work with new camera, it won't update to raw 8.7.1

    Elements 13 won't work with new camera, it won't update to raw 8.7.1. I have downloaded the patch, it is installed but the old version is this there in elements. Thanks, esther

  • Social Networking Client

    Hi guys, i'm getting a message from the nokia store that nokia social v1.5 is not available for the nokia e6 belle. has anyone been able to update to that new version??

  • Sub Group Question?

    I have a mixing challenge and I'm not sure if what I want to achieve here is called a sub group or bus or what so maybe you guys can tell me: I want 18 of my 20 tracks to fade down and verb to fade up before a chorus while the other 2 tracks remain a

  • Changing settings for updates

    I bought a second hand mac mini. My system says there is an update available but when i want to download it uses the apple account of the previous owner. It not possible to type another e-mauiladrees in this field. How can i change this?