Removing margins and borders in html

Hi all,
I've been tearing my hair out for about a number of hours
now.
I'm looking to remove the borders/margins from a captivate
project being run in a browser. This is because the captivate file
only just fits on 1024 x 768. So the border causes major hassle.
I've instructed in the <body> tag in the html to remove
margins - however I still get a left hand margin in the browser
when viewing. I don't have a border set in captivate and have
scratched my head at the html for an age.
I've also added a javascript to the first slide to maximise
browser size... however I'm just a little short in width for the
full project to be viewable without scrolling.
Any help / suggestions would be appreciated.
Thanks in advance.
Rich

I'm hoping the second inclusion of the word BODY in the code
above is a typo. You can only declare the BODY element once, right
after the opening bracket.
Unless you need to generate non-standard HTML to support
Netscape 4 and/or IE 3 (which is HIGHLY unlikely these days), you
can get away with just:
<body style="margin: 0px" ... >
where the ... is the existing code from Captivate.
Otherwise, based on the link Rick sent, the correct usage
would be:
<body topmargin="0" leftmargin="0" marginwidth="0"
marginheight="0" style="margin: 0px;" ... >
You really should be making this change in the
Templates\Publish\scorm.htm file in the Captivate install
directory. This will ensure that the code is automatically included
every time you publish.

Similar Messages

  • Problems with margins and borders in a fluid grid layout

    When I create a page using the built-in fluid brid layout option in Dreamweaver CC, I have problems adding margins and borders. to the elements I've added to the page.
    Is there a method to prevent the above occurring?

    Hi Ken
    I'm sizing each element to specific grid sizes and, working in the "show fluid grid layout guides" view am aligning the second element alongside the first by click the "up" arrow. e.g.:
    I'm using a 24 grid layout (mainly because I thought it would allow more flexibility when working on two or three column layouts)
    I have the first element 10 grids wide (41.348% wide) and the second element 14 grids wide (56.9% wide)
    I've populated the first element with text including an h2, h3 and p element
    In the second element I've inserted an EasyRotator slideshow
    The third element is below the first containing text . That is also 10 grids wide
    The fourth element also contains text and is 9 grids wide and has margins of left = 8% and right = 7% so that it appears below the gallery and it has a border around it.
    The problem occors when I try to place a border around the element containing the EasyRotator. When I do, it become too large and drops below the first element.
    How can I control this problem?
    Thanks in anticipation.
    David
    P.S. Can you recomment any tutorials that provide info on the above.
    I'm subscribed to Lynda.com, have searched adobe TV and looked at all the tutorials that are provided through Dreamweaver CC Help.
    Nowhere can I find the above subject covered.
    I'd like to find a tutorial which also provides exercise files to work with if possible.

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • Iweb wont publish picture borders wont show and mp3 in html snippet wont publish.

    Hi all,
    I'm new to this forum,
    I'm following www.iweb for musicians.com website design, Roddy the man is ace.
    I'm trying to publish my site with borders and flection on my first page and also a HTML snip box with a code for a mp3.
    It all shows up and plays fine in my iweb program but when i publish to a folder then upload using a 3rd party ftp, these additions dont show up.
    It's kind of like its maybe not 'saving'  correctly in iweb and not publishing correctly?
    Any help greatly accepted.
    Thanks,
    Paul
    iWeb 3.0.4

    iWeb always publishes correctly.
    Since you paste the code in a HTML Snippet it is your responsibilty to make it work correctly.
    My guess is that you also need to upload the mp3 file. So check that first.
    Or wait for our resident technology ace.
    While you wait, read this :
    http://www.wyodor.net/blog/archives/2009/07/entry_213.html

  • How do I remove top and bottom margins when printing using Adobe Acrobat XI Standard.

    How do I remove top and bottom margins when printing using Adobe Acrobat XI Standard. (I selected 'Fit to scale' and there's a huge gap on the top and bottom).

    Those margins are usually reported from the printer settings to Acrobat. Meansif you have, for example, an inkjet printer and that printer can not print seamlessly, then there will be a minimum margin.
    Check your printer's page settings.

  • Print position and borders on custom package

    I have 2 questions related to the print module
    1- I have searched the web and couldn't find any indication of precise positioning options for cells (photos). When looking at the lrtemplate file, it seems like the position is driven by "bounds" and the parameters for AgMutableRect looks like (x start, y start, x end and y end). Units for bounds, imageHeight and imageWidth in this case are 72 * inch value (not sure if this is always true). I have tried modifying bounds values directly in the file and then open the template in lightroom and it worked. My question is what are "cellScreenBounds" and "cellTemplateScreenBounds" used for and what are the parameter values (and units)?
    cells = {
            anchored = true,
            bounds = AgMutableRect( 85.347767253045, 77.163734776725, 805.34776725304, 797.16373477673 ),
            cellScreenBounds = AgMutableRect( 24, 21, 229, 227 ),
            cellTemplateScreenBounds = AgMutableRect( 5, 5, 55, 54 ),
            imageHeight = 720,
            imageWidth = 720,
            page = 1,
    2- The next question is is it possible to have 2 outer borders, one very thin black and one large white -> on a white background? When trying from lightroom print module, it seems like the photo border is always the same color as the background color, only inner border can have a different color. Again, I have found those parameters in the lrtemplate file and  AgColor( 1, 1, 1, 1 ) seems to be white and  AgColor( 0, 0, 0, 1 ), seems to be black ... Anyone who knows what the parameters represent?
        imageBorderColor = AgColor( 1, 1, 1, 1 ),
        innerStrokeBorder = true,
        innerStrokeColor = AgColor( 1, 1, 1, 1 ),
        innerStrokeWidth = 18.084,
        lockToPhotoAspectRatio = false,
        metadataFontSize = 10,
        numLayoutPages = 1,
        oneImagePerPage = true,
        pageBackgroundColor = AgColor( 0, 0, 0, 1 ),
        pageBackgroundColorActive = true,
    To give you some background, this is what I'm trying to do -> Create a custom picture package to export as a jpeg to print as a 12x12 photo. On the picture package, I want to place (precise position) a few photos that will overlap, each with a big white border around the photo and a thin black border to frame the photo (so starting from center it would be -> photo, big white border, thin black border, white background)
    Thanks

    Thank you for the reply Rob
    There is no Avery template in the list that has 24 labels, which is why I was using the Custom Label
    I have tried many variations trying different widths and gaps between the labels, but in all cases by the time the 8th row is printeed the printing has crept up and is now overlapping onto the bottom of the 7th row label. The third column is printing on the gutter between the 2nd and 3rd column.
    When creating a Custom label it would appear that the Wizard works on Letter size Paper regardless of the paper size that the printer is set to. All my printers are set to A4 size paper.
    Letter Paper is 215.9mm x 279.4mm compared to 210mm x 297mm for A4. While the width is not a problem the length is less, and that may well be what is causing the problem when the Wizard creates the labels, despite changing the Paper size to A4. But the paper size can only be changed and set to A4 after the wizard has been given the label size and spacing for margins and gutters.
    In my view the Wizard should ask for the paper size and then ask for the label size settings and layout
    Regards
    David

  • Question about Noise Margin and Line Attenuation a...

    1.       For several years I have had a BT telephone line.  From the utilities provided by http://www.kitz.co.uk/adsl I find  that I am connected to the Exchange at Merton Park (BT Code: LSMEPK)  Distance:-   Direct:    960 metres (appx)*  By Road:  1.29 km. Exchange Status ADSL enabled: March 30, 2000 DSL Max enabled:   March 30, 2006 SDSL enabled : Enabled  21CN due : (PSTN) N/A 21CN WBC (Broadband)   Enabled 15.02.09
    2.       I  previously had broadband from UKOnline  and used a Speedtouch 570 adsl modem. I was paying £9.99 for a speed of 1MBit/s – in practice 700K – which was fine for most purposes but BBC iplayer did struggle a bit. UkOnline has been taken over by SKY so I switched to BT Total Broadband Option 3 in mid December, and initially used the Speedtouch 570 as there were delivery delays on BT Home Hub 2.0 due to weather conditions.  Speed was initially very good but did not measure it.
    3.       After Xmas I set up the BT Home Hub and ran a  speed test  - the profile was 2.5MBit/s.  I was disappointed to get less than 3Mbit/s which is needed for BBC iplayer HD.
    ADSL line status
    Connection information
    Line state  Connected
    Connection time  0 days, 2:26:57 ------> 6th January 2011
    Downstream  2,268 Kbps
    Upstream  440 Kbps
    ADSL settings
    VPI/VCI  0/38
    Type  PPPoA
    Modulation  ITU-T G.992.5 ---à this apparently means ADSL2+
    Latency type  Interleaved
    Noise margin (Down/Up)  15.7 dB / 31.9 dB
    Line attenuation (Down/Up)  27.0 dB / 9.7 dB
    Output power (Down/Up)  0.0 dBm / 12.7 dBm
    Loss of Framing (Local)  22
    Loss of Signal (Local)  3
    Loss of Power (Local)  0
    FEC Errors (Down/Up)  6512 / 0
    CRC Errors (Down/Up)  0 / 2147480000
    HEC Errors (Down/Up)  nil / 0
    Error Seconds (Local)  2
    4.       As part of the “slow speed wizard” I looked into getting the accelerator plate for my NTE5 split face master socket available for postage only (£1.20) but the web form advised me that if I proceeded with this order the broadband contract would automatically be extended by 12 months. I checked my BT internet account and was surprised to find an email (23rd Dec 2010) advising me that as an Option *1* customer I was in danger of exceeding my usage allowance – which surprised me as I am definitely Option 3. I wondered if I had had the speed throttled. Therefore phoned BT accounts who said the email was a mistake - I am Option 3,  also said that accelerator plate was unlikely to make a difference.
    5.       I contacted the BT call centre who talked me through various options. Plugging the hub direct into the master socket made no difference.  They also ran a line test and said the line was fine.
    6.       I therefore browsed the community care forum and find that disappointing speeds are not uncommon. One of the threads mentioned disconnecting the bell wire on the extensions. I follow this advice and removed line 3 on all extensions and then checked the ADSL status on the hub.
    ADSL line status
    Connection information
    Line state  Connected
    Connection time  0 days, 6:33:45 10th January 2011
    Downstream  2,272 Kbps
    Upstream  888 Kbps
    ADSL settings
    VPI/VCI  0/38
    Type  PPPoA
    Modulation  ITU-T G.992.5
    Latency type  Interleaved
    Noise margin (Down/Up)  31.8 dB / 14.4 dB
    Line attenuation (Down/Up)  27.0 dB / 9.7 dB
    Output power (Down/Up)  0.0 dBm / 12.3 dBm
    Loss of Framing (Local)  0
    Loss of Signal (Local)  0
    Loss of Power (Local)  0
    FEC Errors (Down/Up)  0 / 0
    CRC Errors (Down/Up)  0 / 2147480000
    HEC Errors (Down/Up)  nil / 0
    Error Seconds (Local)  0
    7.       This had a dramatic improvement on Upstream speed –  and a big change to the noise margin Noise margin which had been (Down/Up) 15.7 dB / 31.9 dB  and is now Noise margin (Down/Up)  31.8 dB / 14.4 dB. It did not improve the download speed.
    8.       In the following days the BT hub has not been particularly stable with some intermittent loss of wireless connectivity every few hours. Examining the event log I was a bit disconcerted to see  alterations to firewall settings had happened (which I hadn’t made) and resets which I am pretty certain I hadn’t made – and a userid login with a name like TR69. Perhaps these are occasioned by the BT speedtester? To be fair I had reset and powered off the hub a number of times in attempt to sort out this problems.
    9.        I have switched to a Netgear DG83GT (V1.03.23)  for the time being until I have what I can regard as a reasonably fast stabile connection.  At the time of writing this has been stable for 20 hours DownStream Connection Speed 2268 kbps UpStream Connection Speed  888 kbps.As stated earlier I would like downstream to be faster.
    The perceived wisdom on the forum seems to be that several days of complete stability are required if there is to be any improvement on speed.
    10.   If a moderator or anyone with the relevant experience reads this I would be very grateful for answers to the follow questions:
    A.      Is the change in the Noise Margin parameter a good thing or a bad thing?
    B.      Are the line attenuation figures acceptable for a distance of under 1.5kilometres to the exchange?
    C.      Should I be able in theory to get a faster speed i.e. downstream 3Mbit/s?
    D.      From the forum it seems to take several days for speed adjustments to be effected or to take effect – is this a technical issue or a policy issue?
    Many thanks.
    Robert
    Solved!
    Go to Solution.

    Good Morning - it is now 6 days since this posting. During this time there have been 2 resets of the adsl line
    Fri, 2011-01-14 03:28:43 - LCP down.
    Fri, 2011-01-14 03:28:54 - Initialize LCP.
    Fri, 2011-01-14 03:28:54 - LCP is allowed to come up.
    Fri, 2011-01-14 03:28:54 - CHAP authentication success
    and
    Sun, 2011-01-16 16:37:26 - LCP down.
    Sun, 2011-01-16 16:37:36 - Initialize LCP.
    Sun, 2011-01-16 16:37:36 - LCP is allowed to come up.
    Sun, 2011-01-16 16:37:36 - CHAP authentication success
    These were not initiated by me - and since noise margins and sync speeds changed as a consequence can I assume that this is evidence of the adaptive process working?
    Secondly, as you can see, the noise ratio has vastly improved as have the upstream and downstream sync speeds
             System Up Time 157:54:52               
          ADSL Link          Downstream          Upstream              
          Connection Speed           11199 kbps           1091 kbps                
          Line Attenuation           27.0 db           9.9 db                
          Noise Margin           14.8 db           9.2 db               
    BUT from the BT speedtester, as shown below  I seem to be stuck in a banded IP profile of 1750/1091 which is very different from the  downstream sync speeds of 11199 Kbps(DOWN-STREAM)
    Can BT staff take action to alter this? If they can how do I contact them?
    Regards,
    Robert
    18th Jan 2010
     Download Speed    1288 Kbps
     0 Kbps   2000 Kbps
    Max Achievable Speed
     Download speedachieved during the test was - 1288 Kbps
     For your connection, the acceptable range of speedsis 800-2000 Kbps.
     Additional Information:
     Your DSL Connection Rate :11199 Kbps(DOWN-STREAM), 1091 Kbps(UP-STREAM)
     IP Profile for your line is - 1750 Kbps
    The throughput of Best Efforts (BE) classes achieved during the test is - 2.28:10.77:87.0 (SBE:NBEBE)
    These figures represent the ratio while sententiously passing Sub BE, Normal BE and Priority BE marked traffic.
    The results of this test will vary depending on the way your ISP has decided to use these traffic classes.
    2. Upstream Test: -provides background information.
      Upload Speed       896 Kbps
    0 Kbps   1091 Kbps
    Max Achievable Speed
    >Upload speed achieved during the test was - 896 Kbps
     Additional Information:
     Upstream Rate IP profile on your line is - 1091 Kbps

  • Hi I am trying to change the margins and layout of an existing in design document, help!

    Hi I am trying to change the margins and layout of an existing in design document, help!

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    or
    Make sure that EVERY DETAIL is the same in every place you enter your information
    -right down to how you spell and punctuate the parts of your name and address
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -email address https://forums.adobe.com/thread/1446019
    -http://helpx.adobe.com/x-productkb/global/didn-t-receive-expected-email.html

  • Is their any way to remove headers and footers in numbers 09?

    Is their any way to remove headers and footers in numbers 09?

    Hi Jeuker,
    In Numbers 3.2, you can do lots of things with Page Headers and Footers in Print Preview. Move them to the (paper) edge - if your printer will handle that .
    Then bring up the Fonts window (in Print Preview, Menu > Format > Fonts > Show Fonts) and have a play:
    Or leave them blank. With zero position on the (paper) page, they will probably be in the non-printing margins anyway .
    Regards,
    Ian.

  • How to test and develop the HTML/Backbone custom content viewer on IPad?

    Hi
    I have been tasked with developing and amending the HTML/Backbone custom content viewer as nicely detailed and explained by Derek Lu here:
    https://www.adobe.com/devnet/digitalpublishingsuite/articles/html-default-library.html#
    I can see that by removing the reference to libs/AdobeLibraryAPI.js in Index.html i am able to "test" on the desktop.
    <!--
        The DPS library/store API.
        The include below should be commented out when testing on the desktop.
    <script src="libs/AdobeLibraryAPI.js"></script>-->
    and that data is bought in via the fulfilment XML feed and the parse method is called on Librarycollection.
    I have made the changes to hook up the viewer to bring in some folios that we are developing.
    However, although this provides the ability to test and develop on the desktop in one form since we are using JS and Backbone, there are various checks within the provided code to see if ADOBE.isAPIAvailable.
    If it is, then the behaviour is different than on the desktop, so once the viewer is packaged up and put on the IPad there is disparity between what you were able to check and test on the desktop version against what is shown on the IPad.
    The question therefore is... is there a quick way to develop and test on the Ipad ... it doesnt seem like a viable option to develop blindly on the desktop and then package up the content viewer within Adobe DPS to check how those changes behave on the IPad?
    To re-iterate the viewer is to make use of backbone / js example to provide greater functionality and options for customisation.
    Thanks in anticipation.
    Dave

    Thankyou for taking the time to respond and for providing such detailed articles on adobe dps development, it is much appreciated.
    I had completely missed that article and was struggling to find anything useful from googling!
    Dave

  • I just updated my Firefox browser to Firefox 8. I am a college student and practice with HTML and CSS for class assignments. The fonts in all my html documents are being overwritten online by your script typeface. How do I resolve this issue?

    I just updated my Firefox browser to Firefox 8. I am a college student and practice with HTML and CSS for class assignments. The fonts in all my html documents are being overwritten online by your script typeface. I did not have this issue in the older version. I use an iMAC running OS10.6.8. How do I resolve this issue?

    Starting with this, you have errors in your CSS code.
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    body {
      margin:0;
      color: #151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: #EFF5F8;
      font-size: 100%;
    Related links:
    Windows Chrome, why do my fonts look so bad? - Lee Green
    css3 - Bad font rendering Chrome - Stack Overflow
    Nancy O.

  • I was trying to restore my itouch and when i pressed "restore" and then pressed "restore and update", another sign popped up saying "The ipod "ipod" could not be restored. The disk you are attempting is full. Removing files and empty the recycle bin

    i was trying to restore my itouch because it showed on my itouch the itunes bar on top and the charger on bottom so i went on itunes and when i pressed "restore" and then pressed "restore and update", another sign popped up saying "The ipod "ipod" could not be restored. The disk you are attempting is full. Removing files and empty the recycle bin will free up additional space. What do I do?!?!?! please help me ASAP

    Hi
    I followed this guy's instructions and it worked:
    http://evsiphone.blogspot.com/2009/05/iphone-iphone-could-not-be-restored.html
    I did disable the security (AVG and Zone Alarm) when I tried on my own PC. My wife's laptop which eventually got it working also uses AVG and Zone Alarm but on an XP O/S whereas my PC is Vista - maybe this is why.
    Cheers for you help.
    Andy
    Message was edited by: bigbadandy

  • 0 margins and 0 padding still not displaying correctly in Internet Explorer

    Hi I have designed a page for my site that works perfectly in safari and firefox but of course in internet explorer it doesn't.   The content under the slideshow is meant to line up with the edge of the slideshow.  This is the linkhttp://www.kimberleywebdesign.com.au/Links.html.
    The divs and the tags within them, have 0 margins and 0 padding with the exception of top and bottom padding, so even if internet explorer doubled my margins - double nothing is nothinng ??  I am trying to understand why the problem occurred? 

    My understanding is that IE misinterprets text-align:center in the #wrapper div.
    Change:
    #wrapper {
    width:48.75em;/*780px*/
    margin: 0 auto;
    text-align:left;}
    to
    #wrapper {
    width:48.75em;/*780px*/
    margin: 0 auto;
    text-align:center;}
    Then add text-align: left to each div where the text needs to be left aligned
    e.g.
    #portfolio {
    margin:0 auto;
    padding:2em 0 0 0;
    width:680px;
    text-align:left}
    and so on. Worked OK for me in IE8.
    See: http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/
    Add this tip, taken from the link above, for good measure:
    "This gets IE up to scratch. However this is the step I always forget. In Mozilla, if you reduce the size of the browser window, half of your centred div hangs off the left of the page. This is an odd one, but I've been reliably informed that it's the correct behaviour. To prevent this, just set a min-width on the body tag."

  • I need an economical product to insert/remove pages and convert PDF to PDF/A-1a

    I need an economical product (under $100) to insert/remove pages and convert PDF to PDF/A-1a (or, if it can create PDF/A-1a directly from my scanner, that's good too). There's something for $50 but it only supports PDF/A-1b. Any suggestions?

    As others point out, Acrobat is essential though a bit expensive. There are some very economical (i.e. free) tools that are extremely helpful in  properly tagging a PDF.
    - PDF Accessibility Checker (PAC) 1.3 from the Swiss Foundation Access for All validates the PDF for WCAG 2.0 compliance (to the extent that validation can be automated). It is far more thorough than the feeble accessibility checker that comes with Acrobat, http://www.access-for-all.ch/en/pdf-lab/pdf-accessibility-checker-pac/dl132.html.
    - PAC 1.3's successor, PAC 2.0 performs the same job for ISO 14289 compliance, http://www.access-for-all.ch/en/pdf-lab/pdf-accessibility-checker-pac/downloading-pac.html
    - PDFgoHTML from Callas Software provides a convenient screen-reader view of the document using an Acrobat plug-in, http://www.callassoftware.com/callas/doku.php/en:download. Both PACs also provide screen-reader views, but it is handy to have an Acrobat plug-in that provides the view in a couple of clicks.

  • I've got music on my 4s that I can't get out of my phone. I've deleted it from ITunes and tried to manually and automatically remove (sync) and it won't come out of my phone It's gone from ITunes

    I've got music on my 4s that I can't get out of my phone. I've deleted it from ITunes and tried to manually and automatically remove (sync) and it won't come out of my phone It's gone from ITunes

    Well the iPod is supposed to be synced from YOUR iTunes music library, if you used other means to put music on there then the iPod is going to sync to only what's on your itunes music library when you connect it.
    You need to put the files into itunes.
    Far as your other issues, sounds like the drive is dying.
    Check this support article for assistance
    https://support.apple.com/kb/TS2380
    http://reviews.cnet.com/8301-13727_7-10329819-263.html
    search online for that number.

Maybe you are looking for

  • How can I move a loop in Mac version.  It's easy on iPad

    Hi, I just want to move a loop back and forth on the track.  I can do it easily on an iPad but every time I try to move it in the Mac version it shortens or lenghthens the loop but it will not let me move the position.  Tearing hair out after trying

  • Modify the Field Type of standard Table fields in a Query

    Hello. I have a question. Is there a way to "modify" the field type for standard table fields that are included in a Query? I made a simple query out of a join of tables, but several fields have a lot of decimals, and I would like to present them in

  • BO XI R2 to BO XI  3.1 upgrade - Best Practice

    Hi Experts,     We are using BO Xi R2 version now. We would like to upgrade BO XI R2 to BO XI R3.1 version. Could you please suggest me How to do that. Could you please provide me step by step how to go about this task?     Could you please tell me w

  • Firewire port & power

    Hello All, Did Apple alter the power configuration for the firewire 400 ports? I have an adapter (iFire??) that I use to run an old set of the round HK speakers (originally for an old iMac. The adapter takes power from the firewire port and also plug

  • Task assignment in Collab server

    Hi All, Not really sure where to post Collab server questions but here goes... It appears that a task can only be assigned to an individual Collab 3.02. Does anyone know if a task can be assigned to a group or several individuals in Collab 4? Thanks,