Blacks Dots at top of webpage and formating issue with table

I have a basic page with a table layout, spry horizontal menu, spry accordion menu and a bit of Jquery mixed in for the content.
In Safari and Chrome two black dots appear at the top of the page. I'm not sure where these are coming from. Thoughts?
In Firefox and IE the two dots do not apprear.
Also the spry horizontal menu bar is spupposed to be closer to the "logo" image at the top of the page. Every browser adds space between that image and the spry menu bar.
Here's a link to the test site.
http://www.treehousearch.com/TH-test/Boxwood.html
I'm using CS4.
On Win7 64bit.
thanks in advance

The dots are as a result of <li> class="links" id="projects"> (see below). Are they supposed to be there and whats happened to the <ul> tags which should surround them?
<ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu" href="#">PORTFOLIO</a>
        <ul>
          <li><a href="#">ARCHITECTURE</a></li>
          <li><a href="#">LANDSCAPE ARCHITECTURE</a></li>
        </ul>
      </li>
      <li><a href="#">ABOUT US</a></li>
      <li><a href="#">CONTACT US</a></li>
    </ul></td>
LOOK HERE >>>>>>>>>>>>>
    <li class="links" id="projects">
    <li></li><td width="1" height="20"></li>
To get rid of the dots add the below css to your css stylesheet.
#projects {
list-style: none;
As Snake has pointed out the code is corrupt anyway - you have stray <td> tag in the middle of the <li> tags so you need to clean that section of your code up a bit.

Similar Messages

  • SD and MM workflow with table

    hi friends,
           can any one explain the SD and MM workflow with tables
    thnx in advance

    Here you got for tables flow
    SD
    http://www.sapgenie.com/abap/tables_sd.htm
    MM
    http://www.sapgenie.com/abap/tables_mm.htm
    FI
    http://www.sapgenie.com/abap/tables_fi.htm

  • I have slow internet speed and having issue with download of photoshop cc is there an alternate I can go somewhere with high speed to download.

    I have slow internet speed and having issue with download of photoshop cc is there an alternate I can go somewhere with high speed to download. without using this creative cloud that downloads first.

    We need to know more about your system, please download EtreCheck and run the report and please post it on your next reply. Then we can see how your system is configured, what apps are on it and look for anything obvious. We will look forward to seeing your report.

  • Firefox 3.6.23 having freezing and rebooting issues with Adobe Flash Player 11 Plugin

    Firefox 3.6.23 is experiencing constant freezing and rebooting issues with Adobe Flash Player 11 Plugin, not sure if it is a conflict issue or not.
    Since the update there had been no reported issues till today when the blue screen came up on me, this issue prior to plug in 11 had occurred at least 6 times, this issue only happens on firefox.
    I do not wish to update since recent firefox browsers seem to have a lot of ongoing issues.

    Anyone able to help please?
    Thanks.

  • Hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    The problem has been fixed with the most recent OS X software update.

  • I just bought a iPod nano 7th gen and having issues with clear radio channels. Please help.

    I just bought a iPod nano 7th gen and having issues with clear radio channels. Please help.

    You can send it in to them: https://expresslane.apple.com/GetproductgroupList.action?PRKEYS=PF3

  • FCP and Motion formatting issues with DVCPro 50?

    The material is DVCPro 50 NTSC 48khtz. (Item properties indicate that I initially digitized it properly.) My sequence settings are DV50 NTSC 48khtz.
    I wanted to create a vignette effect so I exported my clips as a Quicktime (current settings) sequence to Motion. When I was done there I exported the sequence from Motion back to FCP as a DV NTSC movie.
    Some of the Motion effected clips will play, look great and then all the sudden I see a black band appear on the East side of the frame. I can stretch it in Motion some but it just degrades the image so I'd rather not.
    I'm surely grateful if someone can steer me in the right direction here.

    Thanks for the workflow tips and suggestions. I backtracked to my original sequence and found the problem originates there. I have narrow black lines on both sides of all these clips. Since I resized a few clips with moves, I didn't recognize the problem. Now that I'm closer the root of it, any suggestions?
    By the way, these problematic clips are intercut with no problem library footage that was also shot on DVCPro 50 and I took in on the same deck.
    I cruised the forum for any occurence of a similiar issue and most replies seem to suggest a formatting issue. I don't get it since I think I have everything set up correctly. As a precaution, I also tossed out my preferences using FCP Rescue 5.
    Welcome to the discussions, splotch.
    Not sure what is causing this, but I might propose an
    alternate workflow. Have your clips on the timeline
    as you wish, ctrl/right click on them and select
    Send To Motion.... Click the
    embedded and open Motion ticks, give it a name, then
    continue. Do your work in Motion, save, quit, and
    fall back into FCP. Your clips may lose their
    "anamorphicness" on their round trip, but just
    ctrl/right click on the clip and select Item Properties/Format..., then
    click on the anamorphic button.
    Try this and see if you are still getting the same
    problem...
    Patrick

  • Uk date format issue with ASP and Access Database

    I have an Asp form which updates records in an Access
    database. Problem is
    that the date format in the database record is dd/mm/yyyy
    (UK), when
    the record is displayed on the form it is mm/dd/yyyy(US)
    which after I
    update the record in the database the date has changed to the
    new format.
    I have tried everything I can to change the format but to no
    avail...anyone any ideas how I can resolve this issue?
    Thanks
    Steve

    stevo.s wrote:
    > Hi
    >
    > I have tried changing the format on the date field on
    the server behaviours
    > panelto ddmmyyy. Also have tried to set the form field
    format to ddmmyy. I have
    > also tried to use a function I got from a posting
    somehwere on the net to no
    > avail. <%function ddmmyyyy(varDate)
    > ddmmyyyy = Day(DateValue(varDate)) & "/" &
    Month(DateValue(varDate))
    > & "/" & Year(DateValue(varDate))
    > end function
    >
    > I believe that this is a recognised issue with
    Dreamweaver and Access but
    > can't seem to grasp the work around! Problem being I am
    teaching myself through
    > books and internet articles and can be weeks at a time
    without being able to
    > look at the issue..each time I come back to it it is
    like starting all over
    > again! I was hoping that somewhere out there there is a
    simple solution the
    > issue perhaps a date picker with the built in
    functionality to address the
    > issue...I am keen to understand how to deal with the
    issue rather than just
    > change my database date field to fudge the problem as I
    am in the UK and when I
    > eventually start to use the application I would like
    there to be some
    > consistency with dates and that users are familiar with
    the format.
    >
    > Any help gratefully received!
    Its not Dreamweaver, or Access, its your servers locale, its
    set to US
    format, not the UK.
    On your page at the top use:
    <% Session.LCID = 2057 %>
    This will force the page into using UK formatted dates. Use
    it on any
    page that needs to format the page correctly.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

  • Multiple queries and formatting issues

    I am running a report with 2 queries in a csv format. It displayed the right format with one query but with the new query , I have all sorts of formatting issues. The data is displayed in random cells. Why would this happen? Any ideas?
    thanks

    Sripathy,
    No, the data is not mixed up. However, the data is displayed in random fashion. Data which should be displayed in one cell, is coming in 2 cells. Sometimes, it is skipping a few cells. It could be due to field widths- I tried changing the widths of the groups in the Data model and also in the layout editor, but nothing has worked so far. Does it not automatically adjust the width depending on the data. I have Vertical elasticity Expand and horizonta Fixed.
    Thanks,
    Srikanth

  • Importing Excel Files and Formatting Issues

    Good afternoon ladies and gentlemen. When in doubt, post in the forum! Anyway, I am using java via ODBC to connect to an excel file to extract some info from it, using SQL statements. Everything can be extracted without any problems, however, Excel keeps pi$$ing me off by changing the format of the cell data.
    Firstly, I highlight every cell in my Excel file and format it as "Text."
    Then I extract the cell info by using a ResultSet and getting a String (even for numeric data - ResultSet.getString(...))
    What is getting on my nerves is that not only does it not extract numeric values followed by a string, when it does extract numeric values, it is adding a ".0" after the value.
    For example, if the cell value is 123, it will return 123.0
    If the cell value is 123SHOE, it returns null
    Furthemore, when editing the Excel file, after having every cell formatted as "Text," if I enter a number, say, as a zipcode, 123450000, it brings up an error! But the very definition of "Text" states that "Text format cells are treated as text even when a number is in the cell."
    The moral of the story is, I want to convert all data in the Excel file to "Text" and when extracting data from the file, I need to be able to extract numbers, numbers followed by characters, and everything else.
    Any suggestions?
    Thanks much,
    Josh

    Hey Dr. Clap, quick question for ya. I was checking out the Apache POI you recommended. More specifically HSSF. I noticed in the documentation that "String cells cannot conatin numbers and numeric cells cannot contain strings." Unfortunately, this is not going to work well with my app as some of the primary keys (I use the term loosely) are Strings which contain numbers. My main problem is that my app wont recognize the Strings containing numbers, so it returns null, and Excel is chopping off the leading zeroes and is popping up with an error because numbers are in the String. However, as I stated before, Excel notes that text cells can contain numbers!
    FYI, I am using Pervasive SQL to extract a given list of users in a DB (which I dont want to connect to directly) and am saving that generated query (list of users) into a text file. I then open the text file in Excel which parses it correctly and assigns the cells the correct values. So I don't think I can format the cells as text because I am importing the file I generate. I love doing things ass backwards :) Another reason I am using Excel files is so anyone can use the software so long as they have an Excel file with the appropriate columns within the file.
    Thanks yet again and I'll keep searching.
    Josh

  • Weird graphics and other issues with internet explorer in all versions.

    One of our laptops has an issue with their Internet Explorer. First, whenever the user logs on and starts internet explorer and navigates to any website, the website loads for a bit but then immediately displays a "Page cannot be displayed" error.
    Every single time. If we try browsing again/refreshing the page it loads fine. But during regular browsing, we might get that page again.
    Another issue that happens is sometimes the graphics logos won't load properly. See screenshot:
    http://i.imgur.com/0usOPpu.jpg
    And this happens a lot. If this won't happen, the websites will only load with half its formatting missing. 
    Now we have: 
    -Thoroughly checked computer for viruses. Several full scans have been done with MalwareBytes with no issues found. Microsoft Security Essentials has been installed, full scan done, no viruses/spyware/adware found. 
    -We have tried upgrading to IE11. Same issue. Downgraded to IE10. Same issue. Downgraded to IE9, same issue yet again. IE was Reset each time. 
    We checked if it could be a network issue, but none of the other computers connected to the same switch has issue like that. 
    Any suggestions/ideas to try? 

    Hi,
    I suggest you temporary disable antivirus and firewall, then check the result.
    You may try the steps from the links below to check the issue:
    "Internet Explorer cannot display the webpage" error
    http://support.microsoft.com/kb/956196/en-us
    Internet Explorer "Page Cannot be Displayed" error due to Bad Proxy Server Timeout
    http://support.microsoft.com/kb/2551554
    You may also refer to the computer or device manufacturer website and try installing the latest version of chipset, graphics card and video card drivers and check.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Autocomplete and linking issues with gchat on apple messages

    So I'm having a couple related(ish) problems with apple messages and gchat/hangouts/whatever it's called these days and imessage on my laptop:
    1) Gchat contacts sometimes do and sometimes don't autocomplete when i cmd+n for a new message and then start typing in the 'send to' field. this occurs irrespective of whether i try to start a jabber conversation via typing their email or via typing their name. I've noticed a couple of semi-consistent factors that seem to be impacting it, at least sometimes, but can't pinpoint anything entirely consistent:
         -It seems to be more problematic with contacts that I have their (google) email address on their contacts card in my icloud account on my actual computer/iphone (as opposed to not having them linked to a contact, and them being merely listed on my gchat friends list by virtue of being imported when i created the account)
         -It seems to be more problematic with buddies that i have had more recent contact with, so that their existing conversation is closer to the top of the messages window (and plus, even this isn't entirely consistent - sometimes it lets me type and find their jabber account even if i chatted yesterday and it's second or third on the list, other times it just returns no results in the address field, and other times (when they're a contact with email address as well as phone number) it only gives me their imessage account but their jabber doesn't show up and i have to go to my buddy list to find them)
    Any thoughts? It's sometimes easier to just do cmd+n and type a friend's name even if i have an existing conversation with them relatively top to the close of the list, than manually finding them in the list or looking at the buddy list or using the search bar. cmd+n typically works at least with imessage conversations, and sometimes even with jabber accounts/gchat, so it doesn't seem like this is merely a feature that doesn't exist.
    2) This might be less of a bug and more of a feature, but i'm wondering if there's a way to deactivate it. A lot of my friends have both imessages and gchat, and i have their google email and phone number on their contact card. in this case, apple messages, seemingly arbitrarily, alternates back and forth betweeen gchatting them and imessaging them in the same conversation. it doesn't always correspond to their away/available status on gchat, and even when it does correspond, i'd still prefer to be able to manually override to send an imessage even if they are available on gchat, I'd prefer to just have separate conversations going for imessage and gchat (because a lot of my friends just never look at one or the other depending on whether they are or arent near their computer, so i need to be able to control where the message goes). I do have a separate jabber conversation with John Smith from their imessage, but within the imessage conversation it still sometimes switches to jabber. It seems like this only happens for contacts that have both email and imessaage on their vcard, but i'd prefer not to delete the email address from their vcard just to resolve this issue, since the email address on contact comes in handy for purposes other than gchat. is there any workaround/way to disable this auto-switching between imessage and gchat accounts in the same conversation, while keeping contacts' email and phone number linked on their vcard?
    3) Some, but not all, of my android friends show up as having imessage when i type their name to contact via gchat. sometimes it says imessages for their phone number, and sometimes instead for their gmail (or both). With respect to the issue when it happens in phone number form: i've checked their contact cards and their phone number is just listed as mobile (not iphone or anything, though i'm unsure if the category of phone number actually tells the phone whether they have imessage, or if it recognizes (in this case, incorrectly) on its own). Of course the imessage won't actually send, but it's pretty annoying (especially in light of the problem from #1). Is their any way to tell messages that this person doesn't have imessage so it stops saying they do?
    Couldn't decide whether to post these separately or together, but since they may or may not be related i opted for the latter. sorry for the length. searched for all 3 and didn't find anything quite on point.
    macbook pro, mid-2010, 15"
    Mavericks 10.9.2
    messages v8.0

    Hi,
    Re 1)
    If a Buddy  (Google, AIM or Yahoo) is in the Buddy list as just the ID or Screen Name then broadly speaking they are not in your Contacts list.
    As such they will not show a "Real Name".
    However any Buddy can be added to the Contacts List even if you don't add a "Real Name"
    This in itself can also cause issues as the Contacts app does not create what it sees as Duplicate cards.
    i.e. you cannot create two cards with the name John Smith.
    It is easier if the ID/Screen Name becomes the "Real Name".
    I have three Macs
    On each the My Card  for myself reflects the Computer it is from and those Cards are synced on my iMac.
    Some of the various Jabber and AIM Screen Names are linked to the particular computers.
    That means if I type "ra" as the start of my Name in the "to" spot I get this:-
    First is a national breakdown service for helping out with cars (as opposed to any other breakdown)
    The next is a Buddy that I have hidden.
    It lists Apple ID and telephone numbers that it thinks are iMessages compatible (it thinks all numbers are valid)  liked to be G4 tower's card.
    It continues listing AIM, Jabber, Yahoo and other iMessages accounts as well as the Bonjour contact details.
    As you can see some at the bottom are IDs and Screen Names that are not associated with any of the Address Cards.
    In these cases my name from part of the ID so "ra" picks then up.
    As you can see you should get AIM, Jabber (Google), iMessages and Yahoo account indicated.
    That should then lead to 2)
    Once in the conversation you can use the "To" spot to change which ID you are calling and therefore effectively change which service you are using.
    In this Pic I have chosen to call Myself (easy with multiple accounts)
    My iMac My Card has no jabber account listed so you only see iMessages and  AIM option listed.
    I can "call" my main AIM name (ralphjohnsr) from the other three Accounts linked to this Card.
    From your end it may look like a random switch but in fact is most likely from an incoming change by the Buddy/Contact.
    You can make the change by using the "To" spot and a drop down
    The centralised messages in the chat should tell you of Changes as will the ID in the text field before typing
    Re 3)
    It will depend on what their Apple ID is.
    Some have had @mac.com names for a long time and linked them to MobileMe than more recently iCloud.
    Some linked their @me.com names form MobileMe to iCloud at the Change.
    Most recently iCloud IDs have been given @iCloud.com emails from the start.
    However any email can be used as an Apple ID.
    The pic above has my Apple ID partially hidden for that lower  iMessages info across the center.
    You may find that some people are using their Google ID as their Apple ID AND also using it as both the iMessages registered name and the Google ID  in the Messages app.
    Lets explain this another way.
    When iChat 1 came out Apple joined the AIM service with it (it did AIM and Bonjour  which was then called Rendezvous)
    At that time Apple entered in to an agreement with AIM that any Apple Issued ID would be a valid AIM Screen Name.
    At that time the Apple Service was .Mac and @mac.com IDs were being issued as paid for accounts, Trial Accounts and after while Lapsed paid for accounts.
    These all worked as iChat/AIM Screen Names.
    Then Apple changed to MobileMe and issued @me.com IDs
    The trials only lated until you ended them and the IDs no longer worked in iChat after that as valid AIM Screen Names and nor did lapsed Paid For accounts.
    More recently Apple have stopped a paid for Service and moved to iCloud.
    At the change you could link Any Apple ID to iCloud and you got an @me.com ID from the iCloud server (it could be the same as the on MobileMe but did seem to be "separate").
    Later these became @iCloud.com IDs  (Some people have both under iCloud and in some cases linking @mac.com names to MobileMe @me.com accounts for email still continues).
    To be clear you could link Any existing email ID to iCloud such as  Google ID.
    But broadly I am speaking of gaining various Apple Issued IDs over time that may or may not be linked to one account.
    These Apple Issued IDs works as Valid AIM Screen Names in Messages. (the iCloud issued ones don't work in iChat 5 or earlier though).
    I linked an external to Apple dial-up Email that has been my long time Apple ID to iCloud and got an @me.com ID at first and later an @icloud.com one as well.
    I can use these two separately in Messages as Valid AIM names.
    Someone using their Google ID as their Apple ID could use it as the iMessages registered Name AND as the GoogleTalk/Jabber entry as well.
    This might explain why it looks like they are swapping about.
    There can be one other explanation and that is dependent on where they are logged in.
    Obviously a GoogleTalk user can log in to the Google web Mail page and use Talk there.
    Although I don't use Google+ I presume there is a similar web page to chat from there.
    This would limit them to being "On Google" rather than iMessages when they sent a messages to you.
    Re GoogleTalk
    Obviously Android is Google.
    The Account settings at Google incudes the "products" you can link and use from your Account.
    Previously with a Google Mail Account that included enabling "Talk" which then allowed you to chat from the Web Mail Page login (or your chosen Jabber able app)
    Now Google use Google+ and this seems to give you automatic access to "Talk"  to the extent it is no longer something you have to Activate.
    I am wondering if using a Android phone is linked to having a Google+ account and that the phone number can be part of that ID set up (similar to iMessages and iPhone Numbers).
    If it does it would then depend if the phone is linked to both the Number and the Google ID as to what they can login as in certain situations.
    I am not sure I have covered everything but I think I have covered most things.
    From what you post I am not sure that there is an issue or not although I have posted what is normal and expected I think there are some fringe things that are an issue.
    9:46 pm      Tuesday; April 15, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Funky and annoying issues with my ipods harddrive, can anyone help please?

    Hi everyone,
    this is the first time ive been to an ipod support forum, ive tried everything and this is the last resort please help!
    ive got a 4thgeneration ipod (non-color) and this is my 4th one, after a random period of time (between 4 weeks to 2 months) they all break. The hard drive starts making crazy sounds, randomly the unhappy face appears and eventually you lose everything, im not having a great experience with this product and apple refuse to refund saying theyll just replace it with another one (3 ipods later its still not working)
    It hasn't been abused, i've treat this one like it's worth its weight in gold and its barely been moved since i've gotten it (mostly been using it for temporarily storing files). I unmount it (safely eject/remove hardware) before unplugging it and do everything by the book.
    This time it's gone beyond what normally goes wrong..
    As a last resort i tried restoring the ipod to factory settings, something must have gone wrong during this process because now the ipod is convinced that it is just a 400meg drive, is there anything i can do to restore it to its full 40gb?
    formatting just gives the option to format it to 400meg, fdisk wont work because its a USB disk, same thing with partition magic.
    any ideas?
    im desperate lol! also, if not, what are the chances of convincing apple to refund me so I can get an iRiver?
    having said that, my friend has the exact same model and has had it about 7 months without any problems, maybe im just unlucky!
    id prefer to repair it rather than send it off again for another refurbished model, any ideas?
    thanks in advance guys..

    "Did you do this within the iPod interface?"
    not sure what you mean sorry!, I used the ipod updater tool to restore it to factory settings.
    Apologize for that one, I somehow assumed you tried to reset it with holding "menu" and the center button or via "settings->reset to factory setting" in the iPods menu.
    i've tried formatting it with windows but it only allows me to format it to the drives 'maximum capacity' of 400megs, fdisk for linux tells me the maximum partition size can be 400megs also
    Well, that might be the thing you shouldn't have done. The iPod must be formatted with the Updater! Other programs (like Windows Explorer and Partition Magic) mess up the iPods firmware.
    As the "400MB" appeared after the Updater treatment, the drive surely is messed up. Try the latest Updater once again. If this doesn't work out, you could run chkdsk and use the Updater afterwards.
    If there's still no avail, you would have to send it in one more time.

  • Battery not recognised - and other issues with 867MHz Ti Book

    Ok - here`s my story - I wonder if anyone can give me advice
    on what to do next.
    A week ago I started having trackpad issues with my tibook.
    On 2 consecutive mornings the trackpad seemed to have frozen, held down. So that it brought up menus if the mouse was moved over one of the bars at the top of the screen. I wasn`t however, able to `click` on anything. An external
    mouse, when plugged in, also didn`t work, though I was able to navigate the display using the keyboard shortcuts.
    The first morning this happened, the OS also appeared to reset itself. ie the screen display picture went back to its original state - and all of the applications that i subsequently opened gave me a first time user `welcome` message.However, all of my files/photos/music etc were intact.
    When the trackpad was working I backed everything up, ran
    the hardware test cd, which came up clear, and called apple. They picked up the computer, which is under
    warranty, on Friday, and at the time it was working fine.
    I got the computer back yesterday, but unrepaired, and
    with a new set of faults. Apple told me that they had checked the computer and had found
    some evidence on the logic board, power in and bottom case
    of past liquid spillage - but no other problems with the
    computer. I don`t deny the liquid spillage ( a few ml of
    water), although it
    occurred 11 months ago and I have not had any problems with
    the computer since 24 hours after the spill.
    The state of the computer now that Apple have sent it back
    is as follows: The trackpad is working. However, the computer is not recognsing the battery, or the wireless
    networking Buffalo pc card. The clock also resets one out
    of every 2 or 3 times that I restart the computer. These problems did not occur before I sent the computer to Apple.
    Yesterday I erased and reinstalled 10.4 just in case that had
    something to do with it - but it has not helped
    So - my questions.
    1. Could my current problems be to do with the spillage
    on the logic board 11 months ago?
    2. Could my new problems be to do with something that Apple
    did when testing the computer this week?
    3. Is there anything else that I should try in order to solve the issues that I`m having with the computer?
    4. If it is a logic board problem, can anyone recommend
    a UK repair centre that would deal with this cheaply (otherwise i will probably buy a new computer - as this
    one is coming up for 3 years)?
    Thanks,
    Antony

    Hi Antony,
    1. Could my current problems be to do with the spillage
    on the logic board 11 months ago?
    Yes. Corrosion occurs over time, and it could have taken 11 months to reach "critcal mass."
    2. Could my new problems be to do with something that Apple
    did when testing the computer this week?
    Theoretically, any time anyone does anything inside your PB, they could have caused additional issues, however, this would not be "normal."
    3. Is there anything else that I should try in order to solve the issues that I`m having with the computer?
    4. If it is a logic board problem, can anyone recommend a UK repair centre that would deal with this cheaply (otherwise i will probably buy a new computer - as this one is coming up for 3 years)?
    Before paying for a new LB or a new PB, try a PMU Reset and Test PB Backup Battery.

  • Book Module format issue with Blurb

    I uploaded a book to Blurb with two separate 2 page spreads filled with one photo across the two pages. This first photo appears mismatched with the right side being slightly smaller than the left side. The second photo appears with properly matched sizes.
    When I export the book as a PDF both images are cooreclty sized and aligned. Have tried my book creation & upload on windows 32 bit and windows 64 bit. Same results.
    Is there any solution to this glitch or some sort of work around?

    trshaner wrote:
    Essentially there is only one Blurb.icc file and its paper type agnostic.
    No such thing really. Profiles must take paper into account. Like you, I have that swatch book and measured each. They are all over the map in terms of their measured values for paper and worse, OABs. One size doesn't fit all but can if you don't mind suboptimal to really poor results!
    My guess is that the single Blurb.icc profile is actually the Blurb Standard paper profile.
    It isn't even a blurb standard  paper profile, it's based on GRACoL which I'm fairly certainly isn't what they are producing on all those papers given the standards. What they are doing is supplying a profile for soft proofing that has no bearing on the output to make those who feel they kind of, sort of understand color management and want to soft proof feel better. If you owned an Epson printer and output to Luster paper, how would supplying a profile for that printer but based on Matt work out? Not well. This is akin to the silly photo lab, RGB workflow where you are given an output profile you can't use and told to send sRGB. Rather pointless but if it makes the user feel that by soft proofing they've done something useful, better than a sharp stick in the eye.
    Based on sending the same images to differing vendors who produce books using Indigo (at least for the inside of the book), Blurb is far from best in class in my experience. And for B&W, on top of all the issues I've outlined, even the best shop is going to have issues with the Indigo screening which produces crossover in terms of color over the press sheet. That alone is a problem unless HP has updated their screening as they have promised for some time. Dead nuts neutral is hard to do!

Maybe you are looking for

  • When I want to watch a video on my iPod it automatically plays it on my TV. Why? And how do I fix it?

    Whenever I want to play a video on my iPod, on any app, the video automatically connects to my TV. How can I stop this and play the videos on my iPod?

  • "wake for network access" not working

    Hi guys, I enabled System Preferences > Energy saver > Wake for network access and System Preferences > Sharing > remote Login These are the exact settings I had under Snow Leopard and it used to wake my iMac via 5GHz WiFi. I use a AirPort Extreme an

  • Next button behavior in iOS7

    In iOS6, On clicking next button(>>|) in Fullscreen of video player, the tap is sort of ignored if there is no next video track available .Where as in iOS7,for the same scenario,the video screen is removed. Is it a bug or is it a functionality change

  • Lost Airport express base station

    Hi there ... like many I am having airport troubles after installing leopard. Initially things were working ok ... my (1 month old) imac could see the base station without any troubles and access to the internet was great. Then, a software update sai

  • Created a new version?

    I've got gotten my computer back from being fixed so now I'm going through that great process of putting everything back into my computer. When I went to install my Itunes the usual "Itunes Software License Agreement" of course I clicked Agree but in