Button link to URL

So I've looked at w3schools.com for a tutorial on how to get
a button to link to a URL by clickint the "+" symbol in the action
window and click the "GetURL" aciton.
but while having the button clicked, the action window says
"Current selection cannot have actions applied to it"
any help?
thanks!
PS. i apologize if this was posted before, i did do a good
search and didnt find anything

I see now that I have misread the situation, please disregard
as appropriate.
I don't have a lot of experience, but I think I know what
might be happening. It took me some time to realize that up, over,
and down states of a button are really ways to register how you
want your button to appear in any or all of those states. I kept
trying to make links happen there and got the same kind of error
messages you mentioned. If it can be done that way, I haven't
figured it out.
It appears that you are trying to figure out actionscript
with the tools across the top of the action frame. This is not a
complete list of what you can do.
If you want to link to a URL, type in the actions area:
my_btn.onRelease = function(){
getURL("
http://www.adobe.com");
For any of this to work, you also have to be sure that you
have given an instance name to your button and are using that
instance name (my_btn or whatever you've named it) in your
actionscript. You can choose .onMouseDown if you prefer to
onRelease. Try to avoid onPress since that will allow multiple
pages of your intended URL to appear as long as the mouse is being
pressed. You'd be surprised how quickly that can happen. I have
found that onRelease works best.
If I've misread the situation and been too simplistic, I
apologize. I have been helped by the kind folks here and I want to
give back, where I can. I find this confusing and fun, and continue
to plug on and learn what I can where I can.

Similar Messages

  • Button linked to URL adds %00 to end of address

    I hope someone can help me with this I've been looking
    everywhere and haven't been able to find anything that addresses my
    problem. I have a movie clip that is acting as a button in my flash
    project. When I test the project and try to hit a button that is
    supposed to take me to a web page(www.mydomain.com). The button
    does open a new browser window, but the address is shown as
    "www.mydomain.com%00". Since the %00 has been added on I get an
    invalid URL. I keep checking my code and it seems to be the same
    code that everyone else is using, except for some reason mine keeps
    adding "%00"! So I don't think the problem is in my coding... If I
    embed the flash into an html page, then it works great, but my
    project is for CD distribution not the web. Any help would be
    greatly appreciated!

    Yes that's the link, and I have gotten it to work within a
    web browser. But the final release of this will be on a CD or DVD.
    So it works fine when it's in a browser, but I wanted to keep it as
    an swf so it could be used on any platform(Mac/PC). But the link
    doesn't work when I test the movie, or when you just launch the
    swf. It will open up a new browser window and then you get the
    "%00" added on the end of the address making it an invalid
    URL.

  • Transparent Button Link to URL not working when I publish

    I am using mulitple tranparent buttons (over text) as a link to open a URL file in a seperate window on our company intranet.  I created this file 6 months ago and it always works fine.  Today, I needed to update the file and add another transparent button to link to a new url.  When I preview the file, everything works fine and a browser window will open showing the correct web page but when I publish the file, nothing happens.  None of the links work.
    I have updated this file in the past and I have never had a problem.  Does anyone have any suggestions.  This should be a two minute update for me but has turned into a big problem. 
    Thanks,
    Jeff

    Hi Jeff
    What you might consider doing is to declare a common output folder. Then flag that folder as safe. Normally that's a one off and it just holds. But you do have the option of clearing the list of "safe" folders. Perhaps something clobbered that at some point.
    Additionally, once you copy the content to a web server and view it in the browser using a URL, you shouldn't have any concerns. The link should work for all users.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Linking a MovieClip button to a URL?

    Hello all,
    I have recently followed a Adobe Flash tutorial, which has helped me make MovieClip buttons which extend to the left when hovered over.
    This tutorial can be found here:
    http://www.schoolofflash.com/2008/05/flash-cs3-tutorial-movie-clip-buttons/
    An example and download link for the project is at the bottom of that page.
    Everything on the tutorial went fine, but now I am trying to work out how to make these MovieClip buttons link to another URL.
    What code do I need to do this, and where do I need to put it?
    Any help is appriciated, I am using Flash version CS5.5
    Thanks,
    Vanilla

    Below is the Code to load an url
    btn_mc.addEventListener(MouseEvent.CLICK,onButtonClick);
    function onButtonClick(e:MouseEvent):void{
        var request:URLRequest = new URLRequest("http://www.foundation-flash.com/");
        navigateToURL(request);

  • Linking buttons to a URL

    I am tring to make a flash web site and i got stuck. i need
    to knew how to link a button to a URL. i resently switched to Flash
    CS3 but i am having to save all of my file as flash 8 files to get
    the action script to work. i usauly use AS1&2 i tried switching
    to AS1&2 in the CS3 file format but that did not work. So i
    need to now how to do it in AS1&2 fomat. Also if you now how to
    do AS3 code for buttons and sutch, i could really use some help.
    Thanks. <3

    use the Code below :
    replace your address with " YOR URL ADDRESS ".
    on(press) {
    getURL("YOR URL ADDRESS", _self);
    }

  • Linking a URL to a button in Flash

    I am building a website and the top navigation is in Flash. Each button links to a HTML page. My problem is that when each button is clicked it jumps to the wrong page and I can't figure out why as the URL links are correct. The buttons are movieclips if that makes any difference...
    Here is a sample of the code I'm using for my buttons:
    onClipEvent (mouseUp){
        getURL("index.php","_self","GET");
    I have also tried using:
    onClipEvent (mouseDown){
         getURL("index.php","_self");
    ... But it doesn't work either. Any help would be fantastic as I'm starting to pull my hair out with this thing!

    I have also tried:
    onClipEvent (enterFrame){
        this.mouseDown = function() {
            getURL("index.php","_self");
    With no success...

  • Is it possible to open an folio at a specific page from external link using URL scheme?

    We want to link into a folio from another app we are creating.   We can open the Viewer app with the URL scheme we define in the app (e.g. com.name.app ).   However this always opens the app on the home screen.
    Ideally we'd like to link into a specific folio or even page within the folio.  Is this possible by using some sort of querystring/identifier/anchor on the end of the URL scheme?

    Yes, its possible but officially not supported and is not fully tested. Check DPS Tips App by Bob Bringhurst (https://itunes.apple.com/in/app/digital-publishing-suite-tips/id436199090?mt=8)
    Download the Advanced Overlay folio and check "Buttons & Linking" - Slide 2

  • URGENT: pass parameters from report to report without usting a link or URL

    HI.
    I want to send an ID field from a report to a report (like master-detail) and that should be done by pressing the next or previous button. So, not with a LINK or URL link.
    Is that possible? I used the wwsto_api_session package in several ways, but no luck so far.
    Thanks,
    Paul.

    If your requirement is to provide buttons that take the users to another report, you have to do the following:
    In your source report (report A), create a form containing a button. Use hidden fields for the parameters you have to pass to the target report (report B).
    You'd need to base your report A on a SELECT statement. One of the columns in the SELECT statement can be a string where you actually construct the entire HTML form, something like:
    SELECT ...., '<form action=... method=post> ... ' FROM ...Hope this helps.

  • Issue linking external URL's in task list

    When I link a URL to a task list, a pop-up at the bottom of the screen saying "Only secure content is displayed" with a button saying "Show all content"
    When I select "Show all content" an Internet Explorer pop-up appears asking to either "Leave this page" or "Stay on this page."
    Selecting "Stay on this page" does nothing, but selecting "Leave this page" logs me out of Planning. When I log back in, the web page appears when I click on the task list.
    When I log off and close my browser, I have to go through the same steps.
    Is there any way to have the URL task list work without having to go through those steps? Is this an IE security setting?
    Thank you in advance for any input.
    Tiffany

    What URL are you using, is that an FR or WA report? If so check this Oracle - Hyperion Labs......: Generate Smartcuts for all objects under a folder
    Regards
    Celvin

  • 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.

  • Flash Button Links

    I hope someone can help me with this weird problem. I've been
    using Flash for button links for a while but for some reason
    lately, I've been having this strange problem. When you type in the
    url for the site, the Flash buttons will work as far as the roll
    overs and such, but the links do not work. Yet, if you click on an
    html link, it will take you to that page and from then on, the
    Flash buttons will work just fine. I can't understand why this
    would be happening. Basically, the Flash links work fine unless you
    type in the url. What's happening? Here is the link to what I'm
    talking about. Try typing in the url first. You will see that the
    Flash buttons don't take you to the linked webpage. Then try
    clicking on an html link, and then a Flash link from there. Thanks
    for the help!
    http://www.surecarehomehealth.com

    Okay, I've discovered that this only seems to happen if you
    type surecarehomehealth.com without the "
    http://www.". But why wouldn't it work with
    just typing "surecarehomehealth.com"?

  • Flash button link?

    I am also new to Flash. I made a Flash button (in Flash 8u)
    that I put on my Dreamweaver created web page. I can export it to
    Dreamweaver, but I am definitely missing something. It is probably
    quite simple, but I can't get the button to link to another file in
    my folder. The best I can do is to have the button get a url, but
    it does that automatically upon opening the web page that has the
    Flash button on it. I want the Flash button to go to the web page
    (or file folder would be better) only when the button is clicked
    on. I have tried various versions of the action script to get it to
    work, but obviously I am not doing something correctly. I do not
    understand writing code very well. Any help is very much
    appreciated. Thanks.

    This method is the preferred method: Give your button an
    instance name of
    myButton. Then, add the following in the actions panel to the
    main timeline
    on frame one:
    myButton.onRelease=function(){
    getURL("yourURL");
    Dan Mode
    ->Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "lifelonglearner" <[email protected]> wrote
    in message
    news:eb6omn$oo0$[email protected]..
    > How exactly to I add the code on the button? When I
    think I am accessing
    > the
    > button symbol directly and try to do that in the action
    panel, I get a
    > message
    > that says "current selection cannot have actions applied
    to it." Thanks
    > for
    > your help.
    >

  • Button link to landingpage

    Can someone help me. I have made flash document. I tried to
    link a button with a landingpage. I did this in the symbol
    properties of this button. There I linked an URL there. In the swf
    it links not to the given up URL in the browser but it linked to
    the positite on my hard disk in the browser where the flash
    document is. I do apparently something wrong. Who help can me? Does
    the button needs a script? Or did I overlook something at the
    institutions.
    In advance thanks for your tips and solutions.
    K

    Hi Prasan,
    Authorizations are set in under the Administration  System Initialization  Authorization  General Authorization.
    Regards,
    Vítor Vieira

  • Editing Button Links

    Excuse me if this has been addressed, I have looked and not
    found it. I am about 12 hours into using Captivate, love what it
    can do, but have run into issues creating navigation.
    I have a basic vertical navigation of about 8 buttons
    launching individual .swfs. I wanted this nav to remain throughout
    each slide over the entire project. Seems like it's working, but
    updating each button on every slide in each project is a real pain
    if you need to point them to a different URL (or project). Is there
    an easy way?
    The Apply to All feature is either working strangely as
    intended, or bugged. Messes up the buttons, globally.
    The Branch feature is a great idea, but doesn't seem to tell
    you which button you have selected, so you don't know where to
    point it!
    In a nutshell, is there an easy global edit feature for
    button links?
    Oh yeah, lastly - If you do end up having to cut and paste
    into each slide, how do you avoid the buttons changing the slide
    duration, or not being long enough for the slide when you paste
    them in (causing a lot of extra clean-up)?
    Thanks for your time!
    Geo.

    My most humble apologies, I went and checked what I had done
    and yes, I also copied into each individual slide. Idiot me had put
    in captions to display for rest of movie/project and then inserted
    buttons over them on each slide individually using the copy paste
    method.
    PS probably had brain freeze on the original reply

  • Making buttons link to popup browser windows in ActionScript 3

    I am trying to figure out how to make buttons on my flash
    file link to URLs that appear in a window of fixed dimensions (with
    scroller bars) next to my Flash window.
    I am aware that Adobe has instructions for creating pop-up
    browser windows through Flash (
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14192)
    However, what I'm trying to do is a bit more complicated,
    since I want to have multiple embedded invisible buttons in the
    Flash window that each take you to a specific URL when you click on
    them. Alternatively I'd be happy if any button click resulted in a
    link to a random selection from a pre-programmed list of URLs.
    Any suggestions? This is for ActionScript 3.

    Hi Im having a simlar problem with creating a button that
    opens up a url link in a blank browser window and keeping it at a
    specific size. here is the code that I'm using.
    my_btn.addEventListener(MouseEvent.MOUSE_DOWN,
    mouseDownHandler);
    function mouseDownHandler(event:MouseEvent):void {
    var urlStr = "my info_page.html";
    if (ExternalInterface.available) {
    ExternalInterface.call( "window.open", urlStr, "_blank",
    "width=400,height=400");
    } else {
    var urlRequest:URLRequest = new URLRequest(urlStr);
    navigateToURL(urlRequest);
    the problem is the window doesn't open when I click on the
    button and I don't know how to fix this

Maybe you are looking for

  • I have updated to IOS 7 while nursing my 10 month old baby, and enter a password. Unfortunetly I forgot it and now my iphone is disabled.

    I tried to syn it with itunes on my macbook. But it says it needs itunes 11 or later. I installed itunes this time it says it needs IOS 10.6.8 or later. However, my macbook is early march 2008 and I have IOS 10.5.8. I am thinking of upgrading to IOS

  • Missing client classes

    Did anyone try to download the client.jar and invoke the service from a different address. (http://localhost:7001/msg/examples.soap.msgService.MsgSend/index.html) I tried to compile a ComsumerClient class for webservices/message example and I get the

  • ABAP Proxy Class - GET_BUSINESS_SYSTEM_ERROR

    I am using ABAP proxy in R/3 to send data to third party system thro' XI. In our development XI it works fine but in our QA-R/3 I am getting error "An error occurred when determining the business system (NO_BUSINESS_SYSTEM)". Does anyone has any idea

  • Notification Email For Due Date.

    Hi all, I would like to seek help from you all guys in this scenario. I have a table with a column "due_date", I want my application to automatically send email to the end user when the sysdate is 1 day before the due date. What should I do,please ad

  • Itunes has app, not on ipad

    we have one apple device, an ipad 3. App Sam's Club for iPad gave me problems by continously showing "Loading", so I deleted the app, and reloaded several times. Now iTunes shows we have app and will not let me delete it in iTunes. The IPad shows we