Add iWeb pages to .mac main page

Hi all,
I've just created two new pages with iWeb; I've put a photo with a link in my .mac main homepage and it works fine; however, I don't know how to add those two pages at the top of the main homepage menu where all the names of my .mac pages appear one next to the other.
Is there a way to add the page title with its link?
Thanks,
Antonio

You probably need to make a new page in homepage and then edit its html so it is just the code to redirect to your iWeb.
http://www.web-source.net/html_redirect.htm

Similar Messages

  • HT202879 Pages on Mac and Pages on IPad

    With up grade in pages last fall all my docs in Mac were lost......luckly they were in pages on Ipad where they remain. 
    Is there anyway to sync them back into Mac?

    Pages for iPad understands documents stored in iCloud, or locally on the iPad. If you use the former, both your iPad and Mac must be using the same Apple ID, and be signed into iCloud. Additionally, you will need to enable Documents & Data under iCloud on each device. This is in Settings > iCloud on IOS, and System Preferences > iCloud on OS X. Note on the latter, that there is an options category under Documents & Data. Check the Pages item in that sublist.
    In Pages on your Mac, from the open dialog, choose the iCloud tab, and the documents that display there can be option+drag/drop to copy to your Mac, or simply drag/drop to move to your Mac. Bear in mind that if these are Pages ’09, or IOS Pages v1.7.2 documents, that you probably want a backup of them before opening in any release of Pages v5, due to irretrievable conversion into the v5 document architecture.
    For documents local on your iPad, connect the device to iTunes with a USB cable. When your iPad appears under DEVICES in the left iTunes panel, select it. For the associated tabs for your iPad, click on Apps, and then scroll to the bottom where applications that can share documents is located. Pages will appear in this location, and any local files  on your iPad will too. You can simply drag them from the panel to where you want them on your Mac.

  • Pages to .Mac home page?

    Greets... am exploring pages... considering using it as a simple online showroom/catalog...
    trying to find simple way to drag a created pages catalog over to a .mac account...
    thanks
    --Michael McGettigan/phila pa

    Sharon,
    have you told your friends of the Acrobat Reader plugin? As I know you can download it for free from the Adobe website (if it isn't in the normal Acrobat Reader installation package).
    In what format have you put the PDF on the server? Is it a pure "nameOfFile.pdf" in an anchor element like: <a href="nameOfFile.pdf">nameOfFile.pdf</a>? If yes, I see no problem for downloading (even if it is a Internet Explorer )
    As I know, in Internet Explorer you can click with the right mouse button on a link and there is a menu item in the appearing contextual menu that means "download the link target" (it's not that title, but the meaning). That should work in every situation, it doesn't matter what kind of file you want to download.
    This is all I can tell you by now.
    Frank.

  • Javascript window.open always focus back to the main page

    Hi , my web ibanky.com if u click "board" button
    new windows will open when windows load finish
    the brower will bring me back to the main page. why is this the case?
    Thanks

    It seems the focus sometimes goes to the main page because your main page is getting submitted. To prevent the main page from being submitted, try using the following for your Button's onClick property:
    var f = function() {window.open('http://ibanky.com/board'); return false;}; return f();

  • Iframe page refreshing main page

    Hi,
    I have a form on page one, and also an iframe containing a form on page 2. I'd like to be able to edit the data on the form inside the iframe, and then upon submitting it, have the main page refreshed. Some of the data displayed on the form on the main page is affected by entering data on the iframe page, so this is the reason for it. One possibility I thought of was branch on the iframe page to the main page, and then having some way that the main page could detect that it was loaded in a frame and "break out" of the frame automagically. I hope this makes sense.
    Thanks,
    Mike

    Hello,
    Yes the function should be on your main page.
    As for content it depends what you want to do the easiest would probably be just to force a a whole page refresh which is as easy as just callling parent.doSubmit(); from the iframe page and making sure the parent page has an uncodtional branch to itself.
    A more complicated example is something more along the line of this example.
    http://apex.oracle.com/pls/otn/f?p=11933:17
    Click the show detail link which opens an iframe then click the RowCallBack() button which calls this javascript.
    function RowCallBack(){
    var lRow =parent.g_LastRowOpened;
    var lCells = parent.g_LastRowOpened.cells;
    for (var i=0;i<lCells.length;i++){lCells[i].style.background = '#CCCCCC'}
    Carl

  • Tip: How to link to a non-iWeb page in the main navigation menu.

    I've figured out an easy way to add a link to the main navigation menu which links to a URL of your choosing. For example, I have an older .Mac site using the now archaic HomePage. Instead of rebuilding all of my old pages in iWeb, I thought it would be nice to add a link to the old site from the top main navigation of the iWeb pages. Sounds easy, right? Apparently Apple has other ideas as iWeb doesn't allow you to do this.
    Here's a work-a-round:
    Step 1.) Open iWeb and add a new page to your iWeb site. Pick any template, it doesn't matter which one.
    Step 2.) Change the page name to whatever you want using the page inspector. Whatever you choose as a name here will be reflected in the main navigation menu. For example, I named my page "Photo Archives".
    Step 3.) You don't need to edit this new page at all. In fact, we're going to erase all of the content in it later. Now publish your site.
    Step 4.) If you're using .Mac, mount your iDisk to your desktop. Then navigate through the folders to: Web -> Sites -> iWeb -> <Your Site Name>. If you're hosting your site somewhere else, navigate to your root directory.
    Step 5.) You should now be looking at all of the files which make up your iWeb site. Open the dummy page we created in Step 2 in a text editor. I used BBEdit, but TextEdit (see note below) will work just fine. For example, my dummy page is named "Photo Archives.html".
    Note: If you're going to use TextEdit, you need to select the checkbox "Ignore rich-text commands in HTML files" from the Open & Save pane of the Preferences dialog PRIOR to opening the file from your iDisk.
    Step 6.) Select all of the text (Command-A) and Delete.
    Step 7.) Paste the following text, substituting the URL you want to link to.
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url=http://www.mydomain.com/mypage.html" /></head><body></body></html>
    Step 8.) Save the file. You're done! You now have a link in the main navigation which goes to any URL you want.
      Mac OS X (10.4.4)  

    Hi,
    I'm OK to step seven but in your example can you highlight or make bold the "url address part " I'm to replace with my own?
    Thanks!
    Step 6.) Select all of the text (Command-A) and
    Delete.
    Step 7.) Paste the following text, substituting the
    URL you want to link to.
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d
    td"><html
    xmlns="http://www.w3.org/1999/xhtml"><head><title></ti
    tle><meta http-equiv="refresh"
    content="0;url=http://www.mydomain.com/mypage.html"
    /></head><body></body></html>
    Step 8.) Save the file. You're done! You now have a
    link in the main navigation which goes to any URL you
    want.
      Mac OS X
    (10.4.4)  
    G4 iMac,1.25 iBook, G4 Tower   Mac OS X (10.4.3)  

  • Traffic to iWeb pages not tracked on .Mac home page?

    In the My Pages section of the .Mac home page I see only some traffic data from my old home pages built site. The titles of some of my new iWeb pages appear, but no traffic data. Is there something I have to do to the page to have it tracked?

    Add a counter to your page. It's under the Insert menu.

  • Why won't my "searchpreview" add-on work from my browser search box since Firefox updated to 3.6.16, but it works when I do it from the Google main page??

    Since Firefox updated itself to 3.6.16 earlier today, when I search for anything in my Google search box on the browser, it always used to show me thumbnails when the Google page came up. Now there are no thumbnails appearing, except if I go on the Google main page and search from there, the thumbnails still appear. Whe it updated, the browser automatically searched for incompatability problems with my add-ons but nothing appeared to say Searchpreview was incompatible.

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • IWEB does not delete old pages on  .mac account when changes are made.

    I deleted one "movie" page and added a different one via IWEB. I changed the name of the site. I saved it to a folder on my drive and updated the .mac account.
    When I checked my .mac folder, WEB>Sites>IWeb contains a folder with the new site name. That folder contains each of the pages and associated folders, html's.
    However, using a previously saved .html, I can still access the old named web site which contains the un-desired deleted page. That deleted page and the entire site funtion as though it was never removed.
    This "removed site" and all its pages does not appear any place in the .mac account's file listings.
    What is happening that I can't remove a page using the procedure listed in the IWEB documentation?
    Anyone have any thoughts?

    However, using a previously saved .html, I can still
    access the old named web site which contains the
    un-desired deleted page.
    Was the old site also produced by iWeb? Why are you "saving to a folder on your drive and updating the .mac account" instead of publishing directly into .Mac?
    That deleted page and the
    entire site funtion as though it was never removed.
    This "removed site" and all its pages does not appear
    any place in the .mac account's file listings.
    Are you sure they are not in the Sites folder used by Homepage? What is the url?
    If they really are not anywhere on your iDisk, then perhaps they are being cached somewhere and will eventually disappear.

  • IWeb site not in .Mac start page

    My site used to be in the .Mac home page but I changed the name (just took out 2 underscores) and my site is no longer there. I tried to look on "homepage" but it isn't there either. I "Published to .Mac" and I can log into the site but it isn't visible from .Mac home.

    I see. Well, I guess give it some time to show up again in the .Mac homepage. I'm sure it will.
    If you are really into counting hits and would like to see the wealth of information that can be gathered on your visitors (and also be able to visit your own page without getting counted), you might like to check out http://www.statcounter.com and add the free counter code to all of your pages.
    This takes a little bit of HTML editing, but you can automate this process with a program called iComment or MassReplaceIt.

  • IWeb Main Page Not Showing

    I've researched to death and tried everything but can't fix this.
    Recently did a clean install on my iMac and since then iWeb won't work.
    I have :
    - Reinstalled from original disc then updated to latest version 3.0.4
    - Deleted the com.apple.iWeb.plist file and com.apple.iWeb Cache Folder, restarted, and tried opening again
    - I have removed my domain.sites2 file to try and open iWeb and initiate making a new site
    iWeb is fully loaded and operational - in Activity Monitor it does not have a red flag - shows as being operational. I can access iWeb's Preferences, open and close various Inspectors, but the main window is simply not visible.
    I am on Lion 10.7.2
    I had updated my website using iWeb while on Lion 10.7.1
    I have a small business and my website is outdated and will be losing me new customers at this point who will think I don't have the latest stock and information.
    Any help appreciated - naturally no need to reply if 'fixes' are as per other posts and noted as having been tried above.

    Where is the main page not showing?  In iWeb or online?
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain or from  Toad's Cellar.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Hosting iWeb entry pages on .Mac & video files on own server

    Hi
    I am trying to establish whether there is any real point in hosting a podcast on .Mac because of the bandwidth cost. Is there a point in publishing the podcast entry pages to .Mac, but hosting the video files on another server where I can get cheap bandwidth? Seems like less of a hassle to publish new entry pages if I'm going to podcast using iWeb. How do I make sure that iWeb doesn't upload versions of the video files to .Mac when I publish? ie. only the links to these files on the other server are published to the new entry pages on .Mac?
    Tks Guys & Gals

    Don't worry, actually worked this out. There is no point in hosting any part of the podcast on .Mac. Just figured out how to browse to new ftp location in iWeb. Sorry, Mac newbie

  • IWeb Podcast Blog: Main Page Only Allows 5 Episodes: Submitting to iTunes

    Hello-
    I have a podcast published with iWeb '08's podcast blog. I noticed that the main page of the podcast only shows previews of 5 episodes that you can click on. I know that you can easily change this with the inspector, but I don't want to have to many on the main page which will cause long page loading times. The problem is, in the RSS feed, it only shows the five episodes on the main page. I submitted this RSS feed to the iTunes store and got it accepted, but, just as I suspected, iTunes only shows the episodes in the RSS feed. *Is there a way to get a RSS feed for the archive of my podcast? If so, how can I change the feed iTunes has?* Could I just insert a RSS feed button on the archive page? Would that work?
    Thanks for all the help-
    If this helps, my podcast is located at www.greatcommercialspodcast.com
    Rafael Sands

    If you go to the podcast page and use the inspector, clicking the RSS button at the top of the inspector window, then click blog you will see that it allows you to change the number of episodes shown on the main page. Could it be this?

  • ITunes Store main page???? (mac)

    Dear Apple Support Communities,
    I am a big Apple fan from Hungary, and I have a serious problem. When I want to check the new apps or songs in the iTunes Store on my mac, I can't see the MAIN page of the iTunes Store. And on top of this when I want to check the details of a song, I can see the title and the author, but for example I can not see the album artwork as well. And I can't go to the APP store, from the main page, because I can not see the...button. I think this is a special problem but I hope you guys can help me. I am from Hungary so my english is not perfect, yet.
    Please help me!

    jr5000 wrote:
    ...  When ever I access the iTunes on the iPhone it never starts. Screen goes white for a second and then returns to the main page.   How do I fix?
    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If no joy...
    Reset all settings
    Settings > General > Reset > Reset all Settings.
    This will return all iDevice settings to factory defaults... you will not lose any data.... But you will have to re-enter all of the device settings.

  • How do you add a contact shortcut on the main page?

    On my Droid X I was able to add a picture of my favorite contacts on my main page and call them with one-touch.  VERY CONVENIENT!   I got a Droid RAZR MAXX HD last week, but cannot seem to find where I can add a contact shortcut.   Anybody know how to do this? Thank you in advance for your assistance.

    If you want to have a contact set up on a home screen where it defaults to either sending them a text or calls them at a certain number
    Select the "APPS" button, scroll at the top to "Widgets": scroll till you get to "Direct Dial" ( if you want to phone them) or "Direct message" if you want to text message them.
    Once you place the icon on a home screen it will open to your address(phone) book where you choose the contact.
    This way you can add as many individuals and their preferred  method of contact as you want.

Maybe you are looking for

  • Placing New Infinity Order - No Ports Avilable

    Hello everyone, I have recently moved into my first house (January) and wanted to get broadband in straight away, unfortunatly I was unable to get Fiber as it hadnt reached my area yet (due 01/03/15) so i bought the standard copper broadband as a sto

  • Submitting a Form in a Spry Tabbed Region

    I have a spry tabbed region with 6 tabs. I have constructed a menu which targets and opens the specific tab using the ?tab=4 type notation.  I have also created links between tabs using the same notation.  All works fine. I have a form in one tab whi

  • Adding a record in a database using the jbutton

    hi i'm a newbie of jdeveloper.. i just wannna ask how to code adding a record in a database POSTGRESQL using the jbutton.. i already connected in the database but in the model form it has already navigation buttons.. but i want to learn how to code t

  • Importing multiple pdf's in infoview at a time.

    Hi , As you know through infoview we can import pdf, word or excel file which are in our local system through infoview. Steps: In infoview --> New -->document from local computer --> pdf We browse and select them into infoview. Is there any possibili

  • Importing to multiple hard drives?

    Hi, For some reason, when I import footage, it is making copies under an Untitled folder on my Mac as well as my external drive.  I want everything to just go onto my external.  I've been trying to figure this out...how I can just get it to copy onto