Image link

I'm trying put 3 icons on the masthaed that open word, powerpoint and exel.
I built on the jsp file scripts that open these applications, but have a problem with the icons show.
here is the code where the icon need to be show:
<TD width="85%" align="right" nowrap style="<%=str_PADDING%>">
<hbj:img border="0" src="<%=componentRequest.getWebResourcePath() + "/images/ms_word_small.jpg"; %>" onclick="javascript:startWord()">
<hbj:img border="0" src="<%=componentRequest.getWebResourcePath() + "/images/ms_powerpoint_small.jpg"; %>" onclick="javascript:startPower()">
<hbj:img border="0" src="<%=componentRequest.getWebResourcePath() + "/images/ms_excel_small.jpg"; %>" onclick="javascript:startExcel()">
</TD>
when I deploy the par file and make an Iview from that I get the error whice said:
[EXCEPTION]
#1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
Component : pcd:portal_content/Taldor/iViews/HomePage/TaldorMasthead
Component class : com.sapportals.portal.navigation.LightHeaderiView
User : xxx
at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
at com.sapportals.portal.navigation.LightHeaderiView.doContent(LightHeaderiView.java:66)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
at java.security.AccessController.doPrivileged(Native Method)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error occurs during the compilation of java generated from the jsp
at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:116)
at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
... 36 more
Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2189)
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:291)
at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:141)
... 39 more
what wrong with this code?

This could be due to several things
1) You haven't added the <%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj" %> directive to the top of the JSP page
2) You don't have a sharing reference to HTMLB defined in your portalapp.xml file
3) You don't have the taglib mentioned in the portalapp.xml, i.e. <property name="tlhtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld" />
4) the javascript method startWord(), startPower(), startExcel haven't been defined.
5) You haven't closed the <hbj:img.....> tag at the end, you should have <hbj:img...../>
Having the src="<%=componentRequest.getWebResourcePath() + "/images/ms_word_small.jpg"; %>"  will still work fine because the <%=%> simply means out.println, and therefore the syntax is correct.
However, you may find that the HTMLB IMG tag doesn't allow you to create the src attribute using inline java, i.e. using <%=%>.
Personally, I wouldn't use HTMLB for a simply img and I would use a normal
<img>
HTML tag, which would look very simlar and would be something like this
<img border="0" src="<%=componentRequest.getWebResourcePath() + "/images/ms_word_small.jpg"; %>" onclick="javascript:startWord()" />
The good thing about this is that you don't have to worry about compilation errors as much. When using the HTMLB IMG tag I think that it checks, during compilation, that the javascript functions have been created. You may also find that it doesn't like the onclick attribute at all, or at least doesn't like the onclick="javascript....". If you use the standard
<img>
HTML tag then you don't need to worry about all of those things.
Anyway, I hope this helps
Darrell

Similar Messages

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • One more reason to put my iMAC at the curb. I can open and view Picasa photo links when I sign in via Google, but if I'm in Mail and click on the Picasa image link (my own or one someone esle sends me I can't view the images. Thye are all blank white squa

    One more reason to put my iMAC at the curb. I can open and view Picasa photo links when I sign in via Google, but if I'm in Mail and click on the Picasa image link (my own or one someone else sends me) I can't view the images. They are all blank white squares. This started a few weeks ago. Why can't I view Picasa link images through Mail?

    What you are experiencing is 100% related to Malware.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Image Links "Page" is OV or and I can't delete them

    I'm using InDesign CS4 on Windows XP Pro. We have several documents within a book file in which some of the image links have page numbers OV and < >. I know the OV means overset text, but I'm not sure what the < > means. I know it has something to do with XML. That's not the problem.
    The problem is: How do I delete these links (images)? Obviously, the images are no longer in the document but I can't figure out how to delete them from the links palette and, therefore, from the document. I've looked in the Structure panel, but I can't see a corelation.The document still prints fine, and I can create a PDF without a problem, but I'd like to clean-up the files.
    Any suggestions?
    Thanks,
    Lloyd Lathrop

    I find this is a problem often occurs when using xml (if the document has ever been populated using a data publishing tool such as XMPie/EasyCat/Stibo etc you can get residue xml lingering).
    To get rid of it open the Structure View: View/Structure/Show Structure or Alt-Apple-1 (sometimes the menu option isn't there depending on which menu set you have selected).
    You will see the xml panel open on the left with something akin to a folder structure. Open these up until you find a reference to the offending image link and delete it (it will give you an option to untag or delete - i think either will do in this instance).

  • Set image link to a file which not yet exists

    Hi to all,
    I'm working with InDesignCS2 on Mac and Windows.
    Is it possible to set an image link to a file which does not exists yet.
    I have document with some JPG files in low resolution.
    Later, if the document layout is finished, I want to
    change the image links of the document to corresponding PSD files.
    E.g.
    The document is layouted with the imges image1.jpg, image2.jpg, image3.jpg.
    Now a want to change the links to corresponding PSD files image1.psd, image2.psd, image3.psd.
    BUT: the PSD file do no exist on the current working place.
    The images image1.psd, image2.psd, image3.psd exist on a destination working place.
    The document with the missing PSD links will be copied to the destination working place,
    in the some folder where the PSD file are placed.
    If I open the document on the destination working place the links set on the first
    working place should be satisfied now.
    Now it should be possible to print the document with the hires PSD images.
    My question:
    How can I set a link to an image which does not exist yet?
    The name, the path and the format are known.
    Please let me know, if you have an idea how to do that.
    Thanks.

    I might be proven wrong but I don't think you can link to a picture file that's missing.
    That would be an interesting feature actually - but probably too smart.
    What you could do instead is to use a dummy picture file to be replaced later in your production workflow.
    Something I did a long time ago was to create a text frame with the full path written in there.
    Then I was making a snapshot of this text frame.
    Then I was replacing the text frame by a picture frame - same size, position, etc.
    Then I was placing the snapshot within this picture frame...
    At the end I had a link to a temporary picture file that was displaying its full path to the layout artist - providing a valid link to a real picture, to be switched to the real one later in my customer production workflow.
    This is a classical case actually - and I'm sure there is dozens of solutions implemented out there . . .
    HTH
    Best regards
    Patrick Perroud

  • Has anyone had the error "The file could not be read due to an error" when selecting ignore or replace image links. The linked images are in Dropbox if that helps.

    I am working on a Mac 10.9.5 with Adobe CS6. My files are locally in Dropbox but once we moved files to network and tried opening the AI - the file would not recognize the original folder location. I tried ignoring the missing images but then I receive the error - The file could not be read due to an error." The same error happens when I try replacing the first missing image. I know the problem lies in the images are linked back to my Dropbox but the AI file doesn't care since it won't let me replace or ignore the image links.

    Jasion,
    Maybe a bit beside the question, but it is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky, at least for a while, but it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • How can I make an image link to a movie?

    I noticed something really awesome in the free Biology textbook on iBooks, and I wanted to try to recreate it in iBooks author, however I cant quite seem how to figure out how it was done. In the Biology book, there is an image of a gentleman on page 8 that has a play button on it. Upon clicking that image, a video plays and opens up full screen. I originally though this was done using the Hyperlink inspector and making the image LINK to play a video, however upon further review I noticed that you cannot LINK an image to anything. My next thought was maybe that it was an HTML widget of some sort, but most HTML widgets, when pinched are separate from the page, where as this acts more like how an image acts on a page and doesnt really the move. So does anyone have any ideas on how this was done? I really like the idea of having a masked image be interactive and turned into a video.
    Any ideas?
    -Mike

    If the folder is outside the Muse page, you will have to insert manual HTML to define a more complex URL like e.g. ../_stuff for going one level up and then into a folder called "_stuff" The deeper you are in the hierarchy, the more ../ you will have to add to climb up.
    Mylenium

  • Converting image links from Word to PDF

    If I insert a picture into a Word file (Insert/Picture From File), select the picture and Insert/Hyperlink and then Convert to Adobe PDF, the hyperlink is still active in the pdf file as expected (Add Links is checked in the conversion settings).
    However, if I do the same but apply any layout options to the picture before attaching the hyperlink (e.g. Format Picture/Layout/Square text wrapping), Convert to PDF does not convert the link into the pdf file and the image appears as if no link had ever been set.
    Does anybody know of a solution to this problem?  Or is Acrobat 9 any better?  I am curently using Word 2000 and Acrobat 6 running on XP

    Thanks for the reply.
    I have already inserted the links within the pdf, so I do have a working document.  It is only a draft, though, and any subsequent editing requires going back to the original Word document, editing and converting again to pdf and then re-establishing the links - with over 30 images (linked to pre-exixting pdf documents) this last step is both tedious and error-prone!  Thanks for the warning re Acrobat 9 and Word 2000.  I had been thinking of upgrading ...
    Mike

  • CS3: PDF-Export Transparency Issue when Image-Links are missing

    I have a Layout with a transparent Frame on the top most Layer. For this Workflow-Step I do not have access to the original Image-Links, so I guess that all I see are the embedded Preview-Pictures and InDesign reports that all Object-Links are missing.
    If I export this Layout as JPG, the resulting JPG looks like the WYSIWYG in InDesign, which is suitable for this workflow-step. However when I export as pdf, the Frame is not transparent anymore. Instead it is filled with white color and covers the rest of the Layout. In Adobe Reader I can actually select the wrongly covered Picture at the border of the frame and copy&paste it somewhere and it looks fine.
    When I provide the original Frame-Picture and repair the missing Link in InDesign, PDF-Export works fine.
    I have installed & updated InDesign on a new Mac OS X 10.4.11, so all settings should be default.
    Transparency Blend Space is set to CMYK. I tried all default PDF-Export Profiles and tried a lot of different settings in the pdf-export dialogue including different PDF-File-Versions, Simulate Overprint on/off, Color-Conversion disabled, disabling Picture-Compression and much more. I also tried to Print a PS-File and then use the Distiller: same result.
    I use Adobe InDesign CS3 V 5.0.2 and tried Adobe Reader 8.1.2 and Adobe Acrobat Pro 8 to display.
    Any Ideas?

    Transparency flattening REQUIRES having access to the high-resolution images to get good results. One of the slogans I teach printers is "Fatten before you flatten." Meaning, replace the low-res images with high-res images.

  • Image Link Problem with Dreamweaver CS4?

    On my website, I have several images that link to other parts on my website. These work no problem when I preview the site, but after I test the links, the images that had those links have purple outlines that really clash with my website's design. Will users see this if they click on my links, and then return to the page? I'm using CS4 right now, and never recalled having this issue come up when using MX. Thanks for the help.

    I got stuck on this one too - not realising that Dreamweaver automatically palces a border on every image link - but the simplest way I found was to have my "Properties" panel showing on the bottom and input 0 into the "Border" box. By having this panel open you can see if you have accidently applied any styles to the image, where it links to, Image size attributes and the Image name.

  • Image with link functions in Firefox, half of the image/link is active in Chrome, image/link dead in Safari

    I have a page with 2 nav links originating from 2 different images. 1 image / link works well with Firefox, Chrome and Safari. The other image / link works well with firefox, only half of the image is active in Chrome and none of the image is active in safari. The documents links checkout fine. I have replaced the image, the container as well as relinked. The result is the same. Can someone help please? Here is a link to my site (in progress) PikiPiks: film reviews Only the first 2 images in the left column are currently linked. The first image / link for "Kiki's Delivery Service" is the problematic one.  Thanks! MacOS 10.9 / Dreamweaver CS6

    Fix the code errors.
    Validation Results - W3C Markup Validator
    I won't even talk about the liberal usage of absolute positioning -- none of which is needed.  You'll soon learn  that this is not the way to build web pages when this comes back to bite you in the butt.  It almost looks like this layout was created in another program.  Was it?
    #1 On the web file names cannot contain special characters like apostrophes. <a href="Kiki'sDeliveryService.html"> is not a valid file name.  You need to rename without the apostrophe.
    #2 This link is pointing to a file on your local hard drive which nobody except you can see.
    <a href="file:///CARBUNKLE/Users/jev/Sites/WowAbout/index.html">  That path should be pointing to your site.
    Nancy O.

  • Image Link Problems in Illustrator CS3

    Am running on Mac OS 10.4.11. Mac is a Dual 2GHz PowerPC G5. File server is an IBM x3650, running FullPress Software and Xinet and Flashnet.
    When saving files in Illustrator CS3 with preserved image links to hi-res images on the server, other users who later open that ai file, have to manually relink to images on the server. If the file is opened on the Mac that created it, images link automatically when opened again. The problem is that other Macs do not see the links/paths to the images.
    It is frustrating and time-consuming. The problem seems to be isolated to just 2 specific Macs. One with the spec as above, and the other is a 2x2.66GHz Dual-Core Intel Xeon, running on the same Mac OS.
    All software installs are same on all macs in my studio.
    The overall problem is : 17 Macs. 15 of these can open files created on each others Macs without issue. However, if files were created on the 2 "problem Macs", link issues arise. The 2 problem Macs have link issues with ANY other mac when opening files saved on any other Mac.
    Sorry for long winded nature of this, but can anyone help? Have tried all sorts and have run out of ideas on this. URGENT help needed! Thanks.

    Thanks Ian and Jim.
    Have solved the mystery.
    Opened files in Text edit, and the links defined section, did show ghosted volumes on problem macs.
    So, went to desktop > From the Go menu, select Go to Folder >then entered "/volumes"
    This brought up the volumes and highlighted some anomalies. Folders appearing with same name as my server, meaning when the server mounted it added a suffix of -1, -2 etc.
    MANY THANKS Gentleman.
    Tim.

  • Image Links To Other Sites

    I have designed a website in DW CS3 and i wanted to make some
    of my images link to other external sites......however when write
    the link address in and upload the info then try the link it always
    comes back with a blank web page with - cannot find URL - on
    it...... any ideas, its really annoying me now. i'm not writing in
    css. cheers

    As tweaked suggests, the links to external sites should look
    like this -
    <a href="
    http://www.example.com/thepage.html''....
    A valid external link must specify the protocol and the
    domain.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "laneoo" <[email protected]> wrote in
    message
    news:go66ru$8vo$[email protected]..
    >I have designed a website in DW CS3 and i wanted to make
    some of my images
    >link
    > to other external sites......however when write the link
    address in and
    > upload
    > the info then try the link it always comes back with a
    blank web page
    > with -
    > cannot find URL - on it...... any ideas, its really
    annoying me now. i'm
    > not
    > writing in css. cheers
    >

  • Why do image links in my HTML signature get turned into inline images?

    I have written a program to create HTML signature files for email programs at my workplace.
    The signature file uses URLs to images hosted on a server. This appears to work fine, but I've noticed that when I send an email from Icedove (Thunderbird rebadged for Debian), the image links automatically get turned into attachments. These are then visible as base64-encoded MIME blocks in the email source.
    I cannot find any option for altering this behaviour anywhere in the application, even in the Config Editor.
    Can anybody advise me how to change this behaviour? Thanks in advance.
    I am running Icedove v.17 for Debian 64 bit.

    By default Thunderbird attaches all images, even if the &lt;img&gt; element points to a remote resource. Most e-mail clients block remote content these days unless the user authorizes it (see [https://support.mozilla.org/en-US/questions/991448 this thread] for an in-depth discussion) due to potential privacy/tracking issues. Thus, the image your are adding as a remote resource may not display the first time the recipient opens the message.
    If you want to change your code respectively anyway, have a look at [http://kb.mozillazine.org/Creating_complex_mails_with_inline_images#Remote_images this article]. You'll have to add an attribute &lt;img '''moz-do-not-send="true"'''&gt; to the element which will Tell Thunderbird to ''not'' download the image from the server and embedding it into the message on sending.

  • Border around image links

    What the heck is it with a blue border around image links in
    CS3???? I discovered I can get rid of it by setting the border to 0
    in properties but what a pain. I also noticed tables have a 1
    border by default. I'm sure there is a place to change the default
    but I can't find it.
    Any suggestions?
    thanks,
    CJ

    On Fri, 1 Jun 2007 13:11:16 +0000 (UTC), "SeaJaye"
    <[email protected]> wrote:
    >Win,
    >I like the way you think. For those of us who are cake
    baking challenged, could you put up a recipe for said cake?
    >thanks,
    >cj
    Sure. This set of stuff:
    *zeroes out the margins and paddings
    * guarantees a vertical scrollbar (so no jumping between
    short and
    long pages)
    * establishes colours and fonts etc. for the tags I tend to
    use
    * gives me a way to float images left or right
    * defines a tag that I can use to clear floats (the hr tag,
    in this
    case, since I never use an hr as a visual element: I always
    define
    borders when I need them)
    * styles the form and form elements
    I customize these to suit.
    /* CSS Document */
    margin: 0;
    padding: 0;
    html {
    height: 100%;
    margin: 0;
    padding: 0;
    body {
    min-height: 101%;
    font: 100.01%/130% "Trebuchet MS", Verdana, Helvetica,
    sans-serif;
    color: #000;
    background: #4f865b url(../images/bgTexture.png) repeat;
    margin: 0;
    padding: 0;
    hr {
    height: 0;
    line-height: 0.0;
    font-size: 0;
    margin: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
    h1, h2, h3 {
    font-size: 150%;
    color: #4f865b;
    margin: 20px;
    font-weight: bold;
    h2 {
    font-size: 120%;
    color: #cc6600;
    h3 {
    font-size: 100%;
    color: #4f865b;
    font-style: italic;
    p {
    font-size: 90%;
    margin: 10px 20px;
    ul {
    margin: 10px 20px 10px 40px;
    font-size: 90%;
    a:link {
    color: #cc6600;
    a:visited {
    color: #4f865b;
    a:hover, a:active, a:focus {
    color: #7dd08f;
    .imgLeft {
    border: 1px solid #dfdabd;
    padding: 5px;
    float: left;
    margin-right: 10px;
    .imgRight {
    border: 1px solid #dfdabd;
    padding: 5px;
    float: right;
    margin-left: 10px;
    /***** CONTACT FORM STYLES *****/
    #content form{
    margin: 0;
    width:450px;
    #content fieldset{
    border: 1px solid #d69400;
    margin-bottom: 10px;
    padding:5px 5px 20px 20px;
    #content legend {
    font-size: 120%;
    margin: 12px 0 0 0;
    color: #18006a;
    #content textarea{
    background-color: transparent;
    border: 1px solid #18006a;
    height:200px;
    margin:0 30px 0 0;
    #content label{
    display:block;
    font-size:80%;
    padding-top:5px;
    #content button{
    background-color: #ecc97d;
    display:block;
    width:80px;
    /* sets the enquiry box to the right of the input fields */
    .labelfloat{
    padding-top:20px;/* float:right;*/
    #content input:text, #content select{
    /*background-color: #E8E2C2;*/
    background-color: transparent;
    border: 1px solid #18006a;
    display:block;
    margin:0 0 0 0;
    width:200px;
    /* END FORM STYLES */
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • ITunes Store image links do not display - previews & purchases do not work

    PLEASE HELP!
    Below are the images of what I am seeing.
    And I promise you I have really made an effort to research and try to resolve this without success. I have even run iTunes on a completely seperate computer and a different login (both OS user login and iTunes store login) and have the exact same issue.
    I have reinstalled with a reboot (several attempts), performed a winsock reset, followed procedures in TS4123 for LSP conflicts, I have cleared my cache, I have checked for Firewall issues, I have restarted my cable modem, I have copied iTunes store links to a browser to check that images are displaying - nothing resolves this problem.
    Email support has only recommended what is already posted in communities forum and on the knowledge base.
    I have seen that in past there have been posts related to this specific issue but were not answered (for what I found). It seems that unless you are having a complete white screen when accessing the iTunes store that there is no solution for a problem like mine??
    Also only "Ping" will display all images for image links.
    Thanks in advance for any help / feedback!
    and
    * .... I should reiterate that I can not make any purchases, save to wish list, watch or listen to previews.

    Update:
    Still trying to resolve this problem (been working on it for the better part of 2 days now)
    KB - TS1379  ( http://support.apple.com/kb/TS1379 )  Also does not resolve this issue...
    Still need help please.

Maybe you are looking for

  • Input and output reading from quanser board

    My department recently gave my senior design group a Quanser board to use for a project. We are having trouble reading data from the motor sensors in Labview. We are using Labview 2010. Can anyone tell me what channels I should be looking at and what

  • HP psc 1350 all in one not scanning

    I have installed all updates from hp and mac. running osx 10.56. receiving error message during scan. The appliciation hp scan pro quit unexpectedly mac osx and other applications are not affected. I have searched discussions for answer. No answers o

  • Large heap sizes, GC tuning and best practices

    Hello, I've read in the best practices document that the recommended heap size (without JVM GC tuning) is 512M. It also indicates that GC tuning, object number/size, and hardware configuration play a significant role in determining what the optimal h

  • Failover Callback

    Hi, I use a failover callback into of my OCI application. My question is: When I do "shutdown abort" should my callback be invocated ? Because It is not being called when I send a shutdown in database. Is There any way to define callbacks that can be

  • Keep getting unknown error 0xE000084 when i try to connet my iphone 4s to itunes

    At a loose end now, bought a brand new iphone 4s and when i connect it to the computer it is not being picked up neither is itunes recognising it and I get error message 0xE000084. I have the latest version of itunes...latest version of ios6 and i ha