Gap between divs issue when switching doc to html5

I have a banner div w/image and a nav bar div immediatly below it, both at 100% of container at 960px. I now have an annoying gap of about 5px between the two. I had switched the doc from xhtml 1.0 transitional to html5. When I switch the doc type back to 1.0, the gap goes away. Does anyone know why this might happen? Could it be because I'm not using the html5 tags, like <nav>? I thought that using an html5 doc type does not replace the option to use the older html tags, but maybe I'm wrong. The code is below. Thank you.
<div id="banner"><img src="images/imageone.jpg" width="959" height="132" alt="alt text"/>
  </div>
  <div id="navbar">
    <ul id="site_nav" class="MenuBarHorizontal">
      <li><a href="index.php">Main</a></li>
      <li><a href="wp/index.php">Blog</a></li>
      <li><a href="datasources.html">Data</a></li>
<li><a href="about.php">About</a></li>
      <li><a href="contact.php">Contact</a> </li>
    </ul>
  </div>

Quahog68 wrote:
Could it be because I'm not using the html5 tags, like <nav>? I thought that using an html5 doc type does not replace the option to use the older html tags, but maybe I'm wrong. The code is below. Thank you.
Yes, you need to add display: block; to the new html5 tags
<nav>
Whatver
</nav>
nav {
display: block
OOps sorry I read it as though you WERE using html5 tags ....... hmmmm you could still try adding display: block; to the banner and navigation <divs>
I'm also not sure why adding a html5 doctype would cause a gap. Maybe the image in the banner needs setting to display block as well.

Similar Messages

  • Gaps between divs tags in IE8

    I designed a custom Facebook welcome page in DW and transfered it to FB.  According to BrowserLabs, it looks fantastic on every browser and platform except IE8, which shows horizontal gaps between each div.  I have tried and tried and can not find a solution.  Thank you so much for your help.
    http://www.facebook.com/RiverCoyoteDesign
    Here is the entirety of the code:
    <style type="text/css">
    #wrapper {
        margin: 0px auto;
        padding: 0px;
        width: 520px;
        height: 703px;
    .like-us {
        height: 112px;
    .quote {
        height: 112px;
        width: 157px;
        float: left;
    a img {border:none;}
    .bot-nav {
    .below-like {
        height: 55px;
    .clearfloat {
    margin: 0px;
    clear: both;
    height: 0px;
    }.web-design {
        height: 171px;
    .below-web {
        height: 57px;
    .logo-design {
        height: 211px;
    .below-logo {
        height: 43px;
    .nav {
        background-color: #050c0f;
    </style>
    <div id="wrapper">
      <div>
      <div class="like-us"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_01.jpg" width="363" height="112" /><a href="http://www.rivercoyotedesign.com/quote.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_02.jpg" width="157" height="112" /></a></div>
      </div>
      <div class="below-like"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_03.jpg" width="520" height="55" /></div>
      <div class="web-design"><a href="http://www.rivercoyotedesign.com/portfolio.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_04.jpg" width="520" height="171" /></a></div>
      <div class="below-web"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_05.jpg" width="520" height="57" /></div>
      <div class="logo-design"><a href="http://www.rivercoyotedesign.com/logos.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_06.jpg" width="520" height="211" /></a></div>
      <div class="below-logo"><img src="http://rivercoyotedesign.com/fb-graphics/mock1b-rev1-flattened_07.jpg" width="520" height="43" /></div>
      <div class="nav">
        <div class="bot-nav"><a href="http://www.rivercoyotedesign.com/portfolio.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/bot-nav-flat1_01.png" width="162" height="19" /></a><a href="http://www.rivercoyotedesign.com/logos.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/bot-nav-flat_02.png" width="131" height="19" /></a><a href="http://www.rivercoyotedesign.com/enews.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/bot-nav-flat_03.png" width="227" height="19" /></a></div>
      <div class="bot-nav2"><a href="http://www.rivercoyotedesign.com/business-cards.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/bot-nav-flat_04.png" width="221" height="37" /></a><a href="http://www.rivercoyotedesign.com/ecommerce.htm" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/bot-nav-flat_05.png" width="124" height="37" /></a><a href="http://www.rivercoyotedesign.com/" target="_blank"><img src="http://rivercoyotedesign.com/fb-graphics/bot-nav-flat_06.png" width="175" height="37" /></a></div></div>
    </div>

    "BruceCSI2" <[email protected]> wrote in
    message
    news:fgnj8t$pan$[email protected]..
    >I set up this demo page,
    http://www.mistchild.com/gruen/index.htm
    and there
    >are
    > gaps between divs when viewed in IE, but not Opera or
    FF. The weird thing
    > is,
    > they show up between the themepic div and the nav div,
    and between the
    > content
    > div and bottom div, but not between the nav div and the
    content div. I've
    > set
    > top margins of 0 for all divs in my stylesheet.
    > Can anyone help me figure this one out?
    Your construct is really "weird", try this:
    #nav,#content,#bottom{float:none}
    img{vertical-align:bottom}
    If that fixes your problem, then you can simply *remove* the
    float
    declarations from your sheet.
    As a side note, you should try to keep things as simple as
    possible. I'm
    sure you can safely remove "position:relative" from many
    rules. Also, there
    is no need to set a width on DIVs that are not floats (their
    natural
    behavior is to fill the the parent container).
    HTH,
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
    - divaGPS - Add "you are here" highlighting to virtually any
    menu
    - divaFAQ - Create FAQ pages that toggle (show/hide) the
    answers
    - divaPOP - Easy, clean, standards-compliant popup windows.

  • Gap Between Divs Problem

    Can anyone help me figure out why my div named "#indexThmbs" is not sitting flush to the div above it named "#indexHeader1"
    The purple body background color is coming through and I dont know why. There are no top/bottom margins on either divs so there should be no gap between the divs...I have no clue why this is happening.
    I have posted the links to how the page SHOULD look (my JPG mock up)....
    http://vojodesign.com/proofs/ARM/home.html
    ...and also my HTML file with the problem I'm talking about....
    http://vojodesign.com/proofs/ARM
    Thanks in advance.
    Kit

    Hi Kit,
    I made a quick look and it's quite messy or at least seems that your css needs to be optimized. Anyway a fast solution would be in #indexThmbsInner with your margin-top:65px change it to 0 like:
    #indexThmbsInner {
    height:130px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    width:900px;
    Also you declare many classes that do the same thing, so you can do this:
    .indexThmb1, .indexThmb2, .indexThmb3, .indexThmb4 {
    float:left;
    margin-left:12px;
    margin-top:65px; /* Notice I added the margin-top:65px; here */
    text-align:center;
    width:195px;
    .indexThmb1 {
    margin-left:12px;
    .indexThmb2 {
    margin-left:32px;
    .indexThmb3 {
    margin-left:33px;
    .indexThmb4 {
    margin-left:31px;
    Probably there would be better ways to do it but as I mention it was just a quick look, also I haven't checked in IE just in FF but hope it helps
    Cheers

  • Gap between divs, but only in IE6

    I created a page at
    http://www.gruenconstruction.com/gallerycontemporary.htm
    with a top, middle and bottom div (mainly). For some reason, in IE6
    there's a huge gap between the middle and bottom divs. It looks
    perfect in Opera, IE 7 and FF. I can't figure this out.

    Here I am at home. Can anyone help me out with this? Also,
    does anyone know where I can get the exe file for IE6 so I can test
    against it?

  • Strange issue when switching between spaces

    This morning my laptop (MBP) started doing strange things when I switch space. For starters, it takes a lot longer to actually make the transition. Then, when the desktop has moved, it takes a second or so for the primary application window on that desktop to be activated, and the menu bar does a strange swipe animation. I've noticed in Console that there are errors such as this each time I switch space:
    11/04/2013 12:50:03.425 Dock[363]: CGSGetWindowTags: Invalid window 0x214f
    11/04/2013 12:50:03.426 Dock[363]: CGSGetWindowTags: Invalid window 0x214e
    11/04/2013 12:50:03.427 Dock[363]: CGSGetWindowTags: Invalid window 0x214d
    11/04/2013 12:50:03.427 Dock[363]: CGSGetWindowTags: Invalid window 0x214c
    11/04/2013 12:50:03.427 Dock[363]: CGSGetWindowTags: Invalid window 0x214b
    11/04/2013 12:50:03.428 Dock[363]: CGSGetWindowTags: Invalid window 0x214a
    11/04/2013 12:53:54.281 Dock[363]: CGSGetWindowTags: Invalid window 0x21df
    11/04/2013 12:53:54.283 Dock[363]: CGSGetWindowTags: Invalid window 0x21de
    11/04/2013 12:53:54.298 Dock[363]: CGSGetWindowTags: Invalid window 0x21dd
    11/04/2013 12:53:54.299 Dock[363]: CGSGetWindowTags: Invalid window 0x21dc
    11/04/2013 12:53:54.299 Dock[363]: CGSGetWindowTags: Invalid window 0x21db
    11/04/2013 12:53:54.299 Dock[363]: CGSGetWindowTags: Invalid window 0x21da
    11/04/2013 12:53:54.300 Dock[363]: CGSGetWindowTags: Invalid window 0x21d9
    Any ideas?

    Consider the possibility of third party software incompatibility. 
    Does this behavior persist for a different user, e.g., Guest User?  Does this behavior persist when starting up in Safe Mode?
    charlie

  • Issue when switching rooms in spark but does not exist in mx namespace?

    I have a Flex SDK 4.0 application that I have declared with <s:Application.  In this application I have 2 rooms, that have two different ConnectSession components associated with each as well as seperate Pod's with seperate shareID's for each. (nothing in the two rooms overlap).  I also have 2 buttons that switch between room1 and room2 when either button is clicked.
    my issue is that using the <s:Application declaration for my app..then transitioning from room2 BACK to room1 (transitioning from room1 to room2 works fine), gives me this error:
    TypeError: Error #1034: Type Coercion failed: cannot convert studygroups2@343f0a1 to mx.core.Application.
    at com.adobe.rtc.collaboration::SharedCursorPane/removeMyEventListeners()[C:\work\branches\c onnect\1004\cocomoPlayer10\src\com\adobe\rtc\collaboration\SharedCursorPane.as:477]
    at com.adobe.rtc.collaboration::SharedCursorPane/onSynchronizationChange()[C:\work\branches\ connect\1004\cocomoPlayer10\src\com\adobe\rtc\collaboration\SharedCursorPane.as:538]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::setIsSynchronized()[C:\work\b ranches\connect\1004\cocomoPlayer10\src\com\adobe\rtc\sharedModel\CollectionNode.as:683]
    at com.adobe.rtc.messaging.manager::MessageManager/onDisconnect()[C:\work\branches\connect\1 004\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:813]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.session.managers::SessionManagerBase/http://www.adobe.com/2006/connect/cocomo/session/internal::disconnect()[C:\work\branches\c onnect\1004\cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerBase.as:112]
    at com.adobe.rtc.session.managers::SessionManagerFMS/onFmsConnectorDisconnect()[C:\work\bran ches\connect\1004\cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerFMS.as:2 50]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.session.sessionClasses::FMSConnector/disconnect()[C:\work\branches\connect\ 1004\cocomoPlayer10\src\com\adobe\rtc\session\sessionClasses\FMSConnector.as:393]
    at com.adobe.rtc.session.managers::SessionManagerFMS/http://www.adobe.com/2006/connect/cocomo/session/internal::logout()[C:\work\branches\conne ct\1004\cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerFMS.as:314]
    at com.adobe.rtc.session.managers::SessionManagerAdobeHostedServices/http://www.adobe.com/2006/connect/cocomo/session/internal::logout()[C:\work\branches\conne ct\1004\cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerAdobeHostedService s.as:139]
    at com.adobe.rtc.session::ConnectSession/logout()[C:\work\branches\connect\1004\cocomoPlayer 10\src\com\adobe\rtc\session\ConnectSession.as:442]
    at com.adobe.rtc.session::ConnectSessionContainer/logout()[C:\work\branches\connect\1004\coc omoPlayer10\src\com\adobe\rtc\session\ConnectSessionContainer.as:267]
    at XXXXX/goGlobal()[C:\Users\Rees\Adobe Flash Builder 4\XXXXX\src\XXXXX.mxml:50]
    at XXXXX/___XXXXX_Button2_click()[C:\Users\XXXXX\Adobe Flash Builder 4\XXXXX\src\XXXXX.mxml:105]
    However, when I change the application to <mx:Application, and then attempted the transition again... BACK to room1 from room2.. everything works FINE!  This may be a simple issue so please bare with =).  Can anyone tell me why I'm getting this issue with spark and how to fix it so that I CAN use spark as my application namespace?  Thanks in advance!

    Wow, that's an interesting one - seems as though the sharedCursorPane has
    some hard requirement that the base App be mx (this isn't terribly
    surprising, considering it was built with the mx components, but it's still
    a bug). Can you link against the source code (provided for player 10 now!),
    and change that line in sharedCursorPane :
    From :
    Application(mx.core.Application.application).stage.removeEventListener(Mouse
    Event.MOUSE_MOVE, onMouseMove);
    To :
    stage.removeEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
    and see if that works for you? I can't honestly tell why we're using the
    line that was there... It's possible this was a workaround for another
    issue. Anyhow, if you wouldn't mind being the guinea pig for this one, we
    can get to the bottom of it.
      thanks!
       nigel

  • VISA issues when switching from Labview 5.0 to 8.5

    Hello all
    I am using a pressure transducer that I read using RS-232. In Labview 5.0 I used the Read Serial VI and it worked with no issues (I also tested it with the VISA from 5.0 with no problems either). Now I have upgraded to 8.5 and I seem unable to communicate with it anymore. The usual error I get when i try to read is a timeout error.
    I ran the Troubleshooting Serial Line Monitor VI and it seems to work (RI blinks when the output lines are off, DCD RI and CTS blink when DTR is on, and RI DSR and CTS blink when RTS is pushed) The Basic Read and Write VI does not work however. Whenever I get bytes at port it always returns 0. I am using a USB-RS232 converter but this problem remains when I tried using an RS232 port on another computer running 8.2.
    I recently added the VISA 4.3 drivers but this did not help.
    Thanks for any ideas.
    Thomas

    This morning I tried with both the DOS prompt and Indigo terminal emulator. I also checked the setting on my manometer and the manual says that the settings should be:
    Baud Rate: 9600
    Parity: None
    Auto Line Feed: Yes
    Margin: 0
    Decimal Point: "."
    Send EOF: Yes
    I then followed the instructions to set the port with MODE COM5:9600,N,8,1,P and it returned
    transfer rate: 9600
    parity: none
    databits: 8
    stop bits:1
    timeout: on
    XON/XOFF: OFF
    CTS-handshaking: ON
    DSR-handshaking: ON
    DSR-sensitivity: OFF
    DTR cycle: Handdhake
    RTS cycle: Handshake
    Then when I try to log the data with COPY COM5 log.txt it creates a txt file on my desktop with no information.
    I checked the parameters on the old Labview 5.1 (not 5.0 as I said earlier) computer and they were
    Error Replacement Character: 0
    Flow Control XOFF Character: 0
    Flow Control XON Characcter: 0
    Serial Baud Rate: 9600
    Serial Data Bits:8
    Serial End Mode for Reads: Term Char
    Serial End Mode for Writes: None
    Serial Flow Control: None
    Serial Parity: None
    Serial Stop Bits: 1.0
    Those were the only parameters available in the Serial Settings Node
    With 8.5 I got all the same except
    End Mode for Reads: None (when I changed it to TermChar, it didn't help)
    XON: 17
    XOFF: 19
    There were many many more modem line settings but I didn't include them because they weren't in Labview 5.1

  • Formatting Issue When Switch to Computer Display

    I recently upgraded to a cinema display that I use with dual screen with my MacBook Pro display.  When I unplug it from my MacBook Pro the windows and documents are way too big when transferred to my laptop display.  Is there any way to fix this?  I didn't have this issue with my old non-Apple monitor.

    Hi Joemon,
    What patch level are you using for CR2008? With SP3 there were a number of fixes for design\formatting issues, so I would recommend use of a current patch level.
    Also can you test with different viewers - is the issue specific to the CR2008 Viewer?
    I did find an open Enhancement Request (ER) ADAPT01458705, and wonder if it may be a related issue:
    Current Functionality:
    When a Crystal Report is uploaded to the (XI R1, R2, R3) enterprise, if the report contains fields with data entries that exceed the field length, the data will overrun, vice truncating as it does in the Crystal Reports application. If selecting the HTML preview,
    this should also show the data field overrun before publishing. The known workarounds documented for this are to either format the fields in question to "can grow" and limit the number of lines to 1, or create a registry key TruncateClippedFieldStrings and set the value to Yes.
    Requested Functionality:
    Since the customer does not have any scenarios in which it would be desirable to have the data truncate in the designer, yet overrun in the published report, they request that the TruncateClippedFieldStrings key be included in the install and be set to Yes as a default.
    Ultimately if it's something that you can easily reproduce it might be a good idea to pursue this with SAP Support, it could be a bug.
    I hope this is a very helpful answer to you.
    Kind regards,
    John

  • Loss of sound via external devices and odd issues when switching inputs.

    When I plug in my headphones via the headphone jack, or my Logitech USB headset thru the USB port (either one), I get no sound coming out.  Going to sysprefs>sound>output and selecting the approporiate device results in no volume control on keyboard and spinning beachball for several seconds.  Unplugging device results in sound repeatedly going "pop, pop, pop" at whatever volume the internal speakers were last set at.
    Something is skewed in the audio components but I am not sure what it is and am not sure how to proceed.

    Remove that in safe mode using >>Driver Fusion<< and install latest MSI driver: http://www.msi.com/product/vga/N660Ti-PE-2GD5.html#/?div=Driver&os=All

  • V5-571p keyboard issue when switching profiles

    It seems like after I upgraded to 8.1 a few months ago, the physical keyboard on my laptop found a bug. It works just fine until you try to switch profiles, then it stops working. I'm unable to key in any characters using the physical keyboard, but the touchscreen board works. If I try to switch profiles, then restart the machine, the keyboard then magically works again for that profile - - - until I try to switch again. Every time we want to switch users, we're forced to restart the machine. Very troublesome. Who can help a guy out?

    I have to tell you - I've just been living with this problem since it began. I'm really at my wits end with it. I upgraded my machine to Windows 10 two days ago. IT SOLVED THE PROBLEM FOR ONE DAY. As soon as a forced update came down, this started happening again. I seriously looked all over for the solution the other poster here has provided, but there is nothing in the regions>administrative section that controls keyboards except for what language I'm trying to use. Here's a screenshot of what I see. WHAT AM I MISSING? 

  • Power Manager issue when switching to and from AC

    Currently I have several Lenovo Brand laptops in my environment T500, T510, T520, T530 and a T430s Running a custom image of Windows 7 Pro with a few Windows 7 Enterprise.
    Here is the problem.  I can boot fine, but the boot state is important whether I'm on AC or not on AC.  What happens if I boot while on AC everything is fine until I unplug the Adapter.  The Power indicator start flickering rapidly..Actually pulsating rapidly is more accurate and the laptop becomes unresponsive until the AC Adapter is PLUGGED back in.
    If I boot off AC everything is fine until I plug it up then the Power indicator pulsates rapidly and the machine is unresponvie again until the AC Adapter is UNPLUGGED.
    Right now the only solution is to uninstall the Power Manager software and all is fine.  Once that is done all is fine, there are enough laptop with the problem for me to worry about when it takes 2 minutes to uninstall the software and it happens to a small precentage of macines.

    See if this helps
    RESET DEVICE
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).

  • HTML5 playback issue when playing lots of html5 videos on a single page

    Hi,
    I've got a use case where I need to play 48 to 150 videos per page and number of pages could be from few to thousands. I use html5 for video playback.
    The video tag I use is the below one:
    &lt;video width="20" height="20" autobuffer controls preload="none" &gt;&lt;source src="MY_VIDEO_WITHOUT_EXTENSION"type='video/webm; codecs="vp8,vorbis"'&gt;&lt;/video&gt;
    I have an Apache http server serving the videos. I store the videos without the extension so I've modified the httpd.conf and added "DefaultType video/mp4" since all videos have been transcoded to mp4 with h.264/mpeg-4 with AAC audio.
    I created a simple html with the above video tag repeated 46 times with each having a different source. The videos are of varying lengths from few minutes to close to an hour. I noticed that I can play the first few videos - around 15 of them. I pause each video before playing the next one. After 15 videos or so, I start seeing the loading icon and the video just won't play no matter how long I wait.
    I used firebug to see what's happening and noticed that it is waiting on the GET request. I see no incoming requests on the apache server logs for those failed videos.
    If i reload the page and play those videos that didn't play earlier they would play without any issue till I reach the number of videos i've selected to play around 15 or so and then the problem starts again. The problem is not with the videos since they play at one time or the other based on what videos I choose to play first. I have no other tabs open that may interfere with this.
    I noticed that I do not have this problem on Google Chrome, all videos play without any issues. So, it looks like it is a firefox issue. I have the latest FF and Chrome btw.
    I added "browser.cache.memory.capacity" property and set it to 1GB but it still didn't help. The memory and CPU usage on the task manager is not significant enough to be the cause of this issue. I have 32GB RAM and 6core CPU. And its not just my desktop, its several other desktops that have this issue.
    Even if I remove the codecs and use type='video/mp4', it doesn't work. I've tried removing autobuffer and it behaves the same.
    Any help is greatly appreciated.
    Thanks
    -G

    Sorry,
    The video tag I use is the below one:
    &lt;video width="20" height="20" autobuffer controls preload="none" &gt;&lt;source src="MY_VIDEO_WITHOUT_EXTENSION"type='video/webm; codecs="vp8,vorbis"'&gt;&lt;/video&gt;

  • Graphic distortion when switching between external and built-in display (rMBP)

    Recently (within the past two weeks or so) I've noticed a strange issue when switching between my external display (Thunderbolt) and my built-in display on my 15" rMBP. The following issue seems to be specific to Photoshop CS6.
    Typically, I'll have a PS document open on my external display and I'll wind up taking my to another location. If I close the PS document while on my built-in and then re-open it, I get all kinds of distortion and pixellation. Closing out PS and reopining, restarting, logging on/off; none of it seems to work. It seems like the issue is with the PSD itself, but it doesn't make any sense to me. Any ideas? Screenshot: http://i.imgur.com/iCipSc7.jpg

    Do you have intel gpy as well as other graphic card?  You may be viewing document on different gpu's.  PS does not like multiple gpu's.

  • How do I vary the gap between songs?

    I would like to vary the gap between the songs I burn on a CD. This would be especially useful when recording certain classical pieces. The iTunes Preference for "Gap between Songs" will only let me choose a uniform gap between all tracks. Does anyone know if this gap can be made different between tracks? Thank you. Maria

    Sorry, but you may only select the same gap between all tracks (when using iTunes).
    If you want o use different gaps between those tracks, you have to switch to a commercial burning application like oast.

  • CS5 Multiple page sizes leaves a gap between pages on a spread

    I'm laying out a 6pp DL leaflet.
    I've set up page 1 as 97mm wide, pages 2 & 3 as 100mm wide. This is the usual way to set up a 6pp DL, only before CS 5 you would have to do it the long way round.
    Only it seems when you have different page sizes in a spread it leaves a gap between the pages when there is an alternative page size, rather than butting the pages together.
    How can I get rid of the gap between pages in order to print it as spreads?

    M Blackburn wrote:
    I just completed a job that has six pages of varying widths in one spread. Trying to drag the pages into place just doesn't work. You have to use the Control Panel. Select the pages (with the Page Tool) and make sure the X co-ordinate for the top left matches the width of the adjacent page. After two pages, you have to do the math, or move your rulers to the next page.
    I don't know what you were doing, but Steve's method works perfectly for me. As long as shuffling is disallowed on a spread the pages will not separate. In fact, I've not found a way to create a gap between pages that are joined as a spread, even two page spreads for which shuffling is allowed, so perhaps I don't understand the question at all.

Maybe you are looking for

  • GW IMAP Crashing 8.02HP3 on NW Servers

    Had 8.02HP3 running for a while on NW6.5 SP7 servers. All was well. We started using NotifyLink a couple months ago and ever since, a few of the servers will crash periodically. Abend log (below) says it's choking on GWIMAP. Have been working with NL

  • Transfer various files from an iPod to your computer

    Step 1. Download and install Syncios iPod Transfer on your computer. Step 2. Launch SynciOS iPod Transfer and connect your iPod to computer. Open SynciOS iPod Transfer and plug in your iPod to your PC's USB port. Step 3. Import & Export files from PC

  • Access arabic from db and display in textfield

    I have saved arabic in MS Access database which is showing arabic well but in a JTextField it looks line ?????? ????? how can i solve this problem ..?

  • Weird Lines showing in PDF at certain Zooms

    I created this layout in InDesign. When I print to PDF, I can see the outlines of an object's container (the pink line on the left) over another object (the brown silhouette on left). Sometimes I can see both lines when I zoom in to 150% in Adobe Acr

  • Cannot activate Photoshop elements because it keeps saying no internet connection.

    I am trying to activate my PSE but every time i try to validate the serial number i get the "no internet connection error" and I am not being given the option to activate offline anymore. I also lost the card that my disk came with so uninstalling is