Insert Image and Hyperlink

After installing Dreamweaver CS3 a few months and having no
real problems since, suddenly, whenever I click INSERT>IMAGE an
image placeholder holder appears, rather than the usual dialogue
window that used to pop up asking me to select my image. And at the
same time, now when I click INSERT>HYPERLINK a"#" sign appears
in my document. That's it! It just seemed to start out of the blue.
Anybody else ever have Dreamweaver get sick like that?

Jinifer,
Fix by Hyperlinking with Text rather than the Graphic. If the graphic has a title, you can use that. Or, you can create a Text Box, create the Hyperlink in the text box text, and then set the text color to transparent and place it over the graphic. Then, when you click on the graphic, you will click the hyperlinked text first and your goal is achieved.
Jerry

Similar Messages

  • How to create table and insert images and audio files ...

    hello to all , i am doing my b.e cse .
    at current v r studing DB and pl/sql codes ....
    i just need to know simple way of code to insert images and audio files in a table .
    i tried some of these ,
    CREATE TABLE myTable(Document varbinary(max))
    INSERT INTO myTable(Document)
    SELECT * FROM
    OPENROWSET(BULK N'C:\Image1.jpg', SINGLE_BLOB)
    but not workiing
    it shows some errors.
    i use oracle 10g. thank u :) and also i tried using blob and bfile datatypes , table created but cannot insert values !
    ROBOK

    hello to all , i am doing my b.e cse .
    at current v r studing DB and pl/sql codes ....
    i just need to know simple way of code to insert images and audio files in a table .
    i tried some of these ,
    CREATE TABLE myTable(Document varbinary(max))
    INSERT INTO myTable(Document)
    SELECT * FROM
    OPENROWSET(BULK N'C:\Image1.jpg', SINGLE_BLOB)
    but not workiing
    it shows some errors.
    i use oracle 10g. thank u :) and also i tried using blob and bfile datatypes , table created but cannot insert values !
    ROBOK

  • How do I embed images and hyperlinks to my mail signature

    how do I embed images and hyperlinks to my mail signature?

    How to Make an HTML Signature in Apple Mail

  • Need to insert image as hyperlink in infopath form

    currently in my infopath form i have inserted hyperlink control,it is working fine.
    but the issue is not able to customize the UI of hyperlink much,so now i don't want text has hyperlink,i want image as hyperlink.
    i noticed select picture option under hyperlink properties,but their is no browse option to select image.
    on click on image it should redirect user to some other page(.aspx).
    Is der any way to achieve this,image as hyperlink ?
    NOTE: i don't want to use custom code just for redirecting.
     

    Hi,
    This can be achieved though not as easy as it sounds.
    ## Field Reversion Issue
    Intuitively, you may think that if you click the “Insert” tab on your InfoPath form, and then choose “Picture”, and insert the picture on the form, you would then be able to bind that picture to a dynamic link. When you open the picture properties, you can
    even see where you can bind it. If you right click on the picture, select “Hyperlink” you will see the following:
    Great you are thinking! I just have to select my newly created dynamic field in the “Data Source” section and we’re good. Right? Unfortunately not.
    So, for example, I will go ahead and select my first link hidden field to populate the form. Here is what it looks like when I do:
    I then click “OK”. But it doesn’t work! Open the hyperlink properties again to see why:
    The “Link to” field has reverted back to the “Address” selection, losing all of your binding information. This is the field reversion link issue.
    ## Set Your Image URLS Dynamically (Field Reversion Work Around)
    Ingredients
    • InfoPath form
    • Form Links List populated with links
    • Image (or images) to link to queried URL values
    • Hidden fields containing URL values
    Steps
    1. Open your InfoPath form.
    2. Determine where on the form you wish to place the image.
    3. Open Windows Explorer and browse to your link image
    4. Right click on the Image and Choose “Copy”.
    5. Go back to your InfoPath form, click within the area you wish to have your image link, right click and choose “Paste”
    6. Your image should now appear on the form. Inserting an Image this way allows us to retain the data source binding. Click on the image if not selected already, and right click. Select “Hyperlink”
    7. Click the “Data Source” radio button.
    8. Select the Appropriate hidden link field and click “OK”
    9. Click “OK”. Now, if you open the hyperlink properties of this image, it will remember the binding. Copying and pasting allows the binding to be remembered. Inserting an image using the InfoPath Insert command does not.
    10. Repeat this process for each of the image/URL links you have in your form.
    11. Publish and test. You should be able to click the images in your form and have the appropriate URL open in a new window
    Regards
    Ankur

  • How do i insert image and place it where i want to in the pdf

    hi
    i have converted a word to pdf.Now i have my text on the left and i have a image to be inserted on to the right. when i do insert the image just gets inserted in the center or on the top.

    Bill is correct that you have probably the most control by placing your image on a button.  However if you have Acrobat Professional you can use the Touch-up Object Tool to place a graphic.  Simply choose the Touch-up Object Tool i.e. Tools > Advanced Editing > Touch-up Object Tool and then right-click in the area you want to put your image and choose Place Image from the context menu.  If it is not in the exact place you should be able to move it around with the tool as well.
    Best of Luck!

  • Hashtable for multi part form to insert image and details to database:)

    Hey guys do you have any samples on using hashtable in multipart form to insert image as well as details into database?:)
    Oh it is because my form is using multipart from that enbales me to upload/Insert image into my database.
    Howerver, I also need to insert other details into my database such as productid, ProdName, unitprice.....
    Hence, My tutor suggested using hashtable.
    However, I do not understnd.
    Do you guys have any samples regarding on this?
    Thanks
    :D

    Cathy_Latte wrote:
    However, I do not understnd. More specifically: you do not understand how to use Maps? If so, just go through a book/tutorial on that subject. In fact you should have consulted your tutor or classmates for more information and you're here at a JSP/JSTL forum at the wrong place (you have a problem with Java in general, not with JSP), but OK, here's a link: [http://google.com/search?q=hashmap+tutorial+site%3Asun.com].

  • Inserting Images and Logos - works in the edit mode, but does not save nor show in final PDF format - help?

    I have tried several times - but when I load a logo or image in to a form template - it shows up on the template in edit mode but when I save it for PDF final format and use - the image or logo disappears. What I am doing wrong?

    Is this a form that you're creating in FormsCentral?

  • Insert Image and Load Image by VC# with Oracle 9i Database.

    I need save and load a Image to Database Oracle 9i, i use BLOB Datatype and VC#2003, i write code bellow:
    Load image data.
    m_Img is a parameter byte[], and :
    this.openFile.ShowDialog(this);
    string strFn=this.openFile.FileName;
    this.pcPerson.Image=Image.FromFile(strFn);
    FileStream fls;
    fls=new FileStream(@strFn,FileMode.Open,FileAccess.Read);
    m_Img=new byte[fls.Length];
    fls.Read(m_Img,0,System.Convert.ToInt32(fls.Length));
    fls.Close();
    //Add Parameter
    CnnOracle myBase = new CnnOracle();
    string reqSQL = "SP_PERSON_UPDATE";
    try
    OracleConnection myConn = myBase.OpenConnection(myBase.cnxString);
    OracleCommand myCommand = new OracleCommand(reqSQL,myConn);
    myCommand.Parameters.Add(new System.Data.OracleClient.OracleParameter("Faxno", System.Data.OracleClient.OracleType.NVarChar, 20));
    myCommand.Parameters["Faxno"].Value = myPerson.faxno;
    myCommand.Parameters.Add(new System.Data.OracleClient.OracleParameter("Email", System.Data.OracleClient.OracleType.NVarChar, 20));
    myCommand.Parameters["Email"].Value = myPerson.email;
    myCommand.Parameters.Add(new System.Data.OracleClient.OracleParameter("Photo", System.Data.OracleClient.OracleType.Blob));
    myCommand.Parameters["Photo"].Value = m_Img;
    myCommand.CommandType = CommandType.StoredProcedure;
    myCommand.ExecuteNonQuery();
    myBase.CloseConnection(myConn);
    catch(Exception myErr)
    throw(new Exception(myErr.ToString() + reqSQL));
    That code above don't run and have a error: "ORA-01460: unimplemented or unreasonable conversion requested\n",
    but i clear these row:
    myCommand.Parameters.Add(new System.Data.OracleClient.OracleParameter("Photo", System.Data.OracleClient.OracleType.Blob));
    myCommand.Parameters["Photo"].Value = m_Img;
    and modified StoreProcedure: clear parameter Photo, it run good
    Why? Help me, Please.
    Thank you very much.

    Can you post your table structure?

  • Insert images and text in header for responsive design cc

    I am having a issue with inserting a logo, company name and Facebook graphic into my header.
    I started setup of a responsive design and added a responsive header along with other areas below.
    I want the Logo to stay on the left, the company name to the right of the logo and the Facebook graphic on the right side of the header.
    I keep making a mess and can't get anything to line up correctly.
    I am using Adobe Dreamweaver CC and trying to control with CSS.
    I am just starting to learn the new CSS Designer in CC. I liked the old CSS console better.

    Basically, you need to float all 3 elements left and give them a width of 33.33% (3-across).
    header #logo,
    header h1,
    header #fb {
         float:left;
         width: 33.33%;
    HTML:
    <div class="gridContainer fluid">
         <header>
              <div id="logo">Your logo here</div>
              <h1>Your Site Name</h1>
              <div id="fb">Facebook here</div>
         </header>
    Nancy O.

  • Image instead of List Name, and hyperlink the image to view 'All Items.aspx' page

    Hi,
    I would like remove the Page title for list (i.e., name of the list in view all items.aspx page) , and instead use image and hyperlink the image
    to 'All items.aspx" page.
    Using developer tool found the element (#PageTitle) and added 'Script Editor' webpart and below css script to it. I am successful in replace the
    title to image, however, I am unable to add the HTML tag for hyperlink. Where do I need to add or how do I add? Could anyone help me please??
    <style type="text/css">
    #pageTitle
    background-image: url('http://w2k81368:2116/SiteAssets/Test.jpg');
    background-repeat:no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    </style>
    Regards,
    Sunitha

    Hi Sunitha,
    According to your description, my understanding is that you want to change the list title to an image.
    I recommend to add the code below to the list page:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script><script type="text/javascript">
    $(document).ready(function (){
    var s = "<img alt='SP' src='http://w2k81368:2116/SiteAssets/Test.jpg'>";
    var $t = $("#DeltaPlaceHolderPageTitleInTitleArea span span a");
    $t.html(s);
    </script>
    After that, the list title will change to the image and it will show allitems.aspx page when clicking the image.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • CS3 - How can I preserve Links and Hyperlinks in my INDB?

    I am still pretty new to ID, so please speak slowly :)
    My problem - I create an INDB that consists of several indd chapters. The chapters include numerous Links (to PNG & PSD images) and Hyperlinks both to Text anchors to other chapters within the INDB, as well as to URLs. I have all items saved on my local HD. Once complete, I do "Package for Print", check the Preflight report to make sure all is OK (it is) and then save the new INDB folder in a new location on my local HD. This all seems to work just fine, BUT if I move this packaged INDB folder (such as to a backup drive, or give to another worker that copies it to their HD), upon opening the INDB file, some links and Hyperlinks are broken.
    It seems that these broken Links and Hyperlinks are still pointing to the original locations on my HD. But obviously not all are, since most links/hyperlinks DO work fine. The Hyperlinks to Text anchors within other indd chapters seem to typically break. Is there a way to force these to reference the packaged assets within the INDB folder? Seems ID would be smart enough to look there itself!
    Also, I was creating some Hyperlinks as "cross referenced" - that is, I created a URL Hyperlink Destination in Chapter 1 indd and then created Hyperlinks pointing to it from other chapter indd in the book. I have learned that these ALWAYS break in the above scenario, so I started creating the URL destination within the same chapter indd and pointing to it there rather than across chapters. But this is just more work to keep re-creating the same URL destination in every indd!
    I'll keep running into these problems since I need to share my finished INDB with other CS3 users. I also would like to be able to do a Save As of the INDB when creating a revised, newer version, but I see this also results in the new INDB links/hyperlinks still pointing to the original INDB's assets! Any way to make the Save As update the Links/Hyperlinks in the new INDB?
    Thanks greatly for any insight. I can find no help in the Help on these issues!

    The title of the post is this
    How can I preserve row and column addresses on multiple cells at once in Numbers?
    I restated the Question as follows
    Can "Preserve Row" an / or "Preserve Column" be set on multiple cells at the same time.
    In both cases it is not asked if multiple cells can be set to....
    That is a given.
    Step back a second...  It is like selecting multiple cells and setting the text color of the currently selected cells to red. This can be done. More than one cell at a time modified because they are currently selected.
    Whats is being asked is:  if more than one cell is selected at the same time can the settings "Preserve Row" an / or "Preserve Column" be applied. No table I put up will help with that question.
    YES or NO
    If YES how?

  • Image as Hyperlink

    I am having some trouble getting an image to be a hyperlink with the image and hyperlink component.
    <a href="lastpage.htm">
    <img border="0" src="buttonnext.gif" width="65" height="38">
    </a>Can this be done with the jsf components?

    Hi
    Put an image component in the GridPanel. Also put an hyperlink component in the same gridpanel.
    Now go back to the JSP Source and modify the code like this.
    <h:panelGrid binding="#{Page1.gridPanel1}" id="gridPanel1" style="height: 100px; left: 48px; top: 168px; position: absolute" width="266">
    <h:outputLink binding="#{Page1.hyperlink1}" id="hyperlink1" style="left: 120px; top: 96px; position: absolute" value="http://www.sun.com/jscreator">
    <h:outputText binding="#{Page1.hyperlink1Text}" id="hyperlink1Text"/>
    <h:graphicImage binding="#{Page1.image1}" id="image1" value="resources/berries.jpg"/>
    </h:outputLink>
    </h:panelGrid>
    This will display an images that is clickable and will navigate to the URL specified.
    Hope this helps
    Thanks
    Creator Team

  • Insert image to long raw column Oracle 9i PL/SQL

    I am trying to insert a .jpg image into an Oracle 9i table datatype long raw. I am coding in PL/SQL. I have researched inserting images and all I get back is the cool dbms_lob utility info. I cant change the column type to a blob - the database is a people soft delivered table and I am not allowed to change it.
    Has anyone done this?
    Does anyone have sample code?
    Pretty Please (I need any help I can get)
    Kelli

    user10506010 wrote:
    Can u provide me a solution for this...Can you read the title of this forum?
    >
    Forum: Community Feedback and Suggestions (Do Not Post Product-Related Questions Here)
    Use this forum for feedback about OTN programs, Web site content, and systems - product-related questions will be deleted.

  • Cannot insert images

    I'm new to Dreamweaver and web design in general but I do have a brief understanding so far.
    I've been using a tutorial that's been walking me through CS5.5 (i'm using a trial version.)  I used it for a week or so and I got a page setup using a template.  I was able to put the site online and insert a picture and everything was working fine.
    Then my computer crashed lol.  It was old and not a surprise.  The crash had nothing to do with dreamweaver.
    Now I'm on a new pc using the same trial.  My older computer was running Vista and this new computer has Windows 7 64 bit.
    Now I can still put the website online.  I've tested the server and everything is fine until I try to upload a photo.  I click on insert/image and try to upload it.  It shows just fine on the page layout in Dreamweaver but when I try to "put" the site online I get this error:
    "Connected to Metzartonline
    index.html - Put operation successful
    twoColLqlthdr.css - same not transfered
    images/Metzlogo.jpg error occurred - and FTP error occurred.  Cannot put metzlogo.jpg.  Access denied.  The file may not exist or there could be a permission problem.
    I've searched online but haven't been able to find a solution.  Any help would be appreciated.

    Thanks for the reply. It appears that you may  be right about Dreamweaver and my problem. I say my problem because at the moment, I'm not sure what's going on. I kept trying with the form in different versions and always the same results - the ftp error. So I uploaded it with a different ftp successfully. Now somewhat emboldened, I started on other forms and, voila! was successful uploading them with Dreamweaver.
    The only thing I can bring away from this at the moment is that maybe the form was corrupted and Dreamweaver, knowing the time is short to the goblins and ghouls time of year was saving me from myself.
    At any rate, all is well in my world and I am about to devour some pumpkin candy, just to add a little more cafeine to my nerves.
    Many thanks for your time and help.
    Kim

  • Entourage and hyperlinks

    Hoping that someone can help.
    I am trying to send an image and hyperlink together from entourage.
    Have sent it to my email, in Safari ,but the picture appears but not the hyperlink.
    Can send it on to myself in entourage, then both image and hyperlink appear.
    is it just a Safari incombatabiliy problem ?.
    Any help ?
    Thank you .

    Why would I reply to my own posting??!!

Maybe you are looking for

  • How setup browser laces import Bookmarks HTML security disable button open Device Manager security warni vewing mixed

    how to alter these settings? 1.browser laces import Bookmarks HTML? 2.security disable button open Device Manager? 3.security warni vewing mixed?

  • JSF 1.2_13 (Mojarra) -  h:selectOneMenu problem

    I have this JSF tag in my JSP form: <h:selectOneMenu id="selectLang" value="#{langList.selectedItem}">       <f:selectItems value="#{langList.selectItems}" /> </h:selectOneMenu>and this backing bean:      private List<SelectItem> selectItems;      pr

  • ALV - Sort on Subtotals

    Hi, Does anyone know how to sort on the subtotals of a numeric column in an ALV. Murali.

  • Best Block Size in Raid for Photo files

    I am setting up my two drive striped RAID 0 and came to a screeching halt at the raid block size. This RASID is strictly for photo scans and PS CS2 photo files, mostly high res, some medium JPEGs. Adobe says PS CS2's default block size in 64K, if I c

  • Error when activating DTP

    Hello, I hv a ZCube which contains some data..now due to some requirement I changed the Transformation activated it & transported Transformation & cube from Development to Production server.. I tried activatingf DTP on production itself but it is giv