New web site set up

How can I create a web site not linked to a current one? In other words in its own folder?

You can have multiple indivicual websites in one iWeb Domain file. This Domain file of mine has 7 individual sites in it:
If you have iWeb 3 each site can be piublished individually to wherever you'd like, a folder on your hard drive, MobileMe (to be discontinued after June 30th or an FTP hosting server.
OT

Similar Messages

  • Firefox is a bit slow all through; can I display message in my new web site that visitors should view it with Firefos?

    I will be setting up a new web site soon. May I put a note and a link on one of the pages advising people to utilize the site through Firefox? The latest Firefox seems to be a bit cumbersome with loading pages; I have WinXP Pro.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Cant get @font-face to work on my new web site

    Hi everyone,
    I Cant get @font-face to work on my new web site.
    I tryed it before on other web sites and it worked just fine.
    Here is the code i am using:
    CSS:
    @charset "utf-8";
    @font-face {
    font-family:"Caviar Dreams",sans-serif !important;
    font-style: normal;
    src:url ("../fonts/CaviarDreams.ttf") format('truetype');
    src:url("../fonts/CaviarDreams.eot") format('eot');
    src: url("../fonts/CaviarDreams.svg") format('svg');
    src:url("../fonts/CaviarDreams.woff") format('woff');
    src:url("../fonts/CaviarDreams.otf") format('otf');
    /* Simple fluid media
    Note: Fluid media requires that you remove the media's height and width attributes from the HTML
    http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
    max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
    width:100%;
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile: 5;
    dw-num-cols-tablet: 8;
    dw-num-cols-desktop: 10;
    dw-gutter-percentage: 25;
    Inspiration from "Responsive Web Design" by Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design
    and Golden Grid System by Joni Korpi
    http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    body{
    background-image:url(../images/background/wraper_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:100% 100%;
    font-family:"Caviar Dreams", sans-serif !important;
    .caviar{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif ;
    .index_bg{
    width:100% !important;
    height:100% !important;
    background:url(../images/graphics/index_bg.png) !important;
    background-size:cover !important;
    .welcome_image{
    position:absolute;
    top:35%;
    width:95% !important;
    margin:2% !important;
    .nav{
    color:#FFFFFF !important;
    font-family:"Britannic Bold" !important;
    font-size:14px;
    font-weight:lighter !important;
    .background_white{
    background:rgba(255,255,255,0.7);
    .background_black{
    background:rgba(0,0,0,0.65);
    .background_black_2{
    background:#000 !important;
    .background_noir{
    background:rgba(179,1,1,0.7);
    .background_purple{
    background:rgba(152,131,201,0.7)!important;
    color:#FFFFFF !important;
    width:100% !important;
    height:25px;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    .background_purple:hover{
    background:#FFFF00!important;
    color:#000 !important;
    width:100% !important;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    .white{
    color:#FFFFFF !important;
    .black{
    color:rgba(0,0,0,1) !important;
    .red{
    color:#B30101 !important;
    .yellow{
    color:#FFFF00 !important;
    .black_span{
    background:#000000 !important;
    color:#FFFFFF !important;
    margin:1% !important;
    margin-left:5px !important;
    padding:5px !important;
    .black_span_margin1{
    margin-left:0px !important;
    .black_span_margin2{
    margin-left:0px !important;
    .border_white{
    border:3px solid #FFFFFF !important;
    margin:0px !important;
    padding:0px !important;
    .border_gold{
    border:0px solid #000!important;
    margin:0px !important;
    padding:0px !important;
    h1, h2, h3, h4, h5, h6{
    font-family:"Britannic Bold" !important;
    font-weight:lighter !important;
    color:#FFD700 !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    p{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
    color:#FFFFFF !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    .text-small{
    font-size:12px !important;
    .caviar{
    font-family:"Caviar Dreams" !important;
    I am trying to use the font Caviar Dreams on my new web site but i cant get it right,
    Can anyone tell me what is wrong.
    And also i would like some help with IE9, it seems the header is displaying in blue instead of black on IE9 and 10.
    My web site adrees is marcoalexwebdesign.site11.com  .

    I already fixed the issue, it seems trhat in dreamweaver the fonts ttf , otf, etc must be in a folder named webfonts, and then dreamweaver connects the fonts stylesheet to the main stylesheeet with @inport.I had to unisntall the fonts from my windows and download them again and add tehm with dreamweaver add web fonts feature.
    Thanks ayway.

  • I cant create new web-site

    hello,
    i downloaded some iWeb templates and installed them. they work so far.
    but since i added those templates i cant do several things:
    -i cant create a blank web-site
    -i cant create any web-site with my other user accounts
    i got 3 users on my mbp. only 1 user allows me to create new web-sites. if i log in with another user (i also tried to create a new user) then i only get a grey + in the lower left corner of my iWeb. grey means i cant click it.
    i deleted iweb preferences already. what else can i do to solve that?
    is it a good idea to delete iweb from aplication folder and install it again? is there a full installer?
    thx 4 any help, ichi

    Can you do this in some user accounts and not others, as the case for the original poster, or is this a problem across the board?
    If all the controls are greyed out, the easiest potential fix is to open iPhoto, select some pictures/and or an album there and click on the iWeb button at the bottom of the iPhoto window. This should "force" iWeb to create a photo page.
    It that doesn't work, you will need to try to download one of the iWeb upgrades. Which version of iWeb are you using?

  • HT4623 I do not like the new iOS 7 operating system on my iPad.  I do not like the Safari works, I do not see a way to enter or search for a new web site.  Is there a way that I can go back to the older operating system?

    I do not like the new iOS 7 system on both my iPad 2 and iPhone 4S.   I can not like the way Safari works, I can not see a way to enter name to search for new web sites.  Is there a way I can go back to the old iOS 6.1.5 operating system on my devices?  Thank you.

    I can not see a way to enter name to search for new web sites
    Put your search terms in the combined URL and search bar at the top of the browser (exactly the same as you do in most modern desktop browsers such as Chrome, Safari, Explorer). There is no separate search box, just use the box where you enter web addresses.
    And no, you cannot downgrade.

  • On my new web site Dashboard, when making any Chamges or Updates, I either get a AJAX Issue or FF CRASHES, is there a Fix for this?

    * Length of time - last 4 months, starting with FF V16 thru V20.
    * Frequency - On every dashboard attempt to Update my new web site pages, using RedFrame.com.
    * Errors - window message - "AJAX issue here - 0 Reason -error" when update icon Hangs or Freezes. (photos available).
    * RedFrame Support - Crashes & hangs are attributed to Missing, Corrupt, or Old Code on FireFox.
    * Web browsers either not affected or minimally affected - Google Chrome (most stable) and Safari (less incidents)

    I'm curious about this part --
    ''RedFrame Support - Crashes & hangs are attributed to Missing, Corrupt, or Old Code on FireFox.''
    -- did they suggest typical troubleshooting methods such as:
    * Clearing your Firefox browser cache
    * Removing your redframe.com cookies
    * Testing with add-ons disabled
    For the first two: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Cmd+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    Firefox menu > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    Tools menu > Page Info > Security > "View Cookies"
    Here you can individually remove them. Then try reloading the page and logging back in. Does that help?

  • WHATS THE FIRST STEP TO ADDING TEXT TO YOUR NEW WEB SITE?

    WHAT'S THE FIRST STEP TO ADDING TEXT/CONTENT TO MY NEW WEB SITE?

    Create a new file of the HTML type. (CTRL-N). Then type or paste text.
    Images you add to your new site must first be included in the site folder. Then you can drag and drop them.

  • New Web Site   - Have a look

    Hi... I've been working on a new web site for quite a while.... I've finally published it. Have a look at it and let me know what you think.
    Mainly done with iWeb
    Thanks I appreciate the feed back.
    http://www.HeCanFixIt.com

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • New web site

    I have created, and uploaded a web site in my own domain.
    I created another one web site, and I want to upload it too in the same domain.
    I press on"Publish" and the process starts, but when I go to the site I only see the first one.
    How can I upload differents web sites and see them all?

    I am having similar problems with my iWeb 08 sites. I have 6 'sites' under my .mac domain. I split them into separate domains and was able to publish and maintain them with the previous version of iWeb.
    Earlier this week, I upgraded the iLife software I use on to publish several of the websites I maintain. The iWeb 08 application makes it easy to create and maintain nice looking websites with web log, web gallery and other high end functions. One of the functions that was added was the ability to publish directly to domains you own.
    I, being the geek I am, upgraded immediately. I began by opening up all of my iWeb based sites so that iWeb 08 would update the site to be compatible with the new version. I then published each site to .Mac. I also was trying to set up what Apple calls ‘personal domain’ forwarding.
    Somewhere along the line, things went haywire unbeknownst to me. As I published each site, I surfed over to make sure everything looked good. I as quite happy with the results. The changes to iWeb improved the readability of the site and made navigation a little easier.
    HOWEVER, once I was done publishing all of the sites, I found a MAJOR problem. Once I was completely done (or so I thought), I went back through all of the sites. When I hit the second site, my browser said the site was unavailable. I republished the site in question and the site came back up.
    The rest of sites, including the site that was previously working, were unavailable. After a few tries, I finally figured out that only the last site I published was available and the rest were broken. I eventually decided to leave well enough alone for now and contact Apple for support on 8/14. I am still waiting for a response as of 8/18. Apple usually responds within 24 hours but no such luck this time.
    The fact that they've already published an iWeb update, the discussion forums are quite busy with chatter about iWeb problems, and Apple has not responded in its usual 24 hour period indicates to me that Apple may published the upgrade with less than adequate testing. I am disappointed to say the least.

  • Creating a new web site -- updating an old one

    Hi all,
    I have a web site that I haven't updated in maybe five years. I didn't have the Mac then. I created it with Microsoft FrontPage.
    How would I go about updating this site from my Mac?
    I might just want to start completely over with a new design and content. What tool/program do you recommend? Is there a way to see what I can do with it before buying anything? Is there a free program that I can get started with?
    Thanks!
    Message was edited by: Bruce Delaplain1

    Hi Bruce,
    Yes, you can keep your domain name to use with iWeb. After completing it, publish your completed site to a folder instead of .Mac and then use an ftp program to load to your personal domain. Obviously you would need to remove the original folders that you created in FrontPage. You do loose some of the functions of iWeb by doing it this way though.
    You can also go to your .Mac account and add your personal domain and then use a CNAME alias to point iWeb to your personal domain. This might be the easier way to do it.
    I don't think iWeb and iLife 08 are compatible with OS 10.3. You would have to upgrade to at least OS 10.4. I had an old iMac with 10.3 and I never had iLife on it. I did however have a MacBook with 10.4 and that had iLife 06 on it. I now have iLife 08 which is even better.
    Good luck. I am also in the process of updating a website of mine that I originally created with FrontPage on a PC with iWeb. I have two websites and decided to do this for the sake of uniformity but with different colours. I think you will be pleased with the result. My new iWeb site looks fresher in comparison to my now dull and boring FrontPage site. iWeb certainly looks more professional than FrontPage.

  • I don't loose all my favorites on this new web site do I

    I am just setting this web site up and I don't want to loose my favorites or my faviortes bar that is the most inportment to me

    You can (and should) make a backup of your personal Firefox data.
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    *http://kb.mozillazine.org/Profile_backup

  • Can´t add a new web site in iweb

    My web site is completely blocked, even all the options to do things in my iweb are in grey so I can´t do anything with it, please help???

    Is there a domain.sites2 file in Home Folder/Library/Application Support/iWeb?

  • Stupid web site set up.

    In trying to clean some crap off my pc. I uninstalled the version of Adobe I had installed early Dec. this year. When I then tried to contact a website I used all the time it wouldn't show until I re-installed Adobe which I did.
    Now the web site shows but it says a potentially harmful site is trying to access my computer. It gives me the options of clicking ''settings'' if I want to let it access and the other option is ''OK''. Excuse me for being obstinate but if ''settings'' is for ALLOWING access, then what the hell is OK for????? Sometimes I think I'm working with complete idiots.
    I'm not going to click something which I have been warned is potentially harmful and I'm not going to click OK which in any REAL universe would ALSO mean accept the thing which is potentially harmful.
    Secondarily, I wish they would give a phone # to talk to an actual person with a problem. They never seem to have a problem giving a # one can call to BUY something but heaven forbid someone who is already a customer should want some help in using the product THEY HAVE ALREADY PAID FOR.

    First things first. Flash Player IS FREE. If you've "paid for it" you didn't do it here.
    Second, the "potentially harmful" notice is about a "local" (on your hard drive) HTML or SWF file trying to connect to the internet through Flash Player. It pops up for ANY file that attempts to connect, because that's a common way to deliver malware to an unsuspecting user. I've developed Flash content since 2007 and I've seen it hundreds of times for files I made myself so I KNOW they're safe. 
    It's a standard alert and can be easily worked around following these steps:
    1. navigate to: http://www.macromedia.com/support/documentation/en/flashplayer/help/se ttings_manager04.html
    2. click edit locations
    3. click browse for folder
    4. find the folder that contains your html and swf and click ok
    5. you should see that folder in the "always trust files in these locations" field.
    6. using your file browser, navigate to that now trusted folder and open the flash-published html in your web browser.
    7. click your button.
    If you still feel you need to talk to someone over the phone, you can call:
    1 (800) 833-6687
    That's available Monday thru Friday 6am to 7pm (PST)
    And..
    It's $39.99 per call, which MUST BE prepaid, and that applies whether or not your issue can be, or is, resolved.

  • I hear i-web will end next year. Does this mean I shouldn't design new web site using i-web

    I have just learnt how to use i-web and I am designing web sites for 4 business. Should I think twice about this? I am concern that I will have to do it all again next year.
    Mashable reported today that when i-cloud comes into play next year, i-web will no longer be supported.
    Can any one enlighten me further
    jfrombideford

    Unfortunately, Apple isn't a trustworthy Software Developer anymore. There is no continuity in their applications development. Innovation is one great thing - Reliability is also vital for a relationship (Apple <-> Customer) I'm sad to see that they are not as innovative and not as reliable as they used to be.
    I guess these great applications like iWeb have been programmed by just one or two developers and since the went on never ending holidays with the profit of their shares - no one is able to continue the work due to chaotic organisation (like in the early days).
    I'm really sad to say that, but you rather choose a web design tool from a professional software company like Adobe or one of the other nice applications like RapidWeaver, Sandvox, Freeway Pro....
    Sad story, really!

  • Several times while attemping to access new web sites it said that I needed Adobe Flash and would not let me access the site.  What is the answer?

    Seeveral times while atttempting to access various web sites I get the message can not access because I do not have Adobe Flash.

    Email the webmaster of the sites, tell him or her to get into the 21st century and stop using Flash.

Maybe you are looking for

  • How to find out a file from client machine

    hi all, I want to read a file from client machine, like a outlook express file in which all the address are saved, using servlet. Initially i do not know the file path for that file, How i can read that file. plz help me thanx in advace Manish

  • How do I access the link on embedded emails on my iPhone?

    When I receive a mail with an embedded linked image, I can only save the image and not click on it to access the URL.  However if that image is image mapped, it becomes clickable OR if the image is referenced instead of embedded it is also clickable.

  • Can a 200 mb pdf nitro be converted in word document in trial version of acrobat XI pro

    can a 200 mb pdf nitro be converted in word document in trial version of acrobat XI pro

  • Movement Type 541

    Hi All, I am using the movement type 541 for GI .I have attached a ZFORM OF WESCHEINVERS3.I have Two line items for a material document number.For line item 10 i have posted the document and not for line item 2.But in the print preview its giving me

  • Update Measurement Point with new Position

    Hi, I need to update existing measuring points with new measurement positions. I was looking at FM "MEASUREM_POINT_RFC_SINGLE_002", but don't know how to pass the new Measurement Position to that. Can anybody please let me know how has already implem