Can not get a logo to link to the index page.

Every month I change the monthly sponsors for our tournaments.  I removed last month sponsors and want to replace with this month in DW.  I put my cursor where I want the logo to go and I can not get it to link.  I want to replace the Main St Jewelers and Microtel with The Mill Casino logo.  The website is thesoba.com
thank you
Mike

Hi Mike,
in addition to Murray: Can you see this dark first line title in your website?
<body class="thrColLiq">&lt;%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%&gt;
You should delete these italian letters. As for your question about the links I want to give this hint:
You will get the missing entry in this way:
<p><a href="http://www.themillcasino.com/"><img src="LOGO's/TheMillCasino.jpg" width="134" height="70" /></a></p>
so as I did here (you have to use the correct image, naturally):
Hans-G.
As I can see in your source code you use a directory "LOGO's" you better should write "LOGOs", and in the same way you better should delet the blanks in the names of your directories.

Similar Messages

  • Hi I can not get my printer to connect to the internet.

    Hi
    I can not get my printer to connect to the internet. it is connected to my network according to wifi test printout but my computer can not find it.
    When I try to download apps directly from the printer it says that it is not connected to the internet.
    I have an airport extreme + 3 airport express a macbook pro and printer is an HP 7510e
    I see the printer on the first page in the airport utility when I click on my airport extreme.so it is online but nothing happens when I try to print.
    Please help me

    Hi all,
    Guess I understand what is going on as I'm also experiencing the problem.
    Basically the issue is about the iPhone 4's personal hotspot.
    I'm trying to hook on personal hotspot to my toshiba laptop but it couldnt work as the connection is limited to local only without Internet access.
    The hotspot works well on other laptop and I-devices, but not my toshiba...
    Hope to get assistance here. Thanks

  • TS1702 I can not get some apps to rotate to the landscape position. Help please !

    I can not get some apps to rotate to the landscape or horizonal position. Help !

    Not all apps support landscape positioning. If you'll post the name of the apps you are having problems with, someone can probably tell you if that is indeed the case in your situation.
    Regards.

  • "Can not get a key" error when assigning the OAuthTokenIssuer certificate

    I am migrating from Lync Server 2010 to 2013. When deploying the 2013 server, it fails when assigning the OAuthTokenIssuer certificate. With the KeyException error below.
    I've tried "re-keying" the cert and confirmed that the key is exportable. Does anyone have any insight on how to resolve this? 
    =============
    <?xml version="1.0" encoding="UTF-8"?>
    -<CsMgmtLog Name="Set-CSCertificate">
    <Info Time="2014-04-21 19:00:53Z" Title="Connection">Data Source=servername.domain.com;Initial Catalog=xds;Integrated Security=True</Info>
    -<Action Name="Set Certificate" Time="2014-04-21 19:00:53Z">
    -<Exception Time="2014-04-21 19:00:54Z" Message="Can not get a key." Type="KeyException">
    <StackTrace Time="2014-04-21 19:00:54Z"> at Microsoft.Incubation.Crypto.GroupKeys.DKMBase.GetCurrentKeyAndUpdate(KeyPolicy& keyPolicy) at Microsoft.Incubation.Crypto.GroupKeys.DKMBase.Protect(MemoryStream plaintext) at Microsoft.Rtc.Management.Internal.KeyManagement.GroupKeyWrapper.Encode(Byte[]
    inBytes) at Microsoft.Rtc.Management.Deployment.Core.Certificate.SetCMSCertificate(IScopeAnchor scope, X509Certificate2 foundCert, X509Certificate2Collection certs, Nullable`1 effectiveTime, Boolean isRoll) at Microsoft.Rtc.Management.Deployment.Core.Certificate.SetCMSCertificate(IScopeAnchor
    scope, String thumbprint, Nullable`1 effectiveTime, Boolean isRoll) at Microsoft.Rtc.Management.Deployment.Tasks.SetCertificateTask.Action() at Microsoft.Rtc.Management.Internal.Utilities.LogWriter.InvokeAndLog(Action action)</StackTrace>
    </Exception>
    <Complete Time="2014-04-21 19:00:54Z"/>
    </Action>
    <Error Time="2014-04-21 19:00:54Z" Title="Error">An error occurred: "Microsoft.Incubation.Crypto.GroupKeys.KeyException" "Can not get a key."</Error>
    </CsMgmtLog>
    =============
    Regards,
    Yai

    Please try to assign the certificate with Lync Server Management Shell.
    Run the following command:
    Set-CSCertificate -Identity Global -Type OAuthTokenIssuer –Thumbprint <string>.
    Check if you can assign default certificate to Lync Front End Server.
    Check the Root Certificate Authority certificate is not expired.
    Lisa Zheng
    TechNet Community Support

  • I have a toshiba lap top computer with vista and I can not get my iphone to connect all the way .. it says "connected with limited activity"?

    I have a toshiba lap top computer with vista and I can not get my new iphone to connect all the way .... it says "connected with limited activity". which means I don't get on. Any help would be appreciated. Thanks.  

    Hi all,
    Guess I understand what is going on as I'm also experiencing the problem.
    Basically the issue is about the iPhone 4's personal hotspot.
    I'm trying to hook on personal hotspot to my toshiba laptop but it couldnt work as the connection is limited to local only without Internet access.
    The hotspot works well on other laptop and I-devices, but not my toshiba...
    Hope to get assistance here. Thanks

  • I have a new iphone5. I can not get my itunes to even SEE the device. How do i sync?

    I have a new iphone5. i can not get itunes to even SEE the device. How can i sync?

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • Can not get two AS2 scrollers to work on same page.

    Hi.
    I really like this particular scroller I used at the bottom of the page here:
    http://steamandclean.com
    Now I need to use two instances of it side by side on another page and can not get it to work.
    I have tried:
    Having same code twice in frame 1 unchangend.
    Having two instances of all the code but with renamed variables and instance names throughout the code.
    Having each scroller in their own movie clip and then add them both to the scene.
    Having a master fla with the background and importing two separate swfs with each their own scroller - they work independantly but when they import to the same page one of them will not work.
    Here is the AS2 I am using:
    Left scroller:
    fscommand("allowscale", "true");
    bar.useHandCursor = dragger.useHandCursor=false;
    space = 20;
    friction = 0.9;
    speed = 4;
    y = dragger._y;
    top = main._y;
    bottom = main._y+mask_mc._height-main._height-space;
    dragger.onPress = function() {
              drag = true;
              this.startDrag(false, this._x, this._parent.y, this._x, this._parent.y+this._parent.bar._height-this._height);
              scrollEase();
    dragger.onMouseUp = function() {
              this.stopDrag();
              drag = false;
    bar.onPress = function() {
              drag = true;
              if (this._parent._ymouse>this._y+this._height-this._parent.dragger._height) {
                        this._parent.dragger._y = this._parent._ymouse;
                        this._parent.dragger._y = this._y+this._height-this._parent.dragger._height;
              } else {
                        this._parent.dragger._y = this._parent._ymouse;
              scrollEase();
    bar.onMouseUp = function() {
              drag = false;
    moveDragger = function (d) {
              if ((dragger._y == y+bar._height-dragger._height && d == 1) || (dragger._y == y && d == -1)) {
                        clearInterval(myInterval);
              } else {
                        dragger._y += d;
                        scrollEase();
                        updateAfterEvent();
    up_btn.onPress = function() {
              myInterval = setInterval(moveDragger, 18, -1);
    down_btn.onPress = function() {
              myInterval = setInterval(moveDragger, 18, 1);
    up_btn.onMouseUp = down_btn.onMouseUp=function () {
              clearInterval(myInterval);
    MovieClip.prototype.scrollEase = function() {
              dragger.onEnterFrame = function() {
                        if (Math.abs(dy) == 0 && drag == false) {
                                  delete this.onEnterFrame;
                        r = (this._y-y)/(bar._height-this._height);
                        dy = Math.round((((top-(top-bottom)*r)-main._y)/speed)*friction);
                        main._y += dy;
    Right scroller
    fscommand("allowscale", "true");
    bar2.useHandCursor = dragger2.useHandCursor=false;
    space = 20;
    friction = 0.9;
    speed = 4;
    y = dragger2._y;
    top = main2._y;
    bottom = main2._y+mask_mc._height-main2._height-space;
    dragger2.onPress = function() {
              drag = true;
              this.startDrag(false, this._x, this._parent.y, this._x, this._parent.y+this._parent.bar2._height-this._height);
              scrollEase();
    dragger2.onMouseUp = function() {
              this.stopDrag();
              drag = false;
    bar2.onPress = function() {
              drag = true;
              if (this._parent._ymouse>this._y+this._height-this._parent.dragger2._height) {
                        this._parent.dragger2._y = this._parent._ymouse;
                        this._parent.dragger2._y = this._y+this._height-this._parent.dragger2._height;
              } else {
                        this._parent.dragger2._y = this._parent._ymouse;
              scrollEase();
    bar2.onMouseUp = function() {
              drag = false;
    movedragger2 = function (d) {
              if ((dragger2._y == y+bar2._height-dragger2._height && d == 1) || (dragger2._y == y && d == -1)) {
                        clearInterval(myInterval);
              } else {
                        dragger2._y += d;
                        scrollEase();
                        updateAfterEvent();
    up_btn2.onPress = function() {
              myInterval = setInterval(movedragger2, 18, -1);
    down_btn2.onPress = function() {
              myInterval = setInterval(movedragger2, 18, 1);
    up_btn2.onMouseUp = down_btn2.onMouseUp=function () {
              clearInterval(myInterval);
    MovieClip.prototype.scrollEase = function() {
              dragger2.onEnterFrame = function() {
                        if (Math.abs(dy) == 0 && drag == false) {
                                  delete this.onEnterFrame;
                        r = (this._y-y)/(bar2._height-this._height);
                        dy = Math.round((((top-(top-bottom)*r)-main2._y)/speed)*friction);
                        main2._y += dy;
    If needed I can upload the fla files, but I see no option to attach a file
    Thank you on beforehand!
    ggaarde

    You should only have one set of code, forget the second set you created.  You could even have just one movieclip where you load the "main" portion into it dynamically.  But for the moment I expect you will create one movieclip using your first set of code, replacing the last function....
    MovieClip.prototype.scrollEase = function() {
              dragger2.onEnterFrame = function() {
                        if (Math.abs(dy) == 0 && drag == false) {
                                  delete this.onEnterFrame;
                        r = (this._y-y)/(bar2._height-this._height);
                        dy = Math.round((((top-(top-bottom)*r)-main2._y)/speed)*friction);
                        main2._y += dy;
    with what I showed in the last posting.
    For the second scroller movieclip just create a copy of the first one in the library and only change whatever content goes into the "main" movieclip.
    Afterwards challenge..... If you want to have just one movieclip that you use for both then you could create the two content sections as movieclips in the library and use the attachMovie function to load each one in to its own scroller.

  • I can not get my phone backed up to the Cloud. Can someone please assist?

    I can not get my phone to back up to the cloud.  Can someone assit me with this?

    You’d need to supply more details about what’s not working for us to help…

  • I can not get my password reset link on my gmail what do i do?

    i have forgot my icloud account and it is the same as my apple ID thats how i made it and i can not reset my password i have not called apple yet and i have reset my password 20+ times and still nothing and it has been over 4 weeks i think i have been waiting quit long enough...

    Call Apple Support in your country: Customer Service: Contact Apple support.

  • I updated to Firefox 4 and it will not work so I can not get on line and it replaced the old firefox so I also lost all my bookmarks. I need them back. How do I get them?

    I have a Mc g5 with the 10.4.11 operating system. Your site is my home page and it kept bugging me to update to the firefox 4. So I did now when I try to get on it tells me that that "I can not open this application because it is not supported on this system". It replaced the old firefox that I had so I can not open that. I have no way to get to my book marks and I need them. Let me know how to get back to my old firefox and book marks.

    Firefox 4 requires at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    For an unofficial Firefox 4 compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    Firefox 3.6.x (Mac OS X 10.4 and later) can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    * http://kb.mozillazine.org/Lost_bookmarks

  • I can not get any sound on my laptop. the volume settings are on but no sound will play? help

    I can not hear anything but the picture plays fine.

    HI. =)
    All you have to do is update your sound/audio driver. (especialy if you just got a BIOS update, if you haven't, just proceed)
    first, make sure  nothin's attached to your laptop.
    go to hp.com -> support & drivers -  drivers & software -  (put in your product name/number - you can find that at the bottom of your laptop) -  at the drop down, select widows 64 bit (mostly)  then hit next - at step 2, 'SELECT A DOWNLOAD', choose driver - audio - click the first blue link and hit save - after saving, your laptop will prompt you to run it. hit run.
    then your laptop will reset, and it should produce sound.
    **your kudos will be appreciated.

  • HT4623 I have a Ipod Touch 4th Gen, 8 GB and it only has iOS 4.3.1 and I can not get it download any apps from the app store. It says that our iOS system does no support it. Please tell me what to do, it's been like this for a month now and I can't figure

    Just let me know if you know how to fix this!!! I am in desperate help right now. It's been a month and still can't use it plus we are going out of town and was wanting to take it with us to use.

    If your iDevice is using a version of iOS lower than 5, you will need to use iTunes on your syncing computer to perform the upgrade. Use the Apple link below as a guide for the upgrade.
    http://support.apple.com/kb/HT4972
    Also read the instructions from the section entitled "Update your device using iTunes" at the link below.
    http://support.apple.com/kb/HT4623
    Information regarding transferring purchases from your iDevice to iTunes on your syncing computer can be found at the link below.
    http://support.apple.com/kb/ht1848

  • Where can I get a 32-bit Itunes? The download page keeps linking to a 64-bit version.

    The Apple download pages keeps linking me to a 64-bit download. Not a 32-bit.

    Itunes for windows 32 bit is 10.3.1 Go to apple downloads and type in itunes 10.3.1. Should give you a link.

  • Hi.. i got an macBook air and i can not get with face time it saids the server has found an error try later. i just move to holland is that the reason?

    Hi... i got a MacBook Air and im trying to use face time i already sing in but it saids that the server has found an error with registration.. i was living in mexico city but i just move to holland is that the reason? thanks!!

    Hello, lulufrommexico df. 
    Thank you for visiting Apple Support Communities.
    Here are a couple troubleshooting articles I would recommend going through when experiencing this issue.
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/ts3970
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/ts4185
    Cheers,
    Jason H.

  • How can I put a footer that links to the first page of a pdf from the other pages?

    I am trying to create a pdf that has the option "Return to Table of Contents" at the bottom of each page from 2 to 23.  I know how to add a footer, and I know how to add a link, but is there a way to put a link as a footer?  I don't want to have to go in and create 22 links for each file. 

    Then duplicate that button to pages 3-23.
    To do that effectively go to Form Edit mode, right-click the button and select Duplicate Across Pages.

Maybe you are looking for