Div tab with no carige return, is it possible?

HI! Is it possible to have a div tag with no carriage return,
I notice that
if we have an text or an image and insert an div tag with
content in it that
in code view it will automatically add a carriage return (
meaning that in
design view that text or image is not in line with the
content of the div
tag).
Is there a way around this. ( perhaps css? but how?).
Paul

Murray *ACE* wrote:
> You're welcome, Paul.
>
>
> "Paul" <[email protected]> wrote in message
> news:[email protected]...
>> Murray *ACE* wrote:
>>> A block element (table, div, h#, hr, p, etc.)
forces a new line on the
>>> page within its container. An inline element
does not. That's why you
>>> can have adjacent images but not adjacent tables
(using default
>>> placements) or adjacent paragraphs. Thus, in the
flow of the code on
>>> the page, block elements begin on a new line,
and push subsequent
>>> content to a new line. But there is no carriage
return involved - it's
>>> just the way the page works.
>>> By floating the block element, you 'remove it
from the flow' in a way
>>> that
>>> does NOT necessarily force subsequent content to
a new line. Multiple
>>> adjacent divs, each floated left, will align
across the page like
>>> soldiers.... 8)
>>>
>>> Of course, you would have to clear the float
afterwards to avoid layout
>>> problems further down the page.
>>>
>>>
>>> "Paul" <[email protected]> wrote in
message
>>> news:[email protected]...
>>>> Murray *ACE* wrote:
>>>>> That would be one way. A better way
would be to float the div,
>>>>> leaving it
>>>>> as a block element.
>>>>>
>>>>> div { float:left; }
>>>>>
>>>>> And there is no carriage return at all.
All block elements sit on
>>>>> their
>>>>> own line - that's how HTML works.
>>>>>
>>>>>
>>>>> "Paul" <[email protected]>
wrote in message
>>>>>
news:[email protected]...
>>>>>> Paul wrote:
>>>>>>> HI! Is it possible to have a div
tag with no carriage return, I
>>>>>>> notice
>>>>>>> that if we have an text or an
image and insert an div tag with
>>>>>>> content
>>>>>>> in it that in code view it will
automatically add a carriage return
>>>>>>> ( meaning that in design view
that text or image is not in line with
>>>>>>> the
>>>>>>> content of the div tag).
>>>>>>>
>>>>>>> Is there a way around this. (
perhaps css? but how?).
>>>>>>>
>>>>>>> Paul
>>>>>>
>>>>>> HI! all, the solution to this and
other block elements is to use CSS,
>>>>>> you
>>>>>> can specify a DIV to be an inline
element.
>>>>>>
>>>>>> example:
>>>>>>
>>>>>> div {
>>>>>> display: inline;
>>>>>> vertical-align: bottom;
>>>>>> }
>>>>>>
>>>>>> This will align text and a div next
to it without a carriage return
>>>>>> or line break.
>>>>>>
>>>>>> Here is another example of a block
element behaving like an inline
>>>>>> element.
>>>>>>
>>>>>> h1 { display: inline; }
>>>>>>
>>>>>> Well that's it. Hope this helps
someone :)
>>>>>>
>>>>>> Paul
>>>>
>>>> HI! Thanks murray. btw what do you mean by
"All block elements sit on
>>>> their own line" as oppose to others that
don't?
>>>> can you explain a bit more. :)
>>>>
>>>> Paul
>>
>> HI! Thanks alot for the explanation. :)
>>
>> Paul
HI! for some reason it did work with the code that I am
using. I am using
swfobject to insert a flash button. the swf code is using a
div and when I
tried using the float option the button was not displayed at
all. I have
inserted the swf code at the bottom.
What I tried instead was to create a name for the tag
selector and use it on
the div that holds the flash button to be inlined.
div.inlineflashcontent {
display: inline;
vertical-align: bottom;
float: none;
This way only the that div will be inlined. below is the swf
code that I am
using for the flash insertion. Do you know why the float
option does not
work with the code below?
Paul
***********SWF code and script for flash insertion
<div class="inlineflashcontent" id="flashcontent">
Error! You either have jscript turned off or you do not have
a flash
plugin.<BR>
<a href="Errors_warnings/flash_
not_detected.asp">Click here to get
plugin.</a></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("chat_goto_button.swf", "fotester",
"83", "12",
"8.0.22", "#FFFFFF", true);
so.addVariable("flashVarText", "this is passed in via
FlashVars");
so.addParam("wmode", "transparent");
so.write("flashcontent");
// ]]>
</script>
***************End of SWF code***************

Similar Messages

  • DW doesn't display the div section with CSS. Why?

    I was thinking to switch to DW to compose my HTML/CSS pages (I am still using MS Front Page), but when I loaded my HTML page the major <div> section isn't displayed in the Design pane, although it is displayed with the Live view on.
    Here's the HTML of the block that is missing:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    <div id="text_body">
    <h1>Description</h1>
    Blah-blah-blah
    </div>
    and CSS file:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    #text_body
        position: absolute;
        margin-top: -10px;
        padding: 20px;
        width: auto;

    Murray, let me reiterate myself. The page in question opens without a problem in a web browser, the issue arises when I
    open it in DW for editing, thus posting it somewhere online will look OK to you.
    To reproduce what I see, download the zip I posted above and unzip it somewhere on your hard drive (there are only two files in it: html and css). Then open the sample02.htm in DW for editing. After that open it in a web browser of your liking right off your hard drive and you'll see what I'm talking about.
    PS. I might be doing something wrong with the DW, since, as I said, I've been using it roughly for a couple of hours. If so, I'd appreciate if someone could point me to what exactly I'm not doing right?

  • Spry Tabbed Panels - replace text tab with an image, how to?

    Hi all, I'm stumped. I've uploaded 2 files to:
    http://docs.google.com/leaf?id=0B4zgjxAaUD97MmUzZTk3NjMtMDNkYi00NDJjLWExNzctOWNjMzM0MDlmMj g0&hl=en&authkey=CMWGoeEP
    http://docs.google.com/leaf?id=0B4zgjxAaUD97YTQ1MDliNzEtZGVhZS00MmYzLTllZWMtMzJiODQwMjRlMT Bl&hl=en&authkey=CILrxq0G
    I'm working in Dreamweaver CS3, 4 tab "Spry Tabbed Panel" with 3 columns (one column is a form and submit btn). The 1st photo is a mockup of what I'm trying to accomplish. In the 2nd photo, Nokia designed a page for its Nokia Developer Summit 2010 (been pulled down since). This is the desired effect. I'm trying to replace the typical text tabs in the tabbed panel with images, or, at the very least, change the color between states ON and OFF (images the same except for bg color - green verses gray), which is probably the better way to go, given page load time.
    I need the CSS and HTML code. I'd settle for just the image problem, but if someone can give me guidance on the content boxes too, that would be AWESOME!
    REALLY hoping anyone can help (Ben, I'm an Aussie too) - been on this for a month now.
    Very grateful Adobe staffs such a great resource tool as this site with a lot of really good, courteous brainiacs.
    Thanks,
    Louis cat

    G'day Ben,
    Upgraded to Dreamweaver CS5, added Tabbed Panels 2 widget to page.
    Here's a mockup of what I'm trying to do: http://docs.google.com/leaf?id=0B4zgjxAaUD97MmUzZTk3NjMtMDNkYi00NDJjLWExNzctOWNjMzM0MDlmMj g0&hl=en&authkey=CMWGoeEP
    Questions:
    1. Want to change Spry TP tabs to images (see link, above), then make them vertical tabs, with morph effect - How?
    2. How do I change the default TabbedPanels2 instance name? (not easy to rename)
    3. The first section of the code was planted in my index page - shouldn't this be pasted into a CSS file, or just leave it alone?
    ================================================
    FIRST SECTION OF THE CODE: -------------------------------------------------------------------------------
    <style type="text/css">
    /* BeginOAWidget_Instance_2138522: #TabbedPanels2 */
    /* TabbedPanelsTabGroup */
    #TabbedPanels2 .TabbedPanelsTabGroup {
    top: 1px;
    left: 0px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-left: solid 0px inherit;
    border-bottom: solid 0px inherit;
    border-top: solid 0px inherit;
    border-right: solid 0px inherit;
    padding: 0px 0px 0px 0px;
    /* TabbedPanelsTab */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTab,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTab {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #DDD;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTab a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTab a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsTabHover */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabHover,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabHover {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabHover a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabHover a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsTabSelected */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabSelected,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabSelected {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #EEE;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabSelected a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabSelected a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsTabFocused */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabFocused,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabFocused {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #EEE;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabFocused a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabFocused a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsContentGroup */
    #TabbedPanels2 .TabbedPanelsContentGroup {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 0px 0px 0px 0px;
    /* TabbedPanelsContentVisible */
    #TabbedPanels2 .TabbedPanelsContentVisible {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-left: solid 0px #CCC;
    border-bottom: solid 0px #CCC;
    border-top: solid 0px #999;
    border-right: solid 0px #999;
    padding: 4px 12px 4px 12px;
    #TabbedPanels2.BTabbedPanels .TabbedPanelsTab {
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    #TabbedPanels2.BTabbedPanels .TabbedPanelsTabSelected {
    border-top: solid 1px #999;
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabGroup {
    width: 10em;
    height: 20em;
    top: 1px;
    left: 0px;
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #EEE;
    /* EndOAWidget_Instance_2138522 */
    </style>
    ========================================================
    SECOND SECTION OF THE CODE: ----------------------------------------------------------------------------------------
      <div id="TabbedPanels2">
        <h2>Tab 1</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce sapien lacus, porttitor vitae pretium eget, sodales sed libero. Maecenas non urna lacus, ac sollicitudin justo. Ut erat mi, hendrerit ac accumsan ac, congue eu dui. Pellentesque consectetur condimentum elit, et eleifend urna porta id.  </p>
        <h2>Tab 2</h2>
        <p>Nulla facilisi. Vestibulum ipsum elit, tincidunt sed tristique sit amet, faucibus in orci. Nunc sit amet elit lorem. Sed eget arcu ipsum, pharetra ullamcorper lectus. Sed ac diam ac tortor mattis mollis. Etiam mattis felis vel augue tempus in rhoncus ligula elementum. Vestibulum ut iaculis risus. Aliquam erat sem, feugiat vel laoreet in, lobortis non mauris. Vestibulum neque nibh, vehicula eleifend tincidunt sed, bibendum id dolor. </p>
        <h2>Tab 3</h2>
        <p>Suspendisse potenti. Proin ut erat sit amet turpis egestas tempor. Integer arcu dolor, aliquam ut egestas nec, pharetra ut mauris. Duis urna mi, aliquam id vulputate et, consequat in dolor. Duis congue sem feugiat nulla malesuada scelerisque. Aenean vitae augue nec diam euismod imperdiet. </p>
      </div>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2138522: #TabbedPanels2
      var TabbedPanels2 = new Spry.Widget.TabbedPanels2("TabbedPanels2", {
       injectionType: "replace",
       widgetID: "TabbedPanels2",
       autoPlay: true,
       defaultTab: 0,
       enableKeyboardNavigation: true,
       hideHeader: true,
       tabsPosition: "top",
       event:"click",
       stopOnUserAction: true,
       displayInterval: 5000,
       minDuration: 300,
       maxDuration: 500,
       stoppedMinDuration: 100,
       stoppedMaxDuration: 200,
       plugIns:[]
    // EndOAWidget_Instance_2138522
      </script>
    ===================================================
    Any help would be much appreciated, Ben. Cheers from another Aussie. Louis Cat!

  • Everytime i go on safari numerous ads pop up and when i go to "X" them off it loads up about 3 other tabs with like movie streaming or trying to get me to buy products etc. what should i do?

    Everytime i go on safari numerous ads pop up and when i go to "X" them off it loads up like 3 tabs with things like movie streaming or trying to get me to buy products? what should I do?

    You may have installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • I have an iMac, 2015 model. operating on OS X 10.10.2 and whenever I click on just about everything in safari it opens a new tab with an ad on it. sometimes the ads are mackeeper or video hosting sites but they are just so annoying.

    I have an iMac, 2015 model. operating on OS X 10.10.2 and whenever I click on just about everything in safari it opens a new tab with an ad on it. sometimes the ads are mackeeper or video hosting sites but they are just so annoying.

    There is no need to download anything to solve this problem. You may have installed a variant of the "VSearch" ad-injection malware. Follow Apple Support's instructions to remove it.
    If you have trouble following those instructions, see below.
    Malware is always changing to get around the defenses against it. This procedure works as of now, as far as I know. It may not work in the future. Anyone finding this comment a few days or more after it was posted should look for a more recent discussion, or start a new one.
    The VSearch malware tries to hide itself by varying the names of the files it installs. To remove it, you must first identify the naming pattern.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/LaunchDaemons
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "LaunchDaemons" may open. Look inside it for two files with names of the form
              com.something.daemon.plist
    and
               com.something.helper.plist
    Here something is a variable string of characters, which can be different in each case. So far it has always been a string of letters without punctuation, such as "cloud," "dot," "highway," "submarine," or "trusteddownloads." Sometimes it's a meaningless string such as "e8dec5ae7fc75c28" rather than a word. Sometimes the string is "apple," and then you must be especially careful not to delete the wrong files, because many built-in OS X files have similar names.
    If you find these files, leave the LaunchDaemons folder open, and open the following folder in the same way:
    /Library/LaunchAgents
    In this folder, there may be a file named
              com.something.agent.plist
    where the string something is the same as before.
    If you feel confident that you've identified the above files, back up all data, then drag just those three files—nothing else—to the Trash. You may be prompted for your administrator login password. Close the Finder windows and restart the computer.
    Don't delete the "LaunchAgents" or "LaunchDaemons" folder or anything else inside either one.
    The malware is now permanently inactivated, as long as you never reinstall it. You can stop here if you like, or you can remove two remaining components for the sake of completeness.
    Open this folder:
    /Library/Application Support
    If it has a subfolder named just
               something
    where something is the same string you saw before, drag that subfolder to the Trash and close the window.
    Don't delete the "Application Support" folder or anything else inside it.
    Finally, in this folder:
    /System/Library/Frameworks
    there may an item named exactly
                v.framework
    It's actually a folder, though it has a different icon than usual. This item always has the above name; it doesn't vary. Drag it to the Trash and close the window.
    Don't delete the "Frameworks" folder or anything else inside it.
    If you didn't find the files or you're not sure about the identification, post what you found.
    If in doubt, or if you have no backups, change nothing at all.
    The trouble may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Opening a new tab in safari opens an untitled tab while replacing the existing tab with top sites

    When I open a new tab in safari, it opens an untitled tab while replacing the existing tab with top. Then if I have other tabs open, the website url of the page I was on before I opened the untitled tab freezes and is shown on each other tab.
    How can i fix this problem? It is starting to occur with increasing frequency.

    I had the same problem and I suspect you are using Glims. I uninstalled Glims and voila, problem gone. I reinstalled Glims and the problem returned.
    Link to Glims uninstaller for those who have this problem http://www.MacHangout.com/dwnlds/Glims-UnInstall.dmg.zip
    I'll report the bug and hope they fix it soon, I like Glims.

  • Suggestions for changing tab with underline leader

    I frequently create forms where I'll use a tab with the underline for the leader, e.g., Name_________________  Age___________, etc.
    I like the line to be thinner than the text, say the text is 10pt I'll change the line to 8pt. I can do a Find/Change to change the Tab character to a smaller size, but that changes every tab whether it has a leader or not. I can't find a way to "Find every tab with a leader that's the underline and reduce the point size".
    Any suggestions appreciated.
    Geoff

    Jongware said: " \K must be "New! Now in InDesign CC 2014!"; and possibly earlier, but not as early as CS4. "
    Wow.
    Just tested \K and \R
    Working in:
    CS6 v8.1.0
    CC v9.3.0
    CC v10.2.0
    \R
    is finding any line end sequence (all vertical whitespace?)
    One example with some line ends in sequence:
    [return] [return newline] [newline] [newline] [newline] [return] [return newline]
    will give you seven matches.
    (In contrast to \v that will give you nine matches.)
    Also tested in CS5.5, but no luck here…
    Uwe

  • Close wrong tab with no warning

    Sometimes I accidentally hit the wrong "x" on a tab and it closes it out. This is really fustrating when my mouse sticks and it closes out my college assignment I've been working on. I've checked all the setting and even went into about:config....no change. Any ideas?!

    If you use "'''Ctrl+Shift+T'''" immediately you should get the tab back, and the work you had been working on in the text boxes. Even worked here.
    But filling in forms is notorious across all applications for losing your work if the application goes down.
    What I find frustrating in this web forum is losing my work if I accidentally open a link or bookmark in the same tab, or use Back/Forward button in the tab, and try to return with the back/forward buttons, which usually loses my data.
    * Firefox and other Browser Keyboard Shortcuts (Comparison Table)<br>http://dmcritchie.mvps.org/firefox/keyboard.htm

  • Firefox won't open .ppt downloads. Instead it merely opens a new tab with nothing in it. How do I fix this?

    I used to be able to open .ppt files on webpages with Firefox. But now they don't open. Instead, Firefox opens a new tab with nothing in it. I have already checked the settings for which programs are to be associated with which files, but it is still not working.

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • Help me sync all my iPhone's tabs with Mac - beginning to despair!

    Hi,
    iPhone 4S 16GB, White, iOS 6.0.1; Mac Pro 2010, Mountain Lion 10.8.2 Supplemental Update 1.0; iTunes 10.7 (I am NOT upgrading to iTunes 11).
    I can't get all the aspects of my iPhone to sync with my Mac Pro without receiving the dreaded, "Do you want to erase this iPhone…" dialogue.  At the moment, the iPhone currently syncs Apps, Podcasts, iTunes U and Photos with the Mac Pro in question.  I'm trying to get it to also sync Tones, Music, Films, TV Programmes and Books.
    This is such a convoluted process that I'm not sure where precisely to begin.  I'll start with my last Restore From Backup, which was for the purposes of restoring this replacement iPhone with the contents of the pre-replacement's backup.
    1) Attached iPhone to my Mac Pro via USB
    2) Right-clicked iPhone in iTunes Sidebar, chose "Restore from Backup…" and selected the previous iPhone's last backup
    3) After the Restore was complete, I immediately went to the Apps tab and checked, "Sync Tabs".  This is crucial in order to restore the third-party apps that were on the phone when it was Backed Up so that they will be associated with their data.
    4) During this process, I also checked all the rest of the tabs, but only Podcasts, iTunes U and Photos synced successfully.  All the others (Tones, Music, Films, TV Programmes and Books) came up with an error message. Which one, I'm not sure, but probably the one that declares these tabs to be synced with another computer, and asks,  "Do you want to erase this iPhone…".  I'm confident it was, actually, because I recall thinking how daft it was that, right after a Restore from Backup, it was telling me that the iPhone was synced with another Mac.  Madness…
    After steps (1) through (4), my phone was back to its pre-replacement state (more or less, but let's not go there).  Because there was still media I required to add to the phone, I unplugged the iPhone from the Mac Pro, and attached it to the Mac mini.  When I attempted—purely as a troubleshooting measure—to sync the Tones, Music, Films, TV Programmes and Books from the Mac mini, I received the following messages after ticking each checkbox, respectively:
    With each dialogue box I clicked Cancel, because there was no content available to sync anyway.
    So, neither of the two Macs that I own will sync Tones, Music, Films, TV Programmes or Books with this iPhone without erasing existing content.  Why?  Having seen this, I went back to my Mac Pro with the iPhone, and attempted to sync Tones again.  It asked:
    That gave me hope, because it wasn't claiming to be about to delete "all existing songs, films and TV programmes" as it did on the Mac mini: just Tones.  So, I hit "Apply".  The result?
    Not only that, but the Capacity guage at the bottom of the window indicated that I was about to lose 1.74GB of Audio data, despite the fact that the only tone on the iPhone amounted to less than 1MB in size.
    Apple has created the most sadistic syncing system I've ever encountered, and the one most eager to delete a user's data.
    Can someone please tell me how to make my iPhone sync the remaining unsynced tabs with the Mac Pro?  This is the Mac that contains all my media, so the Mac mini is pointless even if it did work. 
    Caveats:
    • Please, only offer genuinely tested solutions and not conjecture. 
    • Please, don't request I make any arbitrary changes that may lead to data loss, at least without good reasoning.
    • Please, don't ask me to get in touch with iTunes Technical Support—down that avenue lies more incompetence than I can bear.
    • AppleCare Telephone Support for my iPhone has expired, so please don't suggest I get in touch with them either.
    Thanks

    1) Please read all of OP's original post before replying.
    I can see this thread going south fast…

  • How can I have multiple WINDOWS (NOT tabs) with INDEPENDENT content?

    How can I have multiple '''windows''' (''not ''tabs) with '''independent''' content?
    I used to be able to open separate windows with Firefox, and the content could be completely different in each window. No matter what I did in any window, no OTHER window open at the time, nor any of the content therein, was affected. This is no longer the case and it is extremely frustrating for me.
    I do ''not ''like tabs and do not use them. I prefer multiple windows plus I am so used to using them, for so many years now! But with v9.0.1 I suddenly can no longer do what I've always done with my browser without this aggravating problem constantly reminding me that I can't have what I want in firefox anymore.
    Or can I? Does anyone have a solution I don't realize exists?
    Thanks,
    Sowelu

    AppleScriptObjC can use pretty much everything in the Cocoa API, so yes, it is possible.
    Note that a view is not the same as a window, and a window can have multiple views. There are also many ways to implement "tabs";  take a look at some of Apple's applications - they use various mixtures of toolbars, checkboxes, and radio buttons, for example.  An application such as this will be a lot more involved than what you have done so far though, using custom classes and subclassing existing ones, so be prepared to do a lot of reading and researching.

  • When I click on the tab with a + on it, located next to the active tab a new page does not open. If I click on "New Tab" in the File menu a new tab does not ope

    When I click on the tab with a + on it, located next to the active tab a new page does not open. If I click on "New Tab" in the File menu a new tab does not open.

    Hi jcatx2013, we don't really have enough information on your system to make specific suggestions...
    Could you test in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Credit memo to be created with reference to return delivery

    Dear Gurus,
    We have a requirement for mapping return process
    Credit memo to be created with reference to return delivery (instead of with reference to return order)
    Following issue faced in mapping the same:
    Billing document No. 1234 dated 25.03.2010 where there is 4% VAT.
    when we are creating return order with reference to billing document 1234
    4% VAT is calculated since the Service Rendered date is 25.03.2010 (Copied form Billing document)
    return delivery is created today 08.04.2010. (VAT revised to 5%)
    when credit memo is created with reference to delivery document
    VAT is calculated 5% which is applicable from 01.04.2010
    since the service rendered date is appearing in billing document
    08.04.2010 (the date of Post Goods Receipt).
    The VAT should be actually 4% in Credit Memo.
    regards,
    Rajesh T

    In the copy controls from delivery to Invoice, at the item level try to use pricing type C and Pricing source Blank ( Blank is order).
    If it doesnt work , then you might have to go for a requirement routine for this Tax , based on the document category that is being processed, read the tax from the originating order.Assign the routine to tax condition in the pricing procedure.
    Regards
    Sai

  • Firefox could not open 300 new tab with content loading

    Dear All,
    Thanks for good support in web browser world.Directly i come to the question.I have excel sheet where it has 300 hyperlinks as given below(example links 3)My Excel macro is written in such a way that this will open all the link in firefox "new tab " one by one.It was perfect and page was loading in previous versions(i could not remember the exact version but i could say an year before when i used firefox it worked well).Now i am having issues opening 300 new tabs with links.It gets started loading the page but before one page loading gets completed too many new links are opening but the page is not fully loaded at all.When i click the tab for each link and see in the browser the green clour processing round sysmbol keeps on rotating.Can you please look into this issue.
    If you want i can be contacted through email or if the information is not clear i am ready to connect through web sharing or to have a call.If you want spreadsheet for testing this issue i will send it.
    Link Used in Excel sheet example : 300 links in same site with differrent page:
    http://chartink.com/stocks/RECLTD.html
    http://chartink.com/stocks/bpcl.html
    http://chartink.com/stocks/itc.html
    Expecting your positive reply at the earliest.Thank you!
    Regards,
    Marx
    <sub>edit: removed your mail address from public display, since the only thing it will attract are spam bots. you will be notified per mail once somebody replies to the thread. (philipp)</sub>

    Hi Marx,
    With this kind of data testing it is helpful to provide context to the issue you are trying to document. This technical information is very useful to the engineers working on the performance of Firefox and I am sure this is the kind of information they would love to see.
    Therefore I would like to put you in touch with this team to see what they can do with this information. Talk to the #perf channel in irc and they should be able to put you in the right direction. I am asking currently and see what I can find. Or in the meantime check out the current tab bugs in the Performance component of bugzilla provided in the search below: [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=tab%20performance&list_id=9361049]

  • Every time Firefox opens, I get new tab, with my desired page as a tab that I have to click on to get to. How do I go back to how it was in previous versions?

    After updating to the newest version of Firefox, when it opens I get two tabs, and the one that comes up on my screen is new tab, with my homepage on the other, which requires that I click on it to go there. Also when I click on a link the same thing happens, a new tab page comes up, with what I clicked on as another tab that I have to click on to get to. This is actually quite annoying and inconvenient. How do I go back to the way that it was, so that when I start Firefox it opens on my home page, and when a new page opens, I see the content of the link that I clicked on? IMO This new and improved is really new and made worse.

    An extra extension might have snuck in. These can be bundled with other software you might have installed recently.
    Try disabling ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable. (Or if completely unwanted, remove.)
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Does that get rid of the extra tab?
    Note: I suggest also visiting the Windows Control Panel, Uninstall a Program, and clicking the "Installed on" column header. This should bring the most recent additions to the top and group them by install date so you can investigate how unexpected software might have been installed.

Maybe you are looking for

  • With Traditional NI-DAQ Compatibility VI's the acquisition locks when I press the increment or decrement button of a numeric control.

    Hello all. I´m using a PCI-6220 and the Traditional NI-DAQ Compatibility VI's to make the acquisition that is in the attached VI. But when I click the increment/decrement button on the numeric controls my acquisition stops. In the same PC I made the

  • Error 404 in Chrome

    We recently upgraded our computers and systems.  We are a small non-profit and run our website in house.  I am able to do basic updates but am still a website novice (i.e. no codes).  We have the newset verison of Dreamweaver and recently our website

  • Airport Express won't work - help

    In the last few days, my wireless home network disappeared from the menubar... - I've disconnected both my Airport Express and my cable modem, then reconnected, but still no luck. - I've performed what I believe to be a factory reset (four green ligh

  • Assign Maintenance Planning Plant to Maintenance Plant

    Hi All, What is the purpose of the configuration node "Assign Maintenance Planning Plant to Maintenance Plant"? What happens if we don't maintain this configuration? Regards, Devasenapathy.K

  • Can I add 3g facility to ipad2 with wi-fi

    I have purchase ipad 2 with wi-fi but I need to add 3g sim slot to it is that posible? If not can I get it replaced with 3G wi-fi by paying the extra amount as I have purchased it just 2 months back by paying needed extra amount. Please do the needfu