Having trouble posting html banner

Hi there,
I am trying to publish a banner that I've created on adobe Imageready on iWeb but it's not being recognised. The preview works fine on Safari but when I post it into iWeb it's blank. I've posted other widgets and html on the site with no problem.
I don't know html much, so there may be a very simple solution (I hope!)
the code I have is this:
<html>
<head>
<title>401banner1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (401banner1.gif) -->
<!-- End ImageReady Slices -->
</body>
</html>
and I'm trying to put it into the widgets - add html box.
Any ideas?

<title>401banner1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background-color="#FFFFFF" margin-left="0" margin-top="0" margin-width="0" margin-height="0">
+<!-- ImageReady Slices (401banner1.gif) -->+ These are annotations you need to add the actually 401banner1.gif or a link to it.e.g
+<!-- End ImageReady Slices --> Annotation+

Similar Messages

  • I'm having trouble posting reviews or rating in the app store. Is there a problem right now?

    I recently developed an application called NutriHOLIC and my customers are having problems submitting ratings and reviews. Additionally, when I tried to rate/review a different app in the store, upon pressing submit it returns back to the screen without a comment or rating. I tried pressing submit again and found my message was still there awaiting to be submitted. I did this 3-4 times and nothing different happend. Can someone shed some light on the subject, I really need my ratings and reviews to post from my customers. Is the app store having problems? I noticed iTunes Connect is not showing a proper displays as well.
    Thanks,
    Josh

    Try #C9 in Pondini's Time Machine Troublshooting
    http://pondini.org/TM/Troubleshooting.html

  • PSE9 - having trouble with "html email sender verification" page

    We have just purchased the PSE9. This is our first venture into a photoshop program. We are wanting to send some of our pictures to friends via email. Just after we push the "share" button, to create an attachment for the email, we get this page "html email sender verification." It contains in the first blank, our email address (given), a button "resend email", and a blank entitled " Sender verification."  Below this box are the words:
    "If this email address is not correct, or you would like to use a different e mail client, you can change your email settings by clicking Cancel and then choosing
    Edit ->Preferences->sharing."
    At the bottom right are two buttons, "OK" and "Cancel"
    When we put in our email address into the "Sender verification" box,  and press "OK" the next window is entitled "HTML Email Sender Verification" .  The only words on the page for us are  in red and they say:
    "Your email could not be sent because an unkown error has occurred. Please try again."
    Then we have the option of pushing the "OK" or "Cancel" button.
    Can anyone help us get beyond this obstacle?
    THANKS!!

    You need to enter the email id in preferences. Once you put it, you will receive a verification code. You need to put this verificaiton code in the sender verification window. This is required if you are using Adobe email service. You can change the email provider from sharing preferences.

  • Anyone else having trouble posting Podcasts due to Timeout

    I am attempted to post a new podcast the past two days. It tests, subscribes, and downloads fine. However, when posting I receive the timeout error.
    I have searched through the other threads regarding this error, and have corrected the duration time in the XML File. However, still same issue. I have recreated a totally new rss file and named it differently than the first, for testing purposes.
    RSS File: http://stream.cofc.edu:8083/marketing/bp.xml
    podcast: http://stream.cofc.edu:8083/marketing/episode3.mov
    Any help would be appreciated.

    I tried playing your .mov file, but it stalls in the browser window.
    Recompile your podcast episode as an MP3, update your XML file to reflect the new file name, and repost to your server.
    Mitchell A.
    Producer and host
    BuzzBender More Buzz. No Filler.
    G4   Mac OS X (10.3.9)  

  • Having trouble with html snippets and movies in iweb 09

    Hi I have built a site iweb2.0.4 and recently moved it onto my new machine with iweb 09 on. Basically I have been putting in videos that I have exported for web out of Quicktime. In the past I have simply added an html snippet code like this in <iframe src="http://evileducation.org/stammuraifinalcomp/ReadMe.html" style="width: 340px; height: 285px"; scrolling="no" controller="true" frameborder="0"></iframe>
    I edit the ReadMe.html based on a tutorial I saw and it loads the movie after pressing the "Click to play" button. Now in 09 when I put the code in to the snippet it just shows a Quicktime symbol with a question mark. if you check the link below you can see the videos with the best I have managed to do so far which is get the new movies on but they both autoplay (I have linked in this instance to the 4kb .mov in each folder rather than the readme.html.). I don't want to just drag a video in I would like the options to view on phone or on computer etc and not for them to autoplay. Is there a new/ different way to do this now. Surely it shouldn't be this hard to get the export for web in Quicktime and iWeb to work together? The frustrating thing is if you check the link below the old movies work fine still it's just the 2 new ones. Soz for the long one!
    http://evileducation.org/eviltwin_education_2010/movies_made_by_youngpeople.html

    Less cryptic :
    MAKE THE TWO MOVIES THE SAME AS THE OTHER EIGHT.
    Here are some pages for your convenience you can study and nim :
    http://www.wyodor.net/iFrame/
    http://www.wyodor.net/MoreEmbed/
    [Using the iWeb HTML Snippet|http://www.wyodor.net/blog/archives/2009/07/entry_213.html]
    http://www.apple.com/quicktime/pro/tutorials.html
    You may have to learn HTML/CSS/JavaScript.
    for the young people with disabilities that made
    Keep the emotions out of the equation.

  • Having trouble creating clickable banner ad/header

    I have gone the route already of creating an invisible button for my header. All I would like to do is be able to click it and it will return the user back to the main index file without opening a new window. When I click on the swf file there is a pointer but nothing happens. Clicking does not oppen a window, or redirect anywhere. I have the following in my actions file in the layer I created.
    clickTAG.onRelease = function(){
    getURL(" http://www.domain.com", "_self");
    I have also tried the following as well:
    on(release) {
    if (clickTAG.substr(0,4) == 'http') {
    getURL(clickTAG, "http://www.domain.com", "_self");
    I have researched and tried changing to several others but have not had any success. I am sure I am missing something simple here but can not figure it out.

    I can imagine they were not used together, but I cannot imagine beyond what I already explained in my last response the differences in what you did... in the first code you use it as if it is a button's instance name.  In the second you use it as if it is a string... two entirely different animals.
    Normally a "clickTAG" represents data that is read in from a parameter in the html embedding code.  Your actionscript extracts that string of data and processes it.  So your second approach appears to be closer to what you need, though it should be directing the getURL to use the clickTag value as the url, not some fixed url string.
    Your best bet to get something working is to find a clickTAG tutorial and follow it thru.  Your best bet for finding one is to use Google and search terms like "AS2 clickTAG tutorial"

  • Having trouble posting to LiveCycle (LC) groups

    I try to post to the LC (LiveCycle) groups, but what happens is as follows:
    I) it acts like I'm not logged in, even if I am
    II) It takes me to the log in page, so I log in
    III) It completely loses what I was trying to post, and brings me to a home page
    IV) I try to post again -- w/o cut & paste, as it doesn't work for me on this forum either
    V) Repeat:  Go to I)
    Can anyone help with this?
    Or are the Adobe LiveCycle forums considered closed, and no one can post, or is it just me?

    WebRequest request = WebRequest.Create("test-to-show-you.com/API/Authentication");
    request.Method = "POST";
    string postData = "payload=user%3Dtestusername%2Cpassword%3Dtestpassword";
    byte[] byteArray = Encoding.UTF8.GetBytes(postData);
    request.ContentType = "application/x-www-form-urlencoded";
    request.ContentLength = byteArray.Length;
    System.IO.Stream dataStream = request.GetRequestStream();
    dataStream.Write(byteArray, 0, byteArray.Length);
    dataStream.Close();
    // Get the response.
    WebResponse response = request.GetResponse();
    Please refer to the documentation on the link above for more information.
    Please also remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question.
    Hmm just a question with this way, my project has an option to load in a word-list thats split with a : which is all coded already and the split name is ac.username and ac.password how would you implement that option in the method you posted? 
    So for instance instead of using testusername it would be ac.username and instead of testpassword it would be the function ac.password.
    Hope you understand.

  • Trouble posting new topic

    I am having trouble posting new topic in the UIX forum. I am getting error "You do not have permission to post in this forum". I am a registered user.
    I found an FAQ for the same but it didnt solve my problem, as the link given in the FAQ (http://www.oracle.com/technology/membership/index.html) redirects me to my profile page.
    I am already a member with Oracle AppsNet, Oracle Learning Network, OTN and Oracle.com
    Thanks in advance

    Hi anitajean!
    You are probably looking on a Category page, and not a Forum page.
    If you have a question, or suggestion, about using Discussions, from this page Feedback about Discussions, click on Post New Topic.
    This is the Forum where you just posted your issue.
    If you have a Technical question about Apple Hardware, Programs, Services, Technology, Software, Applications, Products, etc, from this page Discussions - Forum Home, select an appropriate Category from one of the sixteen divisions.
    For example, under Mac OS X Related Software, choose the Category Mac OS X v10.5 Leopard.
    On the page that opens, select a Forum, such as Installation & Setup, orUsing Mac OS X Leopard.
    Most Category pages, have numerous Forums within them.
    But some may have only one, two, or three.
    For example the Safari Category page has four choices listed under Forum / Category, but only two of them, are Forums:
    Safari For Windows
    Safari for Mac Support forum.
    And the Apple Remote Desktop Category, has only one Apple Remote Desktop Forum.
    On Forum pages, there is an option to Post New Topic.
    Click here for all iPod Forums.
    Click here for all iTunes Forums.
    Click here for all iPhone Forums.
    More info here How Is Discussions Content Organized.
    It can be confusing, but explore the different areas, and you will acquire a better understanding of the hierarchy.
    ali b

  • I am having trouble with my photo album not transporting a picture to facebook

    I am having trouble posting pictures I have taken on my iPad to Facebook. I use to be able to do it tried several times yesterday and they never posted. I am thinking I have messed up something with my settings but I am unclear how to correct. Help ...

    There is also a setting in restrictions - Settings>General>Restrictions>Privacy>Photos and one for Facebook, did you restrict anything in there?

  • Having tourble posting on a forum

    Hello I'm having trouble posting to a forum using my iPad, every time I hit the box to type in my reply safari crashes and my iPad goes to the home screen.
    I'm running the newest operating system and I dont have any trouble on any other forums.
    I know there's is at least one other person on the same forum using an iPad to post and they're managing ok.
    Thanks in advance

    See if the following Safari 'fixes' work :
    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Trouble Posting Depriciation

    I am having trouble posting depreciation. The test run is showing an
    ERROR00001 and ERROR00002. I am unable to drill down on these items to
    determine the errror. Is there another way to determine the cause? Would you know what the cause is nad how it should be fixed?
    NIK

    Would you please press F7 or follow the path Menu --> Goto --> Error log. This will provide you the details of the error messages.

  • Trouble posting

    I am having trouble posting my problem as I keep getting my post rejected with warning that I have included content in my post that is not permitted.
    This is so frustrating. I cannot see what I have done wrong. No bad words, no profanity, just a simpe question

    Am puzzled to see where. Its about video streaming problems. It was accepted after numerous permutations.
    The stream in question was not given as a link. It concerned a sporting event. It is perfectly legal. It also rejected the post when a reference was made to the global sports event in the UK capital city this summer

  • TS2776 having trouble syncing google calendar.  If I add event to my calendar using my ipad mini, it won't appear on my google calendar when Im viewing it using my computer or phone.  However, if I post an event using my phone or computer, it appears on i

    Im having trouble syncing google calendar.  If I add event to my calendar using my ipad mini, it won't appear on my google calendar when Im viewing it using my computer or phone.  However, if I post an event using my phone or computer, it appears on ipad mini, why is this and how do I fix it to where everything syncs both ways?

    let me ellaborate on this part:
    "b) perhaps I've got some kind of virus on mine?"
    I mean, " perhaps I've got some kind of virus on mine, and I've passed it on to hers?"

  • Help Please! Having trouble setting up bleed, trim, margins for a large banner ad

    Hi all,
    I'm having trouble figuring out how to set up my document in InDesign 5.5. I'm confused what the bleed, trim, margins should be. Can someone help me with it? I have attached the specs as an image.
    Thank you, Claire

    Personally, I'd set this up at 37.5 x 88.25 and set the left and right margins to 2", the top to 2.75" and thye bottom to 7.5" to define the area that's inside the dotted line and not covered by the clip or still in the housing (or you could set it up the same size with 2" margins all around, then add ruler guides at 2.75 from the top and 7.5 from the bottom for reference). Anything that is color and touching the margins needs to extend all the way to the edge.

  • I'm having trouble with something that redirects Google search results when I use Firefox on my PC. It's called the 'going on earth' virus. Do you have a fix that could rectify the vulnerability in your software?

    I'm having trouble with a virus or something which affects Google search results when I use Firefox on my PC ...
    When I search a topic gives me pages of links as normal, but when I click on a link, the page is hijacked to a site called 'www.goingonearth.com' ...
    I've done a separate search and found that other users are affected, but there doesn't seem to be a clear-cut solution ... (Norton, McAfee and Kaspersky don't seem to be able to detect/fix it).
    I'd like to continue using the Firefox/Google combination (nb: the hijack virus also affects IE but not Safari) - do you have a patch/fix that could rectify the vulnerability in your software?
    thanks

    ''' "... vulnerability in your software?" ''' <br />
    And it affects IE, too? Ya probably picked up some malware and you blame it on Firefox.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

Maybe you are looking for

  • How to populate OIM Rules automatically ?

    Hello experts, We have a requirement to populate set of values from a flat file to OIM Rule in 11g. Is there any API to do that operation ? Consider flat file has some 100 records of "jobCode" as follows 123 456 789 We need to create a single OIM rul

  • Advance payment and down payment with two diffierent tax code

    HI expert!!! i have one scenario that advance payment and down payment with different tax code. in this time, advance payement post to vendor with po number,  we do not know how to use tax code V1(deductable tax) or VF(Non-deductable tax),  so we pos

  • Availing full CENVAT Credit for Capital goods

    Hi, In our client, they want avail full cenvat credit for Capital goods in the present fiscal year itself. How can we do this in SAP? Plz. explain me.

  • Stripe Breadth and Block size Allocation..

    Hi, Could anyone please advise me if there is any formula or utility to calculate or to investigate the stripe Breadth or the Block size to be used while creating the pools, I know it differs with the different kind of data to be stored.. It should b

  • NAVIGATE TO STANDARD WD FROM 'Z' WD

    HI EXPERT´s, i need to call a standard webdynpro from my 'z' webdynpro. My 'Z' WD show ALV with one field navigable. When USER click in this field i want show FPM_IDR_COMPONENT component? is it posible? I have seen it is very difficult i don´t know a