Can i publish HTML or JavaScript on my iWeb pages?

I don't know how to embed html or javascript - i'm adding advertising affiliates (amazon, etc.) but i cannot post their code. i've had to past the gif logo and then create a link.

Here is a thread in which I have listed the steps involved in adding external HTML to your iWeb pages. It's pretty straightforward and you can apply this technique to pretty much any kind of HTML that you would like to add...
http://discussions.apple.com/click.jspa?searchID=-1&messageID=2446855
Good luck! Let me know if you have any problems.

Similar Messages

  • Can I publish to a desktop folder in iWeb 9?

    Trying to sett up a website via Machighway. There is aknown bug that lets you connect to the server but can't publish the site because the publish button in iWeb is grayed out. How can I get around this? Please and thank you.

    In iWeb 09 you can publish to MobileMe (now canceled), FTP or a folder.
    Click the Sitename on the left and then choose "publish to folder" from the popup menu.
    Then upload the published index.html file and site folder with a FTP app of your choice.
    I'm sure you must have seen it when you configured the FTP settings.

  • How can I get HTML source code of dynamic Web page ?

    Hi,
    I would like to write a program that can get HTML source code of some Web pages, but there are some dynamic Web pages that I can't do it with URL class. For example: http://www.europlex.ch/web/3schedule/showAll.jsp?context=schedule.
    Thank you very much for any solution.

    Thank you for your attention. I'm sorry because I could't describe it clearly. If you don't mind, please follow this step to understand my problem:
    In the browser, enter URL: http://www.europlex.ch/web/main.jsp?locale=_english
    Click on Schedule, you will see the page with Cinema name, Film, Time... I would like to write Java Program to get HTML code of only this Page (Not frame page).
    Do you have any idea ?
    Thanhks,

  • How to publish an iCal calendar into an iWeb page?

    I want to include an iCal calendar in an iWeb page. I know this should be VERY straightforward but can't figure it out. How do I accomplish this?
    Brian

    I'm having a problem getting the iCal to publish to iWeb, so that I can have a calendar on my website with rss feed for new dates. So I put in my mobile me account name, and I do have several calendars, but there's nothing that looks like I can specify which calendar. Please don't tell me that I have to use one calendar, because I don't want my personal with my court, my court with my work, my work with my kids etc. is there a way to maintain the "public" calendar. I'm confused.
    Assuming this is doable, I did try the widget, but i keep getting an error message that page not found, we're sorry but we cannot find the ical you requested, its possible that it has been deleted or renamed.

  • Can I add you tube content to my Iweb page

    Thanks again for all the help with my first question I know have a second question can I add a you tube video clip to my iweb, one of our team mates has posted a video clip on you tube, and I was wondering is it possible for me to add the clip to my iweb page. I know with my space you can just click on the embedded thingy but not sure if its the same with iweb 08

    iWeb 2 has a Web Widget" button that allow you to add an html "snippet".
    Copy the html code from the YouTube page and paste using the feature above.

  • Can't publish html file

    When I go to publish my file in html I get an error message:
    "Error creating SWF movie file. Be sure the destination file is not locked or on a locked drive. Also, check that the file name is not too long"
    I've done all of the above and still get the error. I can export the SWF but I need a transparent background so I need the html. Any suggestions?

    In the windows version of Flash, the full path for the html and the swf files are written to the Publish window. If you are working on this file on a computer other than the one that originated the file, then the path may be unrecognized by Flash. Since the windows that hold the path in the Publish window scroll to the end of the file name, you may not see the rest of the path name. Select the text in these spaces and delete and write the file name that you want, or, close the Publish window and resave the fla to a different location. Then publish.

  • Can I put a WMV movie in an iWeb page?

    Search results on the topic in this forum seemed inconclusive to me.
    I would like to publish an iWeb site to .Mac with a WMV in one of the pages. I am aware that I can convert WMVs to QuickTime, but that's not my goal. I want a Windows user to be able to click and view without seeing ActiveX, or having to download QT7.
    Anyone know for sure?
    Thank you!
    BC

    Welcome to the Apple Discussions. Yes, that can be done. You use iFrame code and an HTML snippet with this code:
    <style type="text/css">
    #outerDiv{overflow:hidden;
    position:relative;
    width:200px;
    height:100px;}
    #innerIframe{ position:absolute;
    /* increase to nudge right, decrease to nudge left. Note negative number. */
    left:-823px;
    /* increase to nudge down, decrease to nudge up. Note negative number. */
    top:-403.5px;
    width:200px;
    height:100px;}
    </style>
    <iframe id='innerIframe' scrolling=no src=''>
    </iframe>
    <script type='text/javascript'>
    _rect=new Array();
    _rect.push(-361.0);
    _rect.push(-86);
    _rect.push(460);
    _rect.push(86);
    _rect.push(622);
    _rect.push(394);
    _outer=document.getElementById('outerDiv');
    outer.style.width=rect[4]+'px';
    outer.style.height=rect[5]+'px';
    _inner=document.getElementById('innerIframe');
    _inner.src='URL OF PAGE YOU WANT TO EMBED';
    inner.style.top=rect[1]+'px';
    inner.style.left=rect[0]+'px';
    inner.style.width=(_rect[2]rect[4])'px';
    inner.style.height=(_rect[3]rect[5])'px';
    </script>
    That's about all I know about it. You will have to experiment with the numbers in the code to get the part of the page you need. I just tried to create a test and got it somewhat OK but know know really which numbers do what. It was a blind hit or miss at this time. Cyclosaurus posted the code in this topic: http://discussions.apple.com/message.jspa?messageID=7144637
    OT

  • Can I put a "web clip" on my iWeb page.

    So you know how you can have a "web clip" in dashboard where you select part a webpage and it lets you see it in a little window, I want to do that in iWeb. I want to take a part of another website (not the whole page, just a section in the middle) and add it to my site. How can I do this?

    Welcome to the Apple Discussions. Yes, that can be done. You use iFrame code and an HTML snippet with this code:
    <style type="text/css">
    #outerDiv{overflow:hidden;
    position:relative;
    width:200px;
    height:100px;}
    #innerIframe{ position:absolute;
    /* increase to nudge right, decrease to nudge left. Note negative number. */
    left:-823px;
    /* increase to nudge down, decrease to nudge up. Note negative number. */
    top:-403.5px;
    width:200px;
    height:100px;}
    </style>
    <iframe id='innerIframe' scrolling=no src=''>
    </iframe>
    <script type='text/javascript'>
    _rect=new Array();
    _rect.push(-361.0);
    _rect.push(-86);
    _rect.push(460);
    _rect.push(86);
    _rect.push(622);
    _rect.push(394);
    _outer=document.getElementById('outerDiv');
    outer.style.width=rect[4]+'px';
    outer.style.height=rect[5]+'px';
    _inner=document.getElementById('innerIframe');
    _inner.src='URL OF PAGE YOU WANT TO EMBED';
    inner.style.top=rect[1]+'px';
    inner.style.left=rect[0]+'px';
    inner.style.width=(_rect[2]rect[4])'px';
    inner.style.height=(_rect[3]rect[5])'px';
    </script>
    That's about all I know about it. You will have to experiment with the numbers in the code to get the part of the page you need. I just tried to create a test and got it somewhat OK but know know really which numbers do what. It was a blind hit or miss at this time. Cyclosaurus posted the code in this topic: http://discussions.apple.com/message.jspa?messageID=7144637
    OT

  • Loading HTML with javascript from SDCard

    Hi - my first post so please be kind
    My handset is a BES connected 8100 running v4.2.1.66.
    I've only recently discovered how to load files from the local media card using the file:///SDCard/example.html semantics, but I'm very frustrated I cannot seem to load scripts embedded in these files, that will load and run normally when the file is retrieved using http.
    Is there some magic extension I need to give my files to enable processing of scripts from local files?  I've tried the obvious file extensions without luck (htm, html, wml, jsp, asp).
    It seems to me that for local files the handset is setting the MIME type from the extension alone, given the error you get when you load a file with an unknown extension - "The returned page had no content type, and therefore cannot be processed."
    Can anybody help me shed any light on this behavior and how to get around my lack of javascript on locally loaded files?
    Feel free to slap me if this is a know bug in the software I'm running, or has been answered 50 times.
    Many thanks; Andrew.

    Under which folder we can put the html and javascript files. I have installed balackberry sdk4.6(i.e;
    Research In Motion\BlackBerry JDE 4.6.1).
    Objective:To open and see a local html file  in blackberry browser.

  • Simple HTML and Javascript iView

    Hello,
    I am new to portal content development so please just point me in the right direction...
    I have a simple requirement to render some HTML and javascript in an iView for EP 6. I do not need to pull anything from a backend system etc so I think this is a pretty straight forward work.
    Any suggestions?

    Hi,
    There are two ways, you can achieve this:
    1. To create a AbstractPortalComponent and include your HTML as resource in responce.
    Check this example, where a JSP is included in responce you should put your HTML and also IResource type as IResource.STATIC_PAGE
    IResource staticResource = request.getResource(IResource.STATIC_PAGE , "html/checkres.html");
    http://help.sap.com/saphelp_nw70/helpdata/EN/49/4dae42cb9f0f31e10000000a1550b0/frameset.htm
    2. You can place your HTML and Javascripts in KM and use the KM Doc IView to show them.
    http://help.sap.com/saphelp_nw70/helpdata/EN/fc/cf14bcd42911d5994400508b6b8b11/frameset.htm
    If you want to have the flexibility to change the HTML quite often with out redeploying the par file then choose option 2.
    Regards,
    Praveen Gudapati

  • Tells me iDisk is full, and I can't publish my website

    Hello,
    I'm using iWeb '09 and recently took on the mobileme 2 months trial period. It will end on the 17th of April.
    I began publishing a blog and it worked really well ( I have not more than 7 articles though ).
    But now, all of a sudden, on the website main page in iWeb, the bar at the bottom shows me that iDisk is full and that I can't publish the website anymore.
    Of course, my iDisk is not full, it has 9.05 Go available out of the 10.77 maximum capacity...
    I checked on the Finder of my computer as well as online on the mobileme website and both tell me I still have plenty of space in iDisk.
    Thus, I can't publish my last article (pretty small, une page of text and one photo).
    If there is anyone who can help, I'll be grateful
    Thank you,
    Nicolas

    Welcome to the Apple Discussions. First make a backup copy of your Domain.sites2 file that's located in your Home/Library/Application Support/iWeb folder. Then try the following:
    1 - close iWeb.
    2 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home/Library/Preferences folder.
    3 - go to your Home/Library/Caches/com.apple.iWeb folder and delete the contents.
    4 - reboot.
    5 - launch iWeb and try again.
    OT

  • View the html source code of an apex page

    Hi everyone,
    I search to how I can view the html source code of an apex page and to be able to modify it. That's why viewing the html source code from the browser when the application is running doesn't arrange me.
    Has anyone an idea how it can this be possible?
    Best regards,

    Khadija Khalfallah wrote:
    Hi everyone,
    I search to how I can view the html source code of an apex page and to be able to modify it. That's why viewing the html source code from the browser when the application is running doesn't arrange me. What do you mean?
    Do you want to be able to pull up the HTML source generated by Apex, modify that copy, and then feed it back into Apex with the chagnes you made? If so you can't. Apex generates the HTML through its tools and you have to modify the generation routines to get different HTML.
    Do you merely want to look at the generated HTML? In Internet Explorer all you have to do is right click on the page and choose View Source to open a window with the HTML source in an editor. I sometimes find it useful to save a page and manually edit the copy to immediately see the effects of certain changes to the underlying HTML and/or Javascript without permanantly making the change in Apex.

  • Publish to two local folders in iWeb

    Title says it all. How can i publish to two local folders in iWeb?
    I have iWeb '08.

    If you are referring to being able to publish two websites to different local folders, the way to go is have each site on a separate Domain file so that they can be launched in iWeb and published separately.
    See under "Separate Domain Files" here...
    http://www.iwebformusicians.com/iWeb/Site-Layout.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • How can I convert iWeb page to html with NO javascript for email campaign?

    I have a holiday greeting I made in iWeb '09 for my business. The service I'm using to use to manage my mailing list wants me to strip all javascript code from the page so it is not seen as spam when it is emailed.
    How can I convert the page made in iWeb to an html page with no javascript?
    Thanks

    How can I convert the page made in iWeb to an html page with no javascript?
    You cannot. There will be nothing left. iWeb pages rely a lot on JavaScript.
    Use a template from Mail.app. Or create such template. These are simple TABLES and have no JavaScript in it.
    Do Cmd-Shift-G in the finder and type :
    /Library/Application Support/Apple/Mail/Stationery/Apple/Contents/Resources/
    Open one of the folders and open each successive folder until you see files like Picnic.mailstationery.
    Right-click to show the package content.
    Then navigate thru Contents, Resources until you see the files and images you need.
    Edit them to your hearts content.
    Double-click the file Picnic.mailstationery and it will open in Mail.app for further processing.

  • Does the DPS publishes only for tablets? can I publish my indesign file to html only using DPS?

    Does the Digital Publishing Suite publishes only for tablets?  can I publish my indesign file to html only using DPS?

    DPS will not do what you want and neither with anything else without at
    least some work.
    HTML out of InDesign is for content only, not layout. There is a new
    product out there you can try, however:
    http://ajarproductions.com/pages/products/in5/
    Bob

Maybe you are looking for

  • Need to refresh materialized view from procedure and pl/sql block

    Hi, I need to refresh materialized view (complete refresh)from procedure and pl/sql block .can some one help. MV name:MV_DGN_TEST_SESSION Thanks, Rajasekhar

  • Power Point to Keynote??

    I got an email from a friend that is a PowerPoint Show. When you click on the attachment on a windows with PowerPoint the show plays by its self. It may play without PowerPoint. But try it on the Mac and no work. I tried opening it in Keynote 2 and i

  • Why JDBC has mainly interfaces ?

    Hi, I was studying JDBS when a thought came to my mind. I can see mainly interfaces in JDBC, like the Statement interface,Connection Interface etc.Whys such a architecture? Can anyone let me know... With Regards

  • 0.7Mb download speed, exchange problem?

    Hi guys,  I'm having trouble with my internet. IT is seriously slow and has been for some time. On speedtest I am geting 0.7Mbs down and 0.3 upload.  This is what my router says:  ADSL line status Connection information Line state Connected Connectio

  • MacBook Airport Issues After Update

    Hello. After performing the most recent Software Update, my wireless Airport in my MacBook has been acting erratically. I never had these problems with it before the update and I know it's not the router because other wireless notebooks don't have th