2 websites; 2 different adresses?

I have two websites created on Iweb. I would like them published separately in two different addresses so they are not related to each other. What should I do?

You can publish them separately using the iWeb FTP or to a local folder...
http://www.iwebformusicians.com/iWeb/Publish-Website.html
Get a hosting account that allows for multiple websites, register the domain names and forward each to the appropriate site.
"I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Similar Messages

  • AP Divs (layers) move when I open my website on different window size.

    First of all, this is my first time trying to make a website.
    I'm doing an assignment for my class and i found it difficult for me to fix. I have spend 4-5 hours researching online but nothing work for me.
    Well,the problem is the AP Divs (layers) move when I open my website on different window size(iphone,ipad).
    The website only look right on 1366 x 786 resolution. Please take a look at my 2 pics below:
    And I don't know how to make the website to fit on the iphone and ipad so that I don't have to scroll down or sroll to the right to view the whole thing.
    Please someone help me!
    The code:
    <!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>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width" />
    <title>Boston Green Community College</title>
    <style type="text/css">
    <!--
    body {
        background-color: #3f7244;
        padding: 0;
        color: #8d0101;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #003702;
        text-decoration: NONE; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #028b66;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 0px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        width: 251px;
        height: 101px;
        z-index: 1;
        left: 871px;
        top: 10px;
    #apDiv2 {
        position: absolute;
        width: 228px;
        height: 60px;
        z-index: 2;
        left: 9px;
        top: 1397px;
    #apDiv3 {
        position: absolute;
        width: 273px;
        height: 198px;
        z-index: 2;
        left: 851px;
        top: 383px;
    #apDiv4 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 3;
        left: 242px;
        top: 120px;
    #apDiv5 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 902px;
        top: 178px;
    #apDiv6 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 857px;
        top: 171px;
    #apDiv7 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 455px;
        top: 547px;
    #apDiv8 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 853px;
        top: 113px;
    #apDiv9 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 5;
        left: 853px;
        top: 246px;
    #apDiv10 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 513px;
        top: 121px;
    #apDiv11 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 511px;
        top: 123px;
    -->
    </style></head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="Pictures/34d-1.png" alt="Insert Logo Here" name="Insert_logo" width="619" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" />
        <div id="apDiv11"><font color="#f4f1f1">
    <script type="text/javascript">
    var d=new Date()
    var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    document.write(weekday[d.getDay()] + " ")
    document.write(d.getDate() + ". ")
    document.write(monthname[d.getMonth()] + " ")
    document.write(d.getFullYear())
    </script></font>
    </div>
        <div id="apDiv1">
      <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
      <!-- The terms of service are available at http://www.google.com/cse/docs/tos.html -->
      <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
      <input type="hidden" name="cref" value="" />
      <input type="hidden" name="ie" value="utf-8" />
      <input type="hidden" name="hl" value="" />
      <input name="q" type="text" size="40" />
      <input type="submit" name="sa" value="Search" />
    </form>
    <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo&lang="></script>
                                  </div>
                                    </div>
      <div class="content">
        <center><img src="Pictures/DFDF11.png" width="959" height="556" longdesc="Pictures/junior-2-960x.jpg" /></h1></center>
      <!-- end .content --></div>
      <div class="footer">
         <img src="Pictures/RRR1.png" width="202" height="70" />
         <div id="apDiv3">
           <p> </p>
           <p><a href="Job.html">Jobs</a>         </p>
           <p><a href="Art Gallery.html">Art Gallery</a>         </p>
           <p><a href="Contact us.html">Contact Us </a></p>
        </div>
        <div id="apDiv4"><center>
    <P>About</P>
    <a href="visiting.html">visiting</a> | <a href="Map.html">maps </a>| <P><a href="About.html">about BGCC</a></P>
    <P>Academic</P>
    <P><a href="Courses.html">schools+courses</a></P>
    <P>Admissions  </P>
    <P><a href="cost & aid basics.html">cost & aid basics </a>| <a href="Apply now.html">join BGCC</a>
    <P>Studen Life</P>
    <P><a href="Athletics.html">Athletics</a></P>
    <P>Greenforce Education</P>
    <P><a href="Career.html">career center</a></P>
    </center> </div>
         <p><font size="2" color="black">BGCC | 99 GreenField | Boston, MA 02199 |617-0101-1000| TTY 617-0202-9944|</font></p>
        <div id="apDiv9"><a href="Donate.html" target="_blank"><a href="Donate.html"><img src="Pictures/three-green-logo.jpg" width="218" height="99" longdesc="Pictures/three-green-logo.jpg" /></div>
        <div id="apDiv8"><a href="Apply now.html" target="_blank"><a href="Apply now.html">
    <img border="0" src="Pictures/cxgvxdvxgd.jpg" alt="Apply Now" width="218" height="99"></a></div>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    That's what APDivs do.  This is the single most common problem new people have with web page layouts.  DO NOT use positioning.  You don't need it.  Start over.  Learn to use CSS floats, margins and padding to align elements. 
    Below is a basic HTML5 Layout.  View source in browser to see the code.
    http://www.alt-web.com/sandbox/HTML5-BasicLayout.html
    Nancy O.

  • Why does Muse website look different Mac vs. PC

    Why do adobe muse websites look different on a Mac vs. PC? www.915day.com for example. Looks great on my mac, but when you go to the PC version it looks zoomed in at least 25-35%? Why? (I have thus adjusted it to look good on a PC.) Frustratingly, to center the Logo for one platform, means to put it off center on the other. Defeats the whole purpose of Parallax scrolling. Also, who would pay so much a month to the creative cloud if they can't even offer their clients continuity? I understand there is a difference between older browsers and new, but it tests the same way even on a new browser (Windows 8 browsers). I have tried adjusting the canvas to the exact measurements of the screen on my PC but it renders the same. Also I have turned on the HiDPI just to see if that was the case. Still no fix. There is only one instance of this in the forums and it has still gone unanswered. So I am asking in greater detail why this is an issue.
    Anyone?

    I tried to check the site display in multiple browsers on both Mac and windows , but I was not able to verify the issue.
    I believe you have already resolved the issue.
    Thanks,
    Sanjit

  • HELP! Please :) my website looks different in different browsers. Link boxes are showing in IE!!

    Please help me!  I'm pretty new to web design.  Built this website from scratch - designed in photoshop and put together in dreamweaver.  I launched the site and it looks great in safari, but had a friend look at it with explorer and the blue link boxes (the one that lets you know you have something linked in dreamweaver) are showing up on the interent explorer browser and I can only assume there are issues in other browsers as well.  Please help if you can.  Here is a link to my website:   www.shandryntrumble.com  Thanks

    Thanks for your help!Should I create an external style sheet?  I'm still unsure of where and what to put in the document.  Where are the CSS  tags?  And what exactly do I place in them?  Sorry, I'm so new to this.  Thanks for your patience.
    Date: Fri, 22 Mar 2013 10:13:43 -0700
    From: [email protected]
    To: [email protected]
    Subject: HELP! Please my website looks different in different browsers. Link boxes are showing in IE!!
        Re: HELP! Please my website looks different in different browsers. Link boxes are showing in IE!!
        created by Nancy O. in Dreamweaver - View the full discussion
    Bad information.  You don't need a class for this.  Simply add the following CSS code to your style sheet.  An external style sheet is preferred but it if you don't have one yet, add this code to the CSS inside the  tags of your HTML document. /*remove borders from all linked images*/a img    Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5170378#5170378
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5170378#5170378
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5170378#5170378. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Safari, IE, and Firefox display website type differently.

    I've designed my website off of a template from Muse-themes.com, which uses Adobe Typekit.  When I view the website in different web browsers the type looks different in each one.  What could the issue be?  The website is www.liveimagegreenscreen.com
    IE: Website looks the best in IE.
    Safari:  Type is very jagged and difficult to read.
    Firefox:  When the page is first loaded a different font appears, then changes to the correct font.

    This is "normal" web font behavior. Each browser has it's own technology for layout out and rasterizing (specifically anti-aliasing) text. Therefore even the exact same font will appear subtlely (or sometimes not so subtlely) different in two different browsers. Short of converting the text to images (which has a lot of drawbacks) I'm not aware of any way around this. Some viewers prefer the appearance of text in IE, others prefer Safari and still others prefer Firefox. The anti-aliasing of the text is not under the website author's control. The viewer selects it consciously or unconsciously by their choice of browser.
    The issue is similar for the temporary load of the text in Firefox. Firefox seems to be generally biased toward showing content the moment it can, even if layout is incomplete. Some viewers prefer this, since they (at least theoretically) can begin reading the content sooner, before the initial loading and layout is complete. Other browsers lean more toward an approach that waits to display the page content until more is loaded and initial layout is complete. Some viewers prefer this approach.
    The Flash Of Unstyled Text is referred to as FOUT. There are numerous hacks documented online that attempt to get around it. To my knowledge, to date, there is no satisfactory solution to avoiding this in all browsers.

  • My websites look different on a Windows and Mac computers...

    Just wondering why my websites look different on Windows and Macs?? It changes the spacing on the Windows machines so it thoughts off the looks of the site. Any way to fix this?

    Jason Holland wrote:
    Just wondering why my websites look different on Windows and Macs?? It changes the spacing on the Windows machines so it thoughts off the looks of the site. Any way to fix this?
    There are 3rd party apps you can get that can help a bit, but I think the main answer is that if you are using templates and graphic rich features of iWeb, the code it generates is pretty complex, a side effect of making it easy to use. All that code gives wiggle room to different browsers and generations of browsers to reproduce it differently.
    My approach is just to keep things as simple as possible, and start with blank pages rather than templates. Because I keep my pages streamlined, they're universally compatible.

  • Website looks different on different computers (even on ipod touch)

    I created a website using iweb and I understand that different browsers show things differently but on my computer (MAC) when I open it in Firefox and Safari I see the same thing, but when friends who are also using Firefox, Safari, and Macs check it out they see something different. I checked on my work computer which is a PC and used Firefox and i still saw the same thing (the way it should look). A friend sent me a screen shot of what she was seeing which was basically what shoudl have been the entire webpage but it showed in the upper left corner of the browser instead of it filling up the whole page. I then went to the website on my ipod touch and saw what she was seeing. I had a few other friends check it out, mostly macs but i had them look with both Safari and Firefox and some people saw it the correct way and some didnt. Any ideas?

    Make sure you are using web-safe fonts.....
    http://www.iwebformusicians.com/WebMusic/FontsandColors.html
    More stuff here....
    http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html

  • Every page in website is different even though they are the same size!  4 Views 0 Replies Latest reply: Sep 25, 2011 4:23 PM by kellynewmac     kellynewmac Level 1 (0 points) Sep 25, 2011 4:23 PM Can someone please tell me what I have done wrong ?

    Can someone please tell me what I have done wrong>?  Obviously I am new to iweb, and need help.  I recently built a website in iweb with only 5 pages, and I made the height, width, & all of the specs regarding the page size exactly the same, but they all load as different sizes on the website.  Also the text i typed loads right away, and the images take forever to load with each page when i look at it on a pc, and not mac.  Can someone please help me!!

    Obviously I am new to iweb, and need help.
    And one of your Services is Webdesign?
    Small consolation : iWeb is a very advanced piece of software. So advanced that even highly skilled professionals have difficulty understanding and using it.
    Anyway, your pages are NOT the same size by design. Which can clearly be seen. But also by checking the source of the pages.
    The Home page is 665px wide and the Contact page is 820px wide. That doesn't happen by magic. It's user induced.
    So do what I do : pay attention to every tiny detail. Especially when it's your business. No excuse.
    Here are some sample Sites :
         http://www.wyodor.net/mfi/
    You can download Domain files for your pleasure to study and use here :
         http://www.wyodor.net/mfi/Maaskant/How_To.html
         http://www.wyodor.net/mfi/size/768-946.html

  • Preview of Website in Different Browsers in Function!

    I created this website : http://www.ubik-agency.com/
    but I want to test it in different browser and this in function not just have a preview image!
    How can I do it?
    How could I see the errors on Dreamwaver?

    You'll need a virtual box to run Internet Explorer.
    http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/
    However, you can get Mac versions of the other 4 browsers:
    Safari - http://www.apple.com/safari/download/
    Chrome - https://www.google.com/chrome?platform=mac
    Firefox - http://support.mozilla.org/en-US/kb/Installing%20Firefox%20on%20Mac
    Opera - http://www.opera.com/download/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How to Organize the Website With Different Themes?

    This is a question about HOW TO ORGANIZE MY WEBSITE. This requires understanding of what PAGES means and what SITES means, and I am not too sure.
    Please clarify for me what iWeb means by a website. Specifically, I want to make a website which has several different mutually exclusive themes but which are all accessible from each page:
    Some pages dedicated to my husband, who passed away in 2000.
    Some pages for individual friends.
    Some pages for a group of about 10 people. I want a page for each person in the group.
    Would those all be considered a different website? A different site? Or are they all in ONE website with my one URL, but just all interconnected?
    — Lorna in Southern California

    Lorna,
    James' link didn't work because it is just an example
    Your URL will depend on where you upload your
    site.
    It sounds to me like you really want three separate
    sites. Why not do this - create FOUR sites. Make the
    TOP site just one page, and make text links to each
    of the top pages of the three other sites on that
    page. You could even add photos or graphics to
    represent each site and link to them.
    Here's an example: http://web.mac.com/varkgirl is my
    main .mac url and I have made my "top" site an index
    site with links to all other sites I have made.
    If you do this, visitors to yourdomain.com will reach
    this "table of contents" page which can take them to
    yourdomain.com/family or yourdomain.com/hobbies, etc
    etc. The your three separate sites can include all of
    their pages in the nav bar so when someone visits
    Site A or Site B they will see the links available to
    them.
    PS - it might be a good idea to put a text link or
    something at the bottom of each page in all sites to
    send visitors back to the main page (index page).
    Something like, "Click here to go back to Lorna's
    main page"
    Well, now this certainly would be another way of doing it! So my main URL would be the first Welcome — Table of Contents page, probably configured with photos and a phrase underneath? And then a viewer clicks onto Picture 1
    and gets transported to the top page of whatever that Picture 1 represents? And on that page 1, there are other sub-pages to click onto? So, Picture 1 might be "Hey, lookit the swim team!", and when people click onto that picture, a page comes up with about 5 hot links that take the viewer further down the road to (1) A group picture of the team with short bios under each photo, and then (2) a news report of the last swim meet that they won in Orlando, Florida, and then (3) an interview of the swim coach?
    Is that what you mean? Am I on the right track and reading you correctly?
    And at the bottom of each page (or somewhere noticeable), I woud put a "Go back to the Home Page" button?
    And within the swim team pages, at the top of the page there is a navigation bar that shows all the other pages in that site???
    Now, James suggested something different. (James Tseng) James said to make only ONE Mother Site and make separate Child Pages all equally sheltered under the Mother Site, but not all necessarily having links to all the other pages in the site.
    This is actually a good situation for me: to have two seemingly equally viable, legitimate, workable solutions to the issue of organizing my themes and pages within the website. Thank you. Hope the weather in Florida stays Flat Water.
    — Lorna in Southern California

  • My website looks different!

    Hello, I need some help please. I created a website using
    Dreamweaver MX. i upload mypages by logging into bluehost and using
    their ftp. Anyway for a while my website was fine and no problems.
    I updated it last week in dreamweaver, but when i upload it to blue
    host it hasnt changed. I added some new links on the index page and
    saved it as I should, then went to blue host and replaced the index
    page with my new one (still called index) but its no different,
    even though when i view it iin my files (offline) the new one
    displays with the new links. I have tried deleteing my cookies,
    temp internet files but no joy!. My we address is
    www.nicolaparks.co.uk. Anyone got any ideas what is going on here??
    Thanks Nicola

    More than likely you are seeing a cached version of your
    original index.htm
    file. Try Ctrl-F5 to fetch the new version from your server.
    I had the same
    problem and thought just F5 would refresh but it only fetches
    a locally
    cached file, perhaps at your ISP's servers. Ctrl-F5 will
    definitely fetch
    the version thats on your host server so if that still wrong
    you'll need to
    look at other solutions.
    HTH
    Best Regards
    Hywel Harris
    www.ladybayartglass.co.uk
    "Nici2000" <[email protected]> wrote in
    message
    news:eodvdt$t5i$[email protected]..
    >
    > Hello, I need some help please. I created a website
    using Dreamweaver MX.
    > i
    > upload mypages by logging into bluehost and using their
    ftp. Anyway for a
    > while
    > my website was fine and no problems. I updated it last
    week in
    > dreamweaver, but
    > when i upload it to blue host it hasnt changed. I added
    some new links on
    > the
    > index page and saved it as I should, then went to blue
    host and replaced
    > the
    > index page with my new one (still called index) but its
    no different, even
    > though when i view it iin my files (offline) the new one
    displays with the
    > new
    > links. I have tried deleteing my cookies, temp internet
    files but no joy!.
    > My
    > we address is www.nicolaparks.co.uk. Anyone got any
    ideas what is going on
    > here?? Thanks Nicola
    >

  • How to get websites on different servers

    I have two websites that I'm trying to host with Azure Website but I need them to be on different servers. I originally created them in the same subscription so they obviously got put on the same server. I thought I had read somewhere that if you create
    a new subscription and the website to that, then it would be on a different server but that doesn't seem to  be working. Both sites still point to the same IP address and have the same server name listed.  Is there any way to ensure that both sites
    get placed on different servers.
    Thanks,
    Owen

    If you host the sites in two different Web Hosting Plans, they will be on different servers. See
    here for more details on Web Hosting Plans.
    David

  • My website looks different in internet explorer.

    Greetings and thanks in advance for great service that we provide
    I created a website in iweb www.webworldpr.com in Firefox looks good in Internet Explorer looks different. I can do. I would like to know is web site maestro can solve this problem.

    The iWeb for Musicians website is optimized with Web SIte Maestro and appears to work OK in IE 7 & 8. If I look at it using Safari User Agent the background image drops out etc.
    The latest version of WebCrusher has this....
    "iWeb websites are known for their incompatibility with Internet Explorer. We tested hundreds of iWeb sites and came up with a step by step guide to making your iWeb site work with Internet Explorerand built this functionality into WebCrusher."
    I do have WebCrusher but I haven't tested this feature as I don't have a PC running WIndows anymore.
    The only way I can think that I could help you out here is if you send me a copy of a Domain file or the folder of published files and I'll run it through the app to see if it fixes your problem before you have to think about buying it.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Website completely different in Firefox and Explorer

    My apologies if this question has been previously asked.
    I am a newbie to Firefox, when I log on to a particular website in Firefox it differs greatly from the IE view, the text is much smaller and portion of the formatting cells are evident.
    I have cleared cache/cookies to no avail.

    If the website uses the ''alt'' attribute instead of the ''title'' attribute then you won't see tooltips in Firefox. Only IE displays the alt text as a tooltip, but that attribute is meant to show if the image can't be displayed and is not meant as the tooltip.
    *http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/

  • Safari keeps opening tabs, and ads appearing on websites in different locations

    I love using Safari, however 2 days ago, Safari started acting strange. First off, I am seeing ads on websites, which they shouldn't appear, for example on youtube, I start a video and a ad appears above the users name and subscribe button, and on another website, an ad banner or what ever appears on the center of the screen. Next every time when I click a link, or search anything, I get tabs opening to other web pages (Like Mac Cleaner, and websites with a phone number) non stop (even though I have Ad blocker on and pop up blocker on). Any idea what is happening?

    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide and AdwareMedic.
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    The following comes from user stevejobsfan0123. I have made minor changes to adapt to this presentation.
    Fix Some Browser Pop-ups That Take Over Safari.
    Common pop-ups include a message saying the government has seized your computer and you must pay to have it released (often called "Moneypak"), or a phony message saying that your computer has been infected, and you need to call a tech support number (sometimes claiming to be Apple) to get it resolved. First, understand that these pop-ups are not caused by a virus and your computer has not been affected. This "hijack" is limited to your web browser. Also understand that these messages are scams, so do not pay any money, call the listed number, or provide any personal information. This article will outline the solution to dismiss the pop-up.
    Quit Safari
    Usually, these pop-ups will not go away by either clicking "OK" or "Cancel." Furthermore, several menus in the menu bar may become disabled and show in gray, including the option to quit Safari. You will likely have to force quit Safari. To do this, press Command + option + esc, select Safari, and press Force Quit.
    Relaunch Safari
    If you relaunch Safari, the page will reopen. To prevent this from happening, hold down the 'Shift' key while opening Safari. This will prevent windows from the last time Safari was running from reopening.
    This will not work in all cases. The shift key must be held at the right time, and in some cases, even if done correctly, the window reappears. In these circumstances, after force quitting Safari, turn off Wi-Fi or disconnect Ethernet, depending on how you connect to the Internet. Then relaunch Safari normally. It will try to reload the malicious webpage, but without a connection, it won't be able to. Navigate away from that page by entering a different URL, i.e. www.apple.com, and trying to load it. Now you can reconnect to the Internet, and the page you entered will appear rather than the malicious one.
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect everything targeting the Mac.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

Maybe you are looking for

  • Asset assigned po(error in advance posting against asset assigned po

    Dear friends we have an issue regarding asset assigned po,while we are giving Advance against a po there is an error Item category 07000 not allowed in accounting transaction 1000/0001 Message no. GLT2001 shakti end the entry is 001 50 0010300861 Out

  • Print of GR without material no and with Account assignement K / Q

    Dear Freinds, I want make Print out of Material Document with Material text (without  Material code with account assignement K or Q Project). I made out put setting for WE03, Transaction event type WE Print version 3 and Print Item 1, Material docume

  • SceneBuilder 1.1 + WebView

    Hi, I am seeing an issue with FXMLLoader buidling a scene graph that contains a WebView.  The trace below shows that a method is being looked for that doesn't exist in WebViewBuilder, according to the API documentation. The method in question does ex

  • RAC implementation learning

    Hi Gurus, I would like to upgrade skills to learn RAC as i am eager to do RAC implementation . I would like to first implement on local PC . Is it possible to implement in local laptop ??????/ Laptop OS :Vista 32 Bit, 3GB RAM and 250 GB harddisk . I

  • Java.sql.SQLException: ORA-03135: connection lost contact

    In the whesphere portal i foun a lot of "ORA-03135: connection lost contact" errors but i cant find this error in the oracle client or oracle database. Oracle Client 10.2.0.1 Oracle RDBMS 10.2.0.3 -- in Rac with 3 nodes I have a fragment of the trace