Broken email link

I just signed up for ExportPDF. I received the verification email but it seems the link is broken and I can't sign in.

Yeah.  Getting the software isn't a problem (there a number of ways to download it), but I just want them to take responsability for the broken link in the email, since I'm supposed to use that link to download the software.
After going through four Adobe support people, they've apparently passed it on to the "development" team... I wont be holding my breath on that.

Similar Messages

  • After uninstalling nightly, I can no longer set firefox as default browser for email links and they no longer open.

    When I try to change the default firefox protocols in windows, only the nightly shows and I can not unclick it. When I attempt to click on a link in an email (Windows Live) I get "Class not registered"
    I presently have IE set as my default because it is the only possible way to open email links.

    You can install both win32 and win64 Firefox Nightly builds on a 64-bit Windows computer. As you should know, all Firefox nightly builds are intended for testing only. If you downloaded your Firefox nightly build from http://nightly.mozilla.org/ then you got the win32 installer. (win64 installers are available from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/ and possibly elsewhere: [http://forums.mozillazine.org/viewtopic.php?p=12694481#p12694481 ref.])
    Anyway, the bug report I referred to earlier ([https://bugzilla.mozilla.org/show_bug.cgi?id=870312 Bug 870312] - Installing Nightly causes "Class not registered" error on click on link in other apps after uninstall) fits your issue ("broken" uninstaller). It was triaged as a "Shell Integration" Firefox bug for x86_64 Windows 8.
    Whether you had the 32-bit or 64-bit Firefox nightly installed, you can try reinstalling a more recent build of that, and then uninstall it again. That worked for a Windows user who had problems uninstalling Firefox Nightly x64 as reported in this thread:
    *http://forums.mozillazine.org/viewtopic.php?f=23&t=2473175
    If that doesn't work, also try reinstalling Firefox 25, to see if that helps matters.
    I'm not the best person to help you, though, since I'm not testing Firefox nightly on my Win7 x64 computer. Hopefully someone will be along that can help you better, or you could try on the MozillaZine Firefox Builds forum (it's linked from the nightly.mozilla.org page).

  • Web links, email links, button links

    I have several different links through out my site. I want them to look differently but it keeps inheriting the styles of my button link. How can I make them appear different. For instance, I don't want my email link to have a background behind it when you hoover. I just want it to change colors. What am I doing wrong. Can anyone help?
    HTML
    <p>According to the American Society of Civil Engineers (ASCE) the nations bridges are getting a little better – last graded as a “C” (2009) in 2013 they are graded as a “C+”. The ASCE not only has the National Report Card on infrastructure available <a href="http://www.infrastructurereportcard.org/" title="ASCE National Report Card" target="new" class="weblink">(see the 2013 report Card here),</a> they have State and Local reports available as well.  <a href="http://www.asce.org/Infrastructure/Report-Card/State-and-Local-Report-Cards/" title="ASCE’s State and Local Report Cards." target="new" class="weblink">ASCE’s State and Local Report Cards.</a></p>
    <p>Read the entire Case Study by clicking on the RESOURCES tab and selecting Pavemend Case Studies. Send us a photo and a brief report of your Pavemend repair and get a Pavemend Cap by “Mossy Oak.”  <strong><a href="mailto:[email protected]" class="emaillink">[email protected]</a></strong>
    </p>
    CSS
    a.weblink:link, a.weblink:visited, a.weblink:active {
        /* This will handle all the states of the link other than when it is hovered over */
         /* put your style rules in this area */
        color: #0033CC; /* or any other color */
        text-decoration: underline;
    a.weblink:hover {
         /* This makes the link Text Hover Color controlable */
         color:#999; /* or whatever color you want that is different from the color that you set for the other statuses */
    a.emaillink:link, a.emaillink:visited, a.emaillink:active {
        /* This will handle all the states of the link other than when it is hovered over */
         /* put your style rules in this area */
        color: #0033CC; /* or any other color */
        text-decoration: underline;
        background-color: none;
    a.emaillink:hover {
        /* This makes the link Text Hover Color controlable */
        color: #999; /* or whatever color you want that is different from the color that you set for the other statuses */
        background-color: none;
    a:link {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 100%;
        padding: 5px;
    a:visited {
        color: #FFFFFF;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
        background-color: #03C;
        color: #FFF;
        height: 120%;
        alignment-baseline: text-after-edge;
        /* [disabled]font-size: smaller; */
        text-align: left;
        background-size: 0%;

    Not sure what I'm doing wrong. Still not getting it right. Now my footer is wrong also:
    CSS
    @charset "UTF-8";
    /* BEGIN HORIZONTAL DROP-MENU */
    .clear-fix:before,
    .clear-fix:after {
        content: " ";
        display: table;
    .clear-fix:after {
        clear: both;
    .clear-fix {
        *zoom: 1;
    .sidebarleft img.MgTp {
        margin-top: 185px;
    #menu {
        clear: none;
        position: static;
        width: 100%;
        padding-top: px;
        padding-right: px;
        padding-left: px;
        padding-bottom: px;
        background-image: url(_images/topnavpanel.png);
        color: #FFFFFF;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: px;
        background-repeat: no-repeat;
        float: none;
        text-align: center;
    #menu ul {
        margin: 0;
        padding: 0;
        text-align: left;
    #menu li {
        list-style: none;
        float: left;
        text-align: center;
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        color: #000000;
    /**top level menu**/
    #menu li a {
        display: inline-block;
        text-decoration: none;
        /* adjust width as needed or use auto */
        width: 13em;
        padding: 8px;
        font-weight: bold;
        line-height: 12px;
        color: #000;
        border-top-style: none;
        font-size: 90%;
        margin-bottom: 0;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 0;
        border-bottom-style: none;
        text-align: center;
    /**top menu style on mouse over**/
    #menu li:hover > a {
        color: #FFF;
        width: 13em;
        text-align: center;
    /**sub-menu**/
    #menu li ul {
        display: none;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
        margin-left: 40px;
        margin-right: 0;
        margin-top: 0;
        border-bottom-style: none;
    /**sub-menu, help for older IE**/
    #menu li:hover ul, #menu li.hover ul {
        display: block;
        position: absolute;
        z-index: 1000;
        padding: 0;
        text-align: left;
    #menu li:hover li, #menu li.hover li {
        float: none;
        background-color: #E1D5BB;
        text-align: left;
    /**drop-menu style**/
    #menu li:hover li a, nav li.hover li a {
        width: 14em; /* adjust width as needed or use auto */
        margin-top: 0;
    /**drop-menu style on mouse over**/
    #menu li li a:hover {
        color: #FFF;
        background-color: #03C;
        position: relative;
        text-align: left;
    /* Clear floated elements at the end*/
    #menu:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    /**END HORIZONTAL DROP-MENUS STYLES**/
    #pavemendlogo {
        background-image: url(_images/PAVEMEND_LOGO_WHITE.png);
        background-repeat: no-repeat;
        height: 78px;
        width: 196px;
        margin-left: 23px;
        margin-top: -130px;
    /**END HORIZONTAL DROP-MENUS STYLES**/
    #pavemendlogoresourcepage {
        background-image: url(_images/PAVEMEND_LOGO_WHITE.png);
        background-repeat: no-repeat;
        height: 78px;
        width: 196px;
        margin-left: 23px;
        margin-top: -160px;
    /**END HORIZONTAL DROP-MENUS STYLES**/
    #slqlogo {
        background-image: url(_images/PMND_SLQ_logo_White.png);
        background-repeat: no-repeat;
        height: 92px;
        width: 225px;
        margin-left: 23px;
        margin-top: -170px;
        margin-bottom: 35px;
    #fifteenlogo {
        background-image: url(_images/PMND15Whitesingle.png);
        background-repeat: no-repeat;
        height: 98px;
        width: 225px;
        margin-left: 23px;
        margin-top: -170px;
        margin-bottom: 29px;
        z-index: 1000;
    #trlogo {
        background-image: url(_images/PMND_TRlogoWhite.png);
        background-repeat: no-repeat;
        height: 115px;
        width: 225px;
        margin-left: 23px;
        margin-top: -185px;
        margin-bottom: 26px;
        z-index: 1000;
    #vrlogo {
        background-image: url(_images/PMND_VRlogoWhite.png);
        background-repeat: no-repeat;
        height: 134px;
        width: 225px;
        margin-left: 23px;
        margin-top: -195px;
        margin-bottom: 18px;
        z-index: 1000;
    #dotlinelogo {
        background-image: url(_images/Dotline_White-Red.png);
        background-repeat: no-repeat;
        height: 91px;
        width: 225px;
        margin-left: 23px;
        margin-top: -170px;
        margin-bottom: 35px;
    #sllogo {
        background-image: url(_images/SLwhitelogo.png);
        background-repeat: no-repeat;
        height: 92px;
        width: 225px;
        margin-left: 23px;
        margin-top: -170px;
        margin-bottom: 35px;
    #ialogo {
        background-image: url(_images/InstantAsphalttopLogo.png);
        background-repeat: no-repeat;
        height: 102px;
        width: 225px;
        margin-left: 23px;
        margin-top: -170px;
        margin-bottom: 25px;
    #kemroklogo {
        background-image: url(_images/KEMROK_LOGOWhiteType.png);
        background-repeat: no-repeat;
        height: 52px;
        width: 225px;
        margin-left: 23px;
        margin-top: -150px;
        margin-bottom: 53px;
    #kemrokvrlogo {
        background-image: url(_images/KEMROK_LOGO_VR.png);
        background-repeat: no-repeat;
        height: 46px;
        width: 230px;
        margin-left: 23px;
        margin-top: -150px;
        margin-bottom: 59px;
    #fireroklogo {
        background-image: url(_images/Firerok_logo_White.png);
        background-repeat: no-repeat;
        height: 81px;
        width: 225px;
        margin-left: 23px;
        margin-top: -155px;
        margin-bottom: 30px;
    #awlogo {
        background-image: url(_images/PMNDAWlogowhite1.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 225px;
        margin-left: 23px;
        margin-top: -155px;
        margin-bottom: 40px;
    #aslogo {
        background-image: url(_images/PMNDASlogowhite1.png);
        background-repeat: no-repeat;
        height: 64px;
        width: 225px;
        margin-left: 23px;
        margin-top: -155px;
        margin-bottom: 47px;
    #prochoicetype {
        background-image: url(_images/pro_choice_concrete_type.png);
        background-repeat: no-repeat;
        height: 27px;
        width: 550px;
        margin-left: 220px;
        margin-top: -40px;
        bottom: px;
        margin-bottom: 66px;
    #resourcestype {
        background-image: url(_images/ResourcesType.png);
        background-repeat: no-repeat;
        height: 25px;
        width: 148px;
        margin-left: 220px;
        margin-top: -60px;
        bottom: px;
        margin-bottom: 73px;
    #Contacttype {
        background-image: url(_images/PurchaseType.png);
        background-repeat: no-repeat;
        height: 25px;
        width: 151px;
        margin-left: 220px;
        margin-top: -60px;
        bottom: px;
        margin-bottom: 73px;
    #Contesttype {
        background-image: url(_images/ContestType.png);
        background-repeat: no-repeat;
        height: 54px;
        width: 478px;
        margin-left: 220px;
        margin-top: -75px;
        bottom: px;
        margin-bottom: 59px;
    #sustainabilitytype {
        background-image: url(_images/SustainabilityType.png);
        background-repeat: no-repeat;
        height: 25px;
        width: 179px;
        margin-left: 220px;
        margin-top: -60px;
        bottom: px;
        margin-bottom: 73px;
    #techsupporttype {
        background-image: url(_images/TechSupportType.png);
        background-repeat: no-repeat;
        height: 25px;
        width: 761px;
        margin-left: 220px;
        margin-top: -60px;
        bottom: px;
        margin-bottom: 73px;
    body {
        background-color: #666;
        color: #000;
        text-align: center;
        background-image: url(_images/roadblurred.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        padding-top: 60px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    .formtext {
        font-size: 100%;
        text-align: left;
    .bodyfootnote {
        font-size: 70%;
        margin-left: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    .red {
        font-size: 70%;
        color: #F00;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
        text-transform: capitalize;
        text-decoration: none;
        list-style: none;
        text-align: left;
    h1, h2, h3, h4, h5, h6, p {
        /* [disabled]margin-top: 0; */     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 23px;
        line-height: 25px;
    h4 {
        padding-left: 0px;
        color: #F40633;
        line-height: 0px;
        font-size: 100%;
    h5 {
        padding-left: 23px;
        color: #F40633;
        line-height: 0px;
        font-size: 120%;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
        margin-left: 0px;
        position: ;
        top: 155px;
        -webkit-box-shadow: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px;
        left: 9px;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 100%;
        padding: 5px;
    a:visited {
        color: #FFFFFF;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
        background-color: #03C;
        color: #FFF;
        height: 120%;
        alignment-baseline: text-after-edge;
        /* [disabled]font-size: smaller; */
        text-align: left;
        background-size: 0%;
    a.weblink:link, a.weblink:visited, a.weblink:active {
        /* This will handle all the states of the link other than when it is hovered over */
         /* put your style rules in this area */
            background-color: none;
            color: #0033CC; /* or any other color */
        text-decoration: underline;
    a.weblink:hover {
         /* This makes the link Text Hover Color controlable */
            background-color: none;
         color:#999; /* or whatever color you want that is different from the color that you set for the other statuses */
    a.emaillink:link, a.emaillink:visited, a.emaillink:active {
        /* This will handle all the states of the link other than when it is hovered over */
         /* put your style rules in this area */
        background-color: none;
        color: #0033CC; /* or any other color */
        text-decoration: underline;
    a.emaillink:hover {
        /* This makes the link Text Hover Color controlable */
        background-color: none;
        color: #999; /* or whatever color you want that is different from the color that you set for the other statuses */
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
        width: 960px;
        background-color: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
        background-image: url(_images/Bridge4WebScreened.png);
        background-repeat: no-repeat;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0;
        text-align: left;
        position: static;
    .containerTS {
        width: 960px;
        background-color: #FFF;
        margin: 0 0px; /* the auto value on the sides, coupled with the width, centers the layout */
        background-image: url(_images/US_Map.png);
        background-repeat: no-repeat;
        text-align: left;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #000;
        background-image: url(_images/BannerBlured960.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
        background-size: contain;
    .headerSL {
        background-color: #000;
        background-image: url(_images/PMND_SL_Header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerPurchase {
        background-color: #000;
        background-image: url(_images/contact_us_pavemend_header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerSLQ {
        background-color: #000;
        background-image: url(_images/PMND_SLQ_Header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerDOTline {
        background-color: #000;
        background-image: url(_images/DOTLINEHeader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .header15 {
        background-color: #000;
        background-image: url(_images/PMND15Header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerTR {
        background-color: #000;
        background-image: url(_images/PMND_TRHeader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerAW {
        background-color: #000;
        background-image: url(_images/anti_wear_pavemend_header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerAS {
        background-color: #000;
        background-image: url(_images/anti_scale_pavemend_header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerVR {
        background-color: #000;
        background-image: url(_images/PMND_VRHeader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerIA {
        background-color: #000;
        background-image: url(_images/Instant_asphalt_packaged_Header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerKemrok {
        background-color: #000;
        background-image: url(_images/KEMROKpackagedHeader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerKemrokVR {
        background-color: #000;
        background-image: url(_images/KEMROK_VRpackagedHeader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerFirerok {
        background-color: #000;
        background-image: url(_images/FIREROKpackagedHeader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerAntiWear {
        background-color: #000;
        background-image: url(_images/anti_wear_pavemend_header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerTechSupport {
        background-color: #000;
        background-image: url(_images/FEBlurred.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerResources {
        background-color: #000;
        background-image: url(_images/ResourceBanner.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerContact {
        background-color: #000;
        background-image: url(_images/contact_us_pavemend_header.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .headerSustainability {
        background-color: #000;
        background-image: url(_images/Sustainability_topheader.png);
        height: 229px;
        background-repeat: no-repeat;
        width: 960px;
    .header h1 {
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20pt;
        font-style: normal;
        font-weight: bolder;
        color: #FFF;
        padding-top: 150px;
        padding-left: 30px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: right;
        width: 180px;
        margin-left: 0px;
        margin-right: 30px;
        clear: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 100%;
        font-style: italic;
        background-image: url(_images/Testimonialb.gif);
        background-repeat: no-repeat;
        height: 456px;
        text-decoration: none;
        z-index: 1000;
    .sidebarPurchase {
        float: right;
        width: 210px;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 100%;
        font-style: italic;
        background-image: url(_images/purchaseSB.png);
        background-repeat: no-repeat;
        height: 460px;
        margin-top: 0px;
        text-decoration: none;
        background-color: #217CC0;
        background-position: 10px 10px;
    .sidebarPurchasePhoto {
        width: 190px;
        margin-left: 10px;
        margin-right: 20px;
        clear: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 100%;
        font-style: italic;
        background-image: url(_images/purchaseSB.png);
        background-repeat: no-repeat;
        height: 127px;
        margin-top: 320px;
        text-decoration: none;
        /* [disabled]background-color: #217CC0; */
        background-position: 10px 10px;
        text-align: center;
    .ipadsidebar {
        float: right;
        width: 200px;
        margin-left: 0px;
        margin-right: -20px;
        clear: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 100%;
        font-style: italic;
        background-image: url(_images/iPadSidebar.png);
        background-repeat: no-repeat;
        height: 460px;
        margin-top: 0px;
        text-decoration: none;
        background-position: 0px 0px;
        text-align: right;
    .sidebarleft {
        float: left;
        width: 200px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 85%;
        font-style: oblique;
        height: 180px;
        text-decoration: none;
        padding-top: 8px;
        padding-left: 10px;
        margin-right: 5px;
        margin-bottom: px;
        background-color: #217CC0;
        vertical-align: bottom;
        line-height: 120%;
        font-weight: bold;
        border-bottom-style: groove;
        border-bottom-width: 10px;
        margin-top: 0px;
        text-align: left;
    .sidebarleftnonav {
        float: left;
        width: 200px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 85%;
        font-style: oblique;
        height: 180px;
        text-decoration: none;
        padding-top: 8px;
        padding-left: 10px;
        margin-right: 5px;
        margin-bottom: px;
        /* [disabled]background-color: #217CC0; */
        vertical-align: bottom;
        line-height: 120%;
        font-weight: bold;
        border-bottom-style: none;
        border-bottom-width: 10px;
        margin-top: 0px;
        text-align: left;
    .sidebarleftresources {
        float: left;
        width: 200px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 83%;
        font-style: oblique;
        height: 490px;
        text-decoration: none;
        padding-top: 8px;
        padding-left: px;
        margin-right: 5px;
        margin-bottom: px;
        background-color: #217CC0;
        vertical-align: bottom;
        line-height: 120%;
        font-weight: bold;
        border-bottom-style: groove;
        border-bottom-width: 10px;
        margin-top: 0px;
        text-align: left;
    .sidebargreen {
        float: left;
        width: 195px;
        height: 410px;
        text-decoration: none;
        padding-top: 20px;
        margin-right: 5px;
        background-color: #8CC63F;
        border-bottom-style: groove;
        border-bottom-width: 10px;
        margin-top: -4px;
        padding-left: 10px;
    .nav2 {
        font-family: bebas-neue;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-align: left;
    .content {
        width: 730px;
        float: left;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left;
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        padding: 10px 0;
        text-align: left;
        font-size: 100%;
        margin-left: px;
    .contactform {
        width: 680px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left;
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        padding: 10px 0;
        text-align: left;
        font-size: 90%;
        margin-left: 23px;
        z-index: 1000;
    .contestcontactform {
        width: 680px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left;
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        padding-top: 0px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 10px;
        text-align: left;
        font-size: 90%;
        margin-left: 23px;
        z-index: 1000;
        margin-top: 100px;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding: 0 15px 15px 40px;
        text-decoration: none;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
        text-decoration: none;
    ul.nav li {
        border-bottom: 1px solid #666;
        text-align: left;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        background-color: #C6D580;
        text-align: left;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        background-color: #DFEBF3;
        color: #FFF;
        text-decoration: none;
        text-align: left;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both;
        background-color: #000000;
        height: 150px;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-left: 760px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
        margin-left: 23px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .productlogos {
        margin-left: 23px;
        margin-top: 20px;
        float: none;
    .Bold {
        font-weight: bold;
    .left {
        text-align: left;
    .inherent {
        font-style: inherit;
    sup {
        position: relative;
        top: -1ex;
        vertical-align:baseline;
        font-size: 75%;
    .footer p {
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 80%;
        color: #FFF;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 30px;
    #wrapper {
         width:970px; /**adjust as needed**/
         margin:0 auto; /**centers page on screen**/              
    .fltrtpostcard {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-left: 720px;
        top: 0px;
        margin-top: -200px;
        margin-bottom: 20px;
        margin-right: 0px;
        height: auto;
    .flt_rgt {
        float: right;
        margin-top: 15px;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
    .flt_pftrgt {
        float: right;
        margin-top: -50px;
        margin-right: 0px;
        background-image: ;
        background-repeat: no-repeat;
    .flt_rgtbtmlogo {
        float: right;
        margin-top: 20px;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
    .flt_rgt2 {
        float: right;
        margin-top: px;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        top: -50px;
        right: -20px;
        padding-top: 0px;
        padding-right: 50px;
    .title {
        /* [disabled]margin-right: 30px; */
        margin-top: 0px;
        margin-left: 23px;
        background-image: ;
        background-repeat: no-repeat;
        /* [disabled]margin-left: 20px; */
        top: 30px;
        /* [disabled]margin-top: 30px; */
        left: 30px;
    .flt_products {
        float: right;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 500px;
        margin-top: -70px;
    .flt_productsb {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 500px;
        margin-top: -80px;
        visibility: inherit;
    .flt_productslq {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 350px;
        margin-top: -125px;
    .flt_producttr {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 375px;
        margin-top: -125px;
    .flt_productvr {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 475px;
        margin-top: -105px;
    .flt_productia {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 420px;
        margin-top: -125px;
    .flt_productkemrok {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 485px;
        margin-top: -180px;
    .flt_productkemrokvr {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 590px;
        margin-top: -170px;
    .flt_productfirerok {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 485px;
        margin-top: -170px;
    .flt_productaw {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 430px;
        margin-top: -170px;
    .flt_product15 {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 280px;
        margin-top: -125px;
    .flt_productdotline {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 280px;
        margin-top: -155px;
    .flt_productsl {
        float: left;
        margin-right: 30px;
        background-image: ;
        background-repeat: no-repeat;
        margin-left: 370px;
        margin-top: -170px;
    .container section nav {
        background-image: url(_images/topnavpanel.png);
        background-repeat: no-repeat;
        height: 30px;
        width: 960px;
        padding-top: 3px;
    nav ul {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-size: 90%;
        border-top-width: 0px;
        border-top-style: solid;
        /* [disabled]border-top-color: #666; */
        position: absolute;
        line-height: 120%;
        text-align: left;
    nav ul li {
        text-decoration: none;
        color: #FFF;
    nav ul a:link , nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        text-align: left;
        color: #FFF;
    nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #FFF;
        text-decoration: none;
    nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #FFF;
        text-decoration: none;
        height: 120%;
        width: auto;
        margin-left:;
    .orange {
        color: #FAA634;
    .white {
        color: #FFFFFF;
    .red {
        color: #F00;
    .red1 {
        color: #F00;
    .toppanel {
        background-image: url(_images/topnavpanel.png);
        background-repeat: no-repeat;
        height: 30px;
        width: 960px;
    .white {
    .CeraTechLogo {
        background-image: url(_images/CTI_logo_white.png);
        background-repeat: no-repeat;
        width: 200px;
        height: 60px;
    #resources {
        background-image: url(_images/ResourcesType.png);
        background-repeat: no-repeat;
        height: 25px;
        width: 521px;
        margin-left: 200px;
        margin-top: -40px;
    .pavemendlogo {
        margin-left: 23px;
        margin-top: -130px;
        /* [disabled]margin-top: -40px; */
    .footer_img {
        margin-top: -20px;
        margin-left: -10px;
    .footer_img2 {
        margin-top: -40px;
        text-align: right;
        float: left;
        margin-right: 35px;
        margin-left: 200px;
    footer aside {
        width: 25%;
        float: left;
        text-align: left;
        min-height: 50px;
        margin-left: 23px;
        line-height: 120%;
        font-size: 80%;
        margin-top: 20px;
    .aside2 {
        float: none;
        margin-left: 100px;
        width: 29%;
        margin-top: 35px;
    .aside3 {
        float: none;
        margin-left: 400px;
        width: 29%;
        line-height: 120%;
        margin-top: -43px;
    .sidebarleft img {
        margin-left: -10px;
    .sidebarleft icon {
        margin-top: 0px;
        margin-left: -10px;
    .sidebarleft nav ul li a img {
        margin-top: 0px;
    .content section p a {
        color: #000000;
        font-size: 100%;
    /**sub-menu, help for older IE**/
    .content section p a:hover ul {
        display: block;
        position: ;
        z-index:1000;
        padding: 0;
    .content section p a:hover li, .content section p a li.hover li {
        float: none;
        background-color: #E1D5BB;
    /**drop-menu style**/
    .content section p a:hover li a, nav li.hover li a {
        width: 14em; /* adjust width as needed or use auto */
        margin-top: 0;
    /**drop-menu style on mouse over**/
    .content section p a:hover {
        position: relative;
        background-color: none;
        background-image: ;
        background-image: ;
        height: 120%;
        width: 120%;
        overflow-y: hidden;
        overflow-x: hidden;
        visibility: visible;
        font-weight: bold;
        color: rgba(255,255,255,1.00);
    /* Clear floated elements at the end*/
    .content section p a:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    #firstname {
        width: 330px;
        margin-top: 0px;
    #lastname {
         width:330px;
    #streetaddress {
         width:684px;
    #city {
         width:330px;
    #zip {
         width:260px;
    #company {
         width:684px;
    #phone {
         width:330px;
    #email {
         width:330px;
    #outsidetheus {
         width:330px;
    HTML
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Permanent Concrete and Asphalt Repair Home Page</title>
    <meta name="description" content="CeraTech's Pavemend family of high performance concrete repair products have become the choice of professionals across the country for their rapid return to service, versatility, ease of use, and superior durability.">
    <!-- TemplateEndEditable -->
    <link href="../pavmend_styles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    a:link {color:blue}
    a:visited {color:black}
    a:hover,
    a:active,
    a:focus {background:blue; color:white}
    .weblink a:link {color:blue}
    .weblink a:visited {color:yellow}
    .weblink a:hover,
    .weblink a:active,
    .weblink a:focus {background:none; color:red}
    .email a:link {color:green}
    .email a:visited {color:silver}
    .email a:hover,
    .email a:active,
    .email a:focus {background:none; color:navy}
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="wrapper">
    <div class="container">
      <!-- TemplateBeginEditable name="Header" -->
      <div class="header"></div>
    <div id="pavemendlogo"></div>
          <div id="prochoicetype"></div>
      <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="TopPanel" -->
      <nav>
        <ul id="menu">
          <li><a href="../pavemend_home_page.html">OUR PRODUCTS &#9660;</a>
            <ul>
              <li><a href="../slq_product_page.html">SLQ<sup>®</sup> - Very Rapid Repair Mortar</a></li>
              <li><a href="../sl_product_page.html">SL<sup>®</sup> - Semi-Leveling Rapid Repair Concrete</a></li>
              <li><a href="../dotline_product_page.html">DOTLine™ - Pre-Extended Rapid Repair Concrete</a></li>
              <li><a href="../15.0_product_page.html">Pavemend 15.0<sup>®</sup> - Self Leveling Rapid Repair Mortar</a></li>
              <li><a href="../TR_product_page.html">Pavemend TR<sup>®</sup> - Semi-Leveling Rapid Repair Mortar</a></li>
              <li><a href="../VR_product_page.html">Pavemend VR<sup>®</sup> - Vertical & Overhead Rapid Repair Mortar</a></li>
              <li><a href="../IA_product_page.html">Instant Asphalt™ - Permanent Asphalt Repair Material</a></li>
              <li><a href="../kemrok_product_page.html">KEMROK™ - Chemical Resistant Repair Concrete</a></li>
              <li><a href="../kemrokVR_product_page.html">KEMROK VR™ - Vertical & Overhead Chemical Resistant Repair Mortar</a></li>
              <li><a href="../firerok_product_page.html">FIREROK™ - High Temperature Repair Concrete</a></li>
              <li><a href="../antiwear_product_page.html">Anti-Wear™ - Reactive, Concrete Surface Hardener</a></li>
              <li><a href="../antiscale_product_page.html">Anti-Scale™ - Reactive, Concrete Surface Hardener</a></li>
            </ul>
          </li>
          <li><a href="../resources_page.html">RESOURCES</a></li>
          <li><a href="../technical_support.html">TECHNICAL SUPPORT</a></li>
          <li><a href="../contact_page.html">CONTACT US</a></li>
        </ul>
      </nav>
      <!-- TemplateEndEditable -->
      </section>
      <!-- TemplateBeginEditable name="Sidebar" -->
      <div class="sidebar1">
        <!-- end .sidebar1 -->
      </div>
      <!-- TemplateEndEditable -->
      <!-- TemplateBeginEditable name="Content" -->
      <div class="content">
        <p>
        <section>
            <p> </p>
    <img src="../_images/homeheader.png"  alt="" width="650" height="31" class="fltlft"/>
        </section>
        </p>
        <p> </p>
    </section>
        <p> </p>
          <section><p><strong>Pavemend</strong><sup>®</sup> concrete and asphalt repair products are quickly becoming the preferred repair materials for Turnpike, State DOT bridge crews and discriminating engineers who recognize the value of durable, permanent concrete and asphalt repairs. Contractors and maintenance personnel save time, reduce repair costs, and minimize exposure to traffic and traffic disruptions.</p>
            <h3>Concrete & Asphalt repair applications include:</h3>
            <table width="700" align="left" >
              <tr>
                <td valign="top" nowrap style="padding-left: 15px;">Full & Partial Depth Bridge Deck Repairs </td>
                <td valign="top" nowrap style="padding-left: 15px;">Dowel Bar Retrofits</td>
                <td valign="top" nowrap style="padding-left: 15px;">Industrial Concrete Repair</td>
              </tr>
              <tr>
                <td valign="top" nowrap style="padding-left: 15px;">Bridge Header Joints</td>
                <td valign="top" nowrap style="padding-left: 15px;">Cold Weather Repairs</td>
                <td valign="top" nowrap style="padding-left: 15px;">Concrete Exposed to High Heat </td>
              </tr>
              <tr>
                <td valign="top" nowrap style="padding-left: 15px;">Bridge Approach Slabs</td>
                <td valign="top" nowrap style="padding-left: 15px;">Runway Repairs</td>
                <td valign="top" nowrap style="padding-left: 15px;">Concrete Exposed to Chemicals</td>
              </tr>
              <tr>
                <td valign="top" nowrap style="padding-left: 15px;">Form & Pour Repairs</td>
                <td valign="top" nowrap style="padding-left: 15px;">Utility Trenches</td>
                <td valign="top" nowrap style="padding-left: 15px;">Concrete Exposed to Wastewater</td>
              </tr>
              <tr>
                <td valign="top" nowrap style="padding-left: 15px;">Joint Nosings</td>
                <td valign="top" nowrap style="padding-left: 15px;">Post Grooving Treatments</td>
                <td valign="top" nowrap style="padding-left: 15px; padding-bottom: 30px;">Manhole Rehabilitation</td>
              </tr>
            </table>
    <h3>Sustainable Concrete and Asphalt Repair Technology</h3>
    <p>Featuring technology developed in the USA, Pavemend products require only the addition of water, no bonding agents or curing compounds. Pavemend concrete and asphalt products are easier to use, offer greater durability provide, superior return on investment, and are by the far the most sustainable repair products available today.</p>
          </section>
                <p> </p>
    <!-- end .content --></div>
      <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="Footer Logo" -->
    <footer>
             <img src="../_images/productfamily.png"  alt="" width="250" height="80" class="flt_products"/>
    <div class="footer"><img src="../_images/Done_Smart_White_Logo.png" alt="done_smart_white" width="150" height="17" class="flt_rgt" />
    <aside><strong><em style="color: #FFF; font-size: 90%;">Manufactured by</em></strong><br><br>
    <img src="../_images/CTI_logo_white.png"  alt="" width="200" height="47" class="footer_img"/></aside>
    <aside class="aside2"><a href="#../twitter.com/Pavemend"><strong><em>Twitter</em></strong> <img src="../_images/twitter-bird-dark-bgs.png" width="20" height="17"  alt=""/></a></aside>
    <aside class="aside3"><strong><em style="color: #FFF"><a href="../sustainability_page.html">Planet Friendly Technology</a></em></strong><br>
      <a href="../sustainability_page.html"><img src="../_images/PFTLogo.png"  alt="Planet Friendly Technology" width="75" height="73" class="footer_img2" title="Planet Friendly Technology"/></a></aside>
    </footer>
        <!-- end .footer --></div>
    <!-- end .container --></div>
    <!-- TemplateEndEditable -->
    </body>
    </html>
    I feel like I'm making a mess of it.

  • Broken the link on a Smartview Excel file

    Hello Experts,
    A user has accidentally broken the link on a Smartview Excel file. When she went into Edit / Links, she accidentally changed the Smartview link. Is there a way to link the file back to Smartview? Please advise.
    Please reply to this querry immediately.
    Thank you,
    Anil

    How about sending her an email telling her how to re-enter the URL?
    Hyperion ribbon, scroll far right
    click Options
    In the options dialog, Ad Hoc tab, lower right is Hyperion Provider Services URL
    Enter: http://<yourAPSServer>:13080/aps/SmartView
    Click ok.
    Regards,
    Robb Salzmann

  • EMail Link in SWF exported from InD CS5 does not work

    I'm trying to find a definitive answer on this. I have designed an interactive document in InD CS5 that has buttons and hyperlinks. When exported to SWF everything works except my e-mail hyperlink. It works fine in InDesign's preview pane. I've uploaded the file to my webserver for testing, the problem still occurs.
    I found one post in another forum that quoted an Adobe InD developer stating that as of CS4 email links were not exported. However, I've not been able to find any mention of whether this works in CS5 or not.
    Does anybody know for sure whether or not email links work in SWF files exported from CS5?

    Sorry, no offense was intended. I had found references to problems with CS4, but nothing about CS5, and said as much in my post -- was frustrated that I had spent a long time looking and hadn't found any responses yet.
    You mentioned using buttons rather than hyperlinks, and that worked for me -- but it might have just been a problem with my browser not properly reloading the flash file, too -- as I mentioned in my response.
    But in any case, THANK YOU FOR YOUR SUGGESTION!

  • When I click on an email link in Firefox, I get a message in the far left corner of my screen that says "mail to:email address". Outlook doesn't open up like it does in Internet Explorer. I've set Outlook as my default email in Windows 7.

    When I click on an email link in Firefox, I get a message in the far left corner of my screen that says "mail to:email address". Outlook doesn't automatically open like it does in Internet Explorer. I've made Outlook my default email in Windows 7.
    == This happened ==
    Every time Firefox opened
    == When I upgraded to Windows 7.

    See this:
    [http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox]

  • When I try to send a webpage in Firefox (file-email link), Thunderbird crashes. If I copy & paste same link by hand, it works. Why is this?

    When I try to send a web link in Firefox (file-email link), Thunderbird hangs, or I should say the email with the link hangs. The new email shows the link, I add an email address and click send, Thunderbird hangs and never completes the send. I have to copy and paste the link by hand in a new email and then it works. It seems to be an issue regarding how Firefox and Thunderbird are communicating.
    My server uses IMAP. I don't have this problem with POP, but I prefer to use IMAP.
    Thanks for any help!
    jsg

    teresah7680 wrote:
    the doucment couldn't be sent.
    Is that the exact message that Outlooks gives you?
    Anyway, why don't you just forward the original link to the document, instead of the PDF itself?

  • With no Firefox window open, I can't launch a new one. Or click on an email link and launch a window. This started when I upgraded to 5. Now I downgraded to 4 again and problem persists

    I upgraded to Firefox 5, then noticed when a window was open I couldn't launch another one. Or launch into Firefox off an email link. Or open a new window if there was none open.
    So I downgraded back to 4. Problem persists.

    Uninstall the ones you know about, yes.
    As regards the others, it's difficult to say. All you can do is to disable them all via Safe Mode (checkmark "Disable all add-ons", then "Make changes and restart") and then re-enable them one by one checking each time until the problem recurs. Laborious I know, but the only sound way of doing it I'm afraid.

  • When I click on an email link it opens in the email window instead of opening a new window, how to get it to open a new window instead

    It's Comcast email, most links are to articles from the Wall Street Journal. Lately an email from Charles Schwab broker with a link to a pdf file has been doing the same. When I click on the link, it opens within the email frame, which is about 1/3 filled up with the toolbar, mailboxes, headings etc. If it opens with 2 bars on the right side to move down, I can see the whole article, but often it opens with only one bar on the right side which will not let me get all the way to the end of the page.
    It's been happening for several weeks. I got a new computer and it's still happening. Comcast sounds like they've never heard of it. Most recently happened today. I tried the same email link with IE and it opened a new window.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • Clicking email-links doesn't open "new message" window

    Hi,
    When I click email links, safari doesn't take me to the "new message" window. It activates safari: the program comes on in the dock and the text next to the apple logo changes to "mail", but I don't get the "new message" window

    You're welcome. Glad to have helped.
    Mahalo (thanks) for the and Aloha from Big Island.

  • When I click email links on firefox, it won't open my AOL email client to continue, I get "The file may not be supported by AOL, AOL will try to open it as a text file if you choose to continue" how to fix?

    When I click email links on firefox, it opens AOL, but comes up like this.. "The file may not be supported by AOL, AOL will try to open it as a text file if you choose to continue" how to fix? and yeah, I know, ditch AOL and all that good stuff, but I have so many things tied into my email address that it's not in the cards atm..
    Thanks!
    *Chris

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • I use aol mail, and I want to change my mailto: to aol. Firefox won't let me do that. When I click on an email link in a webpage, my computer goes nuts.

    When I click on an email link on a webpage, my computer goes crazy. (Please note that links to other websites are fine.) My computer seems to want to link me to Internet Explorer, which I don't use often. The computer starts running very fast and hot. Sometimes, I get a multitude of identical error messages from Explorer, and it is often hard to delete them!
    I thought maybe I could solve this by changing my mailto: client, but there is no link for Aol. Please help!
    Thanks.
    ericasaunt
    PS: Why am I still on AOL? I still use the first email address I got many years ago. Friends and clients know my email and use it to contact me. I don't want to change it.

    Hi, cor-el,
    Thank you for responding so quickly!
    I tried to follow the instructions, but it didn't work. There are 10 mimeTypes.rdf files on my computer!
    I tried to follow the website instructions of
    Tools -> Options -> Content / File Types -> Manage
    but once I get to Content I am stuck. No Manage button. (there is nothing that says File Types)
    What do you suggest?
    Thanks again.
    Sherri

  • 2 issues: 1. Firefox crashes everytime I try to open QuickBooks online 2. When I click an email link on a web site, it opens a blank FF browser instead of an email program. Please advise.

    2 issues:
    1. Firefox crashes every time I try to open QuickBooks online. I have submitted numerous crash reports.
    2. When I click an email link on a web site, it opens a blank FF browser instead of an email program. I have set the default to Microsoft Outlook and also tried changing it to Gmail. Each time I click an email link on any web site, however, it just opens up a blank page instead of one of my email programs.

    I'm not clear on where you are seeing that text. When I view Google's cached page from the page found in this search
    https://www.google.com/search?q=site%3Asitetrail.com%2Faskearth.com
    It doesn't match yours exactly. There is an iframe with a Google map in it in the "Hosting Analysis" section, which in your pasted page seems to be the "Site Server" section.
    Which Google site did you search?

  • How do i stop two windows from openning when i clicon an email link, the home page and the link both open. i just want the link to open

    how do i stop two windows from openning when i click on an email link, the home page and the link both open. i just want the link to open

    That is a bug, so you need to wait until this get fixed.
    See https://bugzilla.mozilla.org/show_bug.cgi?id=531552 - Firefox 3.6b opens two windows when opening external links
    (please do not comment in bug reports)

Maybe you are looking for

  • IOS 8.2 pictures not available in other apps

    I upgraded to 8.2 this morning on my iPhone 6.  Now when I go into apps like Facebook messenger and Google docs only 14 of my 1,300 photos are available for use in those apps. I have my phone set to optimize photo storage, if that matters.  Anyone el

  • Software gets stuck

    Final cut pro gets stuck for days in the middle of work. Force quit doesn't solve the problem. It happens every once in a while.

  • How can I make two separate photos into a single photo.

    I wpuld like to put together two photos into one. I will appreciate your help. Thanks. Vernon

  • J2ee server start problem

    For some reason, I cannot start the J2EE server properly. I am using JDK1.3.1 and J2SDKEE1.2.1 on WIN NT. After running cloudscape.bat -start I type from another prompt, j2ee.bat -verbose and get the following output, prg.com.CORBA.INITIALIZE: Could

  • Scoped Memory Allocation

    Hi, I am working with RTS on eclipse, I have written a simple program where i construct a LTMemory object and i print its memoryRemaining() method once before entering the scope and once after exiting the scope.(Inside the scope i allocated two Integ