Change iweb page with html

what code can I snipplet to cange to a page in iweb using the refresh and timer method?

Try using Cyberduck (set to UTF-8) to upload your site. Some people find this solves the problem without the need to change page names.
http://cyberduck.ch/

Similar Messages

  • Building an iWeb page with expandable thumbnails

    building an iWeb page with expandable thumbnails.  http://web.me.com/apocolibri/Site_2/Current_Exhibition.html
    <Title Edited by Host>

    Hey Old Toad,
    Here's what I'm referring to: http://www.lawrencebeck.com/lawrencebeck.com/Portfolios/Portfolios.html
    I built this page for my site last year and can't remember how I was able to have these thumbnails expand when I clicked on them.  This is what I'm trying to do with the new page.
    Thanks.

  • Upload Iweb pages with FCKeditor

    Hi,
    can i upload html , css and Js using editors like FCKeditor?
    where should i embad the JS code ?
    yac

    can i upload html , css and Js using editors like FCKeditor?
    Never heard of that one. Most people upload iweb pages with a standard ftp client or a web editor which has an ftp app built in.
    http://www.pure-mac.com/ftp.html
    http://www.pure-mac.com/webed.html

  • How can I change of page with double click on my I-pod nano 7th generation?

    How can I change of page with the double click feature on my I pod nano 7th generation?

    I can't really understand what you are asking. Can you elaborate?

  • 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.

  • How to Change iWeb page themes after the page has already created?

    Once you have created a page with a theme and saved it, and then later you want to change it to another theme... How does one change theme without recreating the page?
    Also, How does one add background music to a page once it is opened?
    Thanks!
    T.

    I too am wondering about your first question, but I have found a workaround for your second question.
    First save the audio clip as a mov file in quicktime, then place it somewhere on the page. Make it small and out of the way and hide ot from site.
    Now publish the site. Then you will have to change the HTML. Open text edit and select "Ignore Rich Text Commands". Open the iDisk icon on the left and find the Web folder then follow this string Web/Sites/iWeb/<Your Site Name>/<then the page name folder, example: "Home_files">/then "Home.js"
    Once opened find the quicktime file use the find feature it will list the properties twice, the second listings are the ones you want to change. Change controller="true" to controller="false". Then autoplay="false" to autoplay="true" and loop="false" to loop="true".
    If you change that specific page and republish you will have to do this again, but only if you change that page. You will not if you rebublish and you had made no changes to that specific page.
    Hope this helps.
    Pastor Josh
    http://www.kentchristiancenter.org
    http://web.mac.com/highergroundyouth
    MBPro 2 GHZ 2gigs, Ipods: 80gig Video, 512 Shuffle, 4gig Silver Mini   Mac OS X (10.4.8)  

  • Change iweb page names

    Hi,
    I'm portuguese and I'm trying ou iweb to build a small website. If I create a new webpage with the name "Decoração" when I try to publish it iweb automatically creates an .html page with the name Decoração.html. When I try to view the published site every accented page doesn't work. Is it possible to change the .html name from those pages within iWeb to something like decoracao.html for example?
    thanks
    Mario Barros

    Try using Cyberduck (set to UTF-8) to upload your site. Some people find this solves the problem without the need to change page names.
    http://cyberduck.ch/

  • PHP page with HTML and /HTML DOCTYPE ??

    The sample forms that come with my formmail script start out
    with a <php
    and ?> then has embeded php code within the following
    <html> - but no
    DOCTYPE is specified.
    Do I need a doctype in this kind of document?
    Where should it to?
    Above the initial <php?
    After the ?> and before the <html>
    OK - dumb question, but Quirks is bad and I don't know the
    answer.
    Dan H.
    (I'm not ready for XHTML yet.)

    > The HTML 'will' validate but I expect the PHP will cause
    the W3C valuator
    > to
    > hickup.
    The W3C validator will never see the PHP since it will have
    already been
    stripped from the page by the server before uploading the
    resulting HTML
    page to the validator.
    > Is there really any value to ending the document file
    name with '.php'
    > versus '.html'?
    Of course if the page contains PHP then there is (unless you
    have your
    server set to parse all file extensions). And, in general,
    there is a
    benefit to naming all pages with *.php extensions in that if
    you ever decide
    to add PHP scripting to any page in your site, you don't have
    to worry
    about search engine ramifications when you change that file's
    extension.
    Good luck Dan!
    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
    ==================
    <[email protected]> wrote in message
    news:C5B9D4F2.241E4%[email protected]...
    > Thank you Dave and Murray,
    >
    > This discussion is exactly what I needed.
    >
    > My plan is to produce <HTML> pages (ending in
    '.html') that also contain
    > PHP
    > code ( <php ... ?> ) within the html arguments.
    Some of this PHP will
    > calculate filenames to link to.
    >
    > The pages will begin with an 'html 4.0.1 transitional...
    Etc.' statement
    > followed by the <head> ... etc.
    >
    > The HTML 'will' validate but I expect the PHP will cause
    the W3C valuator
    > to
    > hickup. I'm guessing that this will NOT put me back into
    'quirks mode'.
    >
    > Is there really any value to ending the document file
    name with '.php'
    > versus '.html'?
    >
    > BTW:
    > I'll miss this forum. Everything I've learned about
    Dreamweaver over the
    > last several years and nearly everything I've learned
    about coding - I've
    > learned from reading posts in this forum by Dave,
    Murray, Al, Patty,
    > etc...
    >
    > Most of the information that is valuable to me came from
    responses to
    > questions asked by others.
    >
    > It's like the passing of a cherished era - you know -
    like the '50s...
    >
    > I wish you good fortune my friends.
    > I urge you to stick together, find an online home, and
    let the rest of us
    > know where it is so we can come and visit.
    >
    > Dan H.
    >
    > PS
    > My neighbor says it's President Obama's fault!
    > The fellow got elected preaching 'CHANGE'.
    > Now everybody's doing it and nobody has any ;^]
    > ...................................................
    >
    > [email protected] wrote:
    >> Do I need a doctype in this kind of document?
    >
    > If it contains HTML, yes.
    >
    >> After the ?> and before the <html>
    >
    > Immediately before the opening <html> tag.
    >
    > ...................................................
    >

  • How can I send email from an JSP page  with HTML format either using jsp

    hi,
    I have an jsp page with online application form,after compleating the form if i select submit it will send all the compleated data to the mail id we mentioned in the form tag,for this i am using javascript,but instead of receiving the data in the format of strings,my client want to receive the data in the same format as he's filling in the jsp page(html format) through e-mail.any help would be appreciated.the fallowing is the code right now i am using for email application.
    <code>
    function send()
    if(validatePersonalInfo(document.theform))
         document.theform.submit()
         location.href=location.reload()
    function validatePersonalInfo(form)
         var tmpStr ="";
         if (form.Name.value == "") {
              tmpStr = "Name";
              document.all.dName.style.visibility="visible";
              document.theform.Name.focus();
         else{
              document.all.dName.style.visibility="hidden";
         if (form.SSN.value == "") {
              tmpStr = tmpStr + ", Social Security Number";
         document.all.dSSN.style.visibility="visible";
         if(form.Name.value != "")
              {document.theform.SSN.focus();}
         else{
              document.all.dSSN.style.visibility="hidden";
    if (tmpStr == "") {
              return true;
         } else {
              alert("Please Fill the Following Fields: " + tmpStr);
              return false;
    <FORM NAME="theform" METHOD="post"
    ACTION="mailto:[email protected]?subject=Online Application Form for MinorityDealer." ENCTYPE="text/plain">
    <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="10" NOF="LY">
    <TH>
    <P>
         <FONT SIZE="3" FACE="Arial,Helvetica,Univers,Zurich BT">Online�Application</font></TH><BR>
    </TABLE>
    <table width="718" border="1" cellspacing="0" cellpadding="3" bgcolor="#CCCCFF" align="center">
         <tr>
    <td colspan="2"><font class="captionText">Name*�</font><br><input type="text" size="25" name="Name" class="bodyText">
    <div id="dName" name="dName" style="position:absolute;visibility:hidden"><font color="red">Name is Mandatory*</font></div>
    </td>
              <td colspan="2"><font class="captionText">Social Security Number*�</font><br><input type="text" size="9" name="SSN" class="bodyText">
              <div id="dSSN" name="dSSN" style="position:absolute;visibility:hidden"><font color="red">SSN is Mandatory*</font></div></td>
    </tr>
    <tr>
    <td colspan="2"><font class="captionText">Total Personal Assets</font><br><input type="text" size="10" name="TotPersAss3" class="bodyText"></td>
              <td colspan="2"><font class="captionText">Total Personal Liabilities & NetWorth</font><br><input type="text" size="10" name="TotPerLiab3" class="bodyText"></td>
    </tr>
         </tr>
    </TABLE>
    <IMG Valign="middle" name="imgSubmit" src="images/buttons/Submit.gif" width="66" height="29" border="0" alt="Submit">
    </code>

    Can any one do some help to solve this problem.
    Regards.

  • New computer, how can I sync my old published iWeb page with new compuer?

    I had my old macbook stolen a year ago in Italy. I created and published an iWeb page to .mac on that computer. My problem is that I cannot figure out how I can sync my old page on .mac to my new computer so that I can continue to use it and upload pics. Any suggestions? Thanks!

    Hello,
    and welcome the Apple iWeb Discussion Forum.
    Basically you can't figure it out because there is no way to get published pages back into iWeb. iWeb lacks of any html import feature. The only thing you can do is rebuild it by copying and pasting content from the published one to the rebuilt in iWeb. However for photopages that isn't a good idea, it's better to rebuild them from scratch (iPhoto).
    Be sure to make a backup of the domain.sites2 file (where iWeb stores) its files from time to time
    http://alyeska.altervista.org/en/iWebBackupWebsite.html
    Regards,
    Cédric

  • I have a number of pages with html extension in different files. Is it possible to merge them into one file? Is it possible to convert them into another file type such as PDF, MOBI, or EPUB? Thanks

    While downloading an eBook from internet, I found a book in a folder containing around 123 files, which is equivalent to the number of pages of the book.
    My interest is to bring them together in one file so that I can read it at a time. As the interface is not comfortable with html, I also like to convert it into another more suitable file format.

    Hello djensen1x,
    Could you please let me know what version of Acrobat are you using.
    Also, tell me your workflow of combining those PDF files?
    Please share the screenshot of the error message that you get.
    Hope to get your response.
    Regards,
    Anubha

  • Iweb page with social media links - HOW??

    I saw a page with a .me address so i think it is a IWB page that was only one page. A picture background and icons on the left for social media sites. When you click on the the information would show up on the right side of the page. How is that done in Iweb??

    Web.me.com is not the .me TLD. It's the .com TLD.
    http://en.wikipedia.org/wiki/.me
    And web.me.com does not automatically means iWeb.
    Look at the source.. Do you see :
    <meta name="Generator" content="iWeb 3.0.2" />

  • Combining PHP Pages With HTML Pages.

    Hi,
    I started building my site in Dreamweaver CS4 using HTML pages, not knowing until now that any pages with interactivity need to be php.
    If my site has seven pages, can four of them be HTML, and the rest PHP? If so, are there any special considerations I have to take into account? Is there anything special that would have to be done at any time during the process of creating the PHP pages, uploading to a web host, etc?
    If not, is there a way to convert the HTML pages directly to PHP, or do I have to basically start from scratch?
    Thank you.

    Better to be consistent.  You CAN have php,  htm, html and shtml pages in your site, but this could cause a server conflict if you accidentally upload more than one index page to the same folder.
    Simply rename your ***.htm pages to ***.php (F2).
    Remove ***.htm pages from testing and remote servers.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Will iWeb page with total of 28 MB video (4 videos, 7 MB each) load okay?

    My general question is, what is the maximum file size of video for iWeb page that will load relatively quickly? My specific question is: on one page, I plan to have 4 separate videos of approx. 7 MB each.
    Will this page load at an adequate speed? Thank you!

    What do you consider OK? There are a lot of users out there with very slow internet connections which might give up before the videos loaded.
    There is a way to have multiple videos on a page and not have them load until the play button of them is selected. This demo page shows how: Opening Item in a New, Precisely Sized Window. This demo page has 9 videos added that way: PhotoPresenter Animated Slideshow Themes.
    OT

  • Publishing in iWeb page With MONTH view being the default view

    Hi
    I'm using iWeb to publish a page, then editing the HTML code to include a non-scrolling frame that is my iCal calendar on it. It works ok EXCEPT that it defaults to a Week View on the web page, and that looks lame because for our purposes it should really default to a MONTH view.
    Does anyone know how to make this happen????
    I'm stumped!!!
    Unfortunately, I reached my bandwidth limit for this period (first time it's ever happened!) so I can't "show" you the page I'm talking about -- it's shut down until 3/16/07. Sure hope an iCal expert knows how to do this... ???
    Thank you!!!
    iMac   Mac OS X (10.4.8)  

    After not receiving any replies for a couple days, I took a chance and emailed James Tseng (someone who I saw has been very active and helpful on the boards in the past) directly at [jwtseng at rocketmail dot com] ...and he totally answered this question, and also said "Feel free to post the resolution to your issue on the forums so that others might benefit. You are also
    free to refer anyone else to contact me directly." So here it is -->
    Thank you for your email. You are always most welcome
    to contact me directly since my participation in the
    forums is not welcome anymore. I think I see what you
    are talking about.
    I published a calendar to use as an example... The
    default URL that iCal gives is here...
    http://ical.mac.com/jwtseng/Home
    And just as you mentioned, this resolves to a weekly
    view by default at this URL...
    http://ical.mac.com/WebObjects/iCal.woa/wa/default?u=jwtseng&n=Home.ics
    But if you click on the "Month" tab to switch views,
    the URL becomes this...
    http://ical.mac.com/WebObjects/iCal.woa/wa/default?d=1&u=jwtseng&v=1&y=2007&m=2& n=Home.ics
    So that's the secret, then. To get your calendar to
    display with the month-view by default, just use this
    fully-resolved URL as the src URL in your iframe
    function instead of the short URL. That should work
    perfectly for you.
    Let me know how it goes...
    James
    http://web.mac.com/jwtseng/iWeb/kate/MyWorld/MyWorld.html
    Thank you James!!!

Maybe you are looking for