HELP! Please :) my website looks different in different browsers. Link boxes are showing in IE!!

Please help me!  I'm pretty new to web design.  Built this website from scratch - designed in photoshop and put together in dreamweaver.  I launched the site and it looks great in safari, but had a friend look at it with explorer and the blue link boxes (the one that lets you know you have something linked in dreamweaver) are showing up on the interent explorer browser and I can only assume there are issues in other browsers as well.  Please help if you can.  Here is a link to my website:   www.shandryntrumble.com  Thanks

Thanks for your help!Should I create an external style sheet?  I'm still unsure of where and what to put in the document.  Where are the CSS  tags?  And what exactly do I place in them?  Sorry, I'm so new to this.  Thanks for your patience.
Date: Fri, 22 Mar 2013 10:13:43 -0700
From: [email protected]
To: [email protected]
Subject: HELP! Please my website looks different in different browsers. Link boxes are showing in IE!!
    Re: HELP! Please my website looks different in different browsers. Link boxes are showing in IE!!
    created by Nancy O. in Dreamweaver - View the full discussion
Bad information.  You don't need a class for this.  Simply add the following CSS code to your style sheet.  An external style sheet is preferred but it if you don't have one yet, add this code to the CSS inside the  tags of your HTML document. /*remove borders from all linked images*/a img    Nancy O.
     Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5170378#5170378
     Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5170378#5170378
     To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5170378#5170378. In the Actions box on the right, click the Stop Email Notifications link.
     Start a new discussion in Dreamweaver by email or at Adobe Community
  For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Similar Messages

  • HT4623 I updated my iphone 4 and my daughter's ihone 4s.   Shared account - same bill, different phone numbers.   My texts are showing up on her phone, ex. to my mom (who we both have in contacts).

    I updated my iphone 4 and my daughter's iphone 4s.   It's a family share plan - same bill, different phone numbers.   My texts are showing up on her phone, and vise versa.    Only to contacts that we both have -  ex.    my mother      I'm sure I've done something wrong in the icloud share ........help.

    ON either device go to settings - message - send&receive - either uncheck or remove the apple id.

  • My website looks fine in other browsers but on firefox it comes up like an index with the title first and on the second line it says skip to content. Can this be fixed?

    When I look at my website it loads up as an index with the heading on the top line and then a link saying "skip to content" and then the navigation is in bullet points. I have downloaded the latest version of firefox and this has not improved the situation. The website looks fine in other browsers.

    Make sure that you do not block the CSS files on that page.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Script Help please. Need to save as different filetype.

    I have a script that is currently saving files as jpgs.  I need it to save as a png.  Would someone be able to help me with this?
    var doc = app.activeDocument;
    var Path = doc.path; 
    var Name = doc.name.replace(/\.[^\.]+$/, ''); var Suffix = "_full_l"; var saveFile = File(Path + "/" + "full_l" + ".jpg"); SaveJPEG(saveFile, 8); 
    function SaveJPEG(saveFile, jpegQuality){ jpgSaveOptions = new JPEGSaveOptions(); jpgSaveOptions.embedColorProfile = true; jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE; jpgSaveOptions.matte = MatteType.NONE; jpgSaveOptions.quality = jpegQuality; activeDocument.saveAs(saveFile, jpgSaveOptions, true,Extension.LOWERCASE); }

    Here you are...
    var doc = app.activeDocument;
    var Path = doc.path;
    var Name = doc.name.replace(/\.[^\.]+$/, '');
    var Suffix = "_full_l";
    var saveFile = File(Path + "/" + "full_l" + ".png");
    SavePNG(saveFile);
    function SavePNG(saveFile){
        pngSaveOptions = new PNGSaveOptions();
        pngSaveOptions.embedColorProfile = true;
        pngSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
        pngSaveOptions.matte = MatteType.NONE;
        pngSaveOptions.quality = 1;
    pngSaveOptions.PNG8 = false;
        pngSaveOptions.transparency = true;
    activeDocument.saveAs(saveFile, pngSaveOptions, true, Extension.LOWERCASE);

  • Help please: Changing buton look in onmouseover...how?

    I have some buttons I created in JSC and placed on a page. These buttons have images on them. I'd like to change the appearance of the button when the user moves the mouse over the image. I could't find anything in the JSC help files on this, so I'm asking here.
    How do you get the button that is being moused over to change either the image that is one it, or in some other way give the user feedback that that button is the one the mouse is over?
    Thanks!

    Hi,
    Following are the steps I followed to chage the image
    of a button for onmouseover event:
    1. Drag and drop a button
    2. In the properties sheet go to the image property
    and click on the ... button
    3. Choose the image you want on the button
    4. Copy the image that you want displayed when the
    mouseover event occurs to the resources folder
    5. In the javascript section of the properties sheet,
    click the ... button next to onmouseover property
    6. Enter the following line of code
    document.getElementById('form1:button1').src="resource
    s/image1.gif"
    7. Click on save and run the application
    The line of code in the jsp source looks like this:
    <h:commandButton binding="#{Page1.button1}"
    id="button1" image="resources/heart.gif"
    onmouseover="document.getElementById('form1:button1')
    .src="resources/image001.gif""
    style="left: 144px; top: 72px; position: absolute"
    value="Submit"/>
    Hope this helps
    Cheers
    Giri :-)
    Creator Teami'm trying to do a mouse over effect on my buttons where they swap images everytime a mouse hovers over the button. I've tried to enter the javascript line you suggest, here what i put:
    document.getElementByld('form1:button1').src="resources/home01.jpg"
    It puts in the jsp code that you show and I have the images in the resources folder, but when I save and run, I only see the error sign at the bottom of the page. No mouse over effect. Any ideas?
    Thanks for any suggestions

  • JAVA HELP: Please take a look****

    I'm creating a program compute the arrival time of a train, if you know the starting time and the distance to destination (in km). Assume that the average speed of the train is 60km/h. The start time is given as the hour (using 24h notation) and the minutes. For example, if the start time is 13:46, the user will input 13 and 46. Assume that the hour and minutes provided are valid values. The output will consist in two numbers, one for the hours and one for the minutes.
    Example: if the train travels 210 km, and the start time is 10:20, then the arrival time will be 13:50 (actually two numbers representing 13h and 50min).
    class average{
      public static void main(String args[]){
         we will bb taking three values from user and
         calculate the sum and average of inputs
        // declare the variable
        double distance;
        double distancehour;
        double distanceminute;
        double avgspeed= 60/60; // average speed of the train
        double time; // average of teh three values
        // promt user to enter the values
        System.out.println("Please input the distance your are travelling:");
        distance = ITI1120.readDouble();
            while (distance < 0) {
        System.out.println("Please input the hour of departure (in 24 Hour format):");
        distancehour = ITI1120.readDouble() ;
            while (h <0) // \\ (h >=24)) {
        System.out.println("Please input the minute(s) of departure (in 24 format):");
        distanceminute = ITI1120.readDouble();
            // Intermediate
        double startminutes = distancehour*60+distanceminute; //convert hour into minutes
        double converttime = distance*avgspeed; // distance of travel multiplied by avg speed
        double subtotalminutes = startminutes+converttime;
        double totalhours = subtotalminutes/60;
        double totalmins = totalhours*60;
        double totalminutes = subtotalminutes+totalmins;
          // Result
        System.out.println("Your travel time is: " +totalhours : +totalminutes);
      }What am I doing wrong? The code isn't functioning completely.

    hi,
    try this if i got right,this program will give u the desired o/p.
    i think this will give u satisfaction,if i m right then rply me,
    public static void main(String args[])
    double distance=0;
    double distancehour=0;
    double distanceminute=0;
    double avgspeed= 60/60; // average speed of the train
    double time; // average of teh three values
    System.out.println("Please input the distance your are travelling:");
    distance = 90;
    if(distance > 0) {
    System.out.println("Please input the hour of departure (in 24 Hour format):");
    distancehour = 12 ;
    if (distancehour >0) // (h >=24)) {
    System.out.println("Please input the minute(s) of departure (in 24 format):");
    distanceminute = 34;
    // Intermediate
    double startminutes = distancehour*60+distanceminute; //convert hour into minutes
    int hourcolp=(int) distance/60;
    double mincolp= distance%60;
    //double converttime = distance*avgspeed; // distance of travel multiplied by avg speed
    //double subtotalminutes = startminutes+converttime;
    //double totalhours = subtotalminutes/60;
    //double totalmins = totalhours*60;
    //double totalminutes = subtotalminutes+totalmins;
    // Result
    //double totalminutes = subtotalminutes+totalmins;
    int totalhours = (int)distancehour+hourcolp;
    int totalmins = (int)distanceminute+(int)mincolp;
    totalhours= totalhours+(int)totalmins/60;
    totalmins= totalmins%60;
    System.out.println("Your travel time is: " totalhours ":" +totalmins);
    }

  • Help Please - on a VC that works out of the box with MAC before I sellup

    I have to declare that I’m somewhat frustrated at the moment and I could do with some good advise please bare with me while I explain.
    I have recently converted from all types of PC systems and MS OS to Apple. The conversion was based on a few drivers.
    1, My wife finally has decided to “learn” how to do her own web work instead of asking me to look up this or that for her. So as she was starting from scratch I thought MAC.
    2, At the same time I had a play with Vista at work and disliked it. I was using XP & W2K at the time.
    3, I wanted to update my home hardware, which was 3 years old.
    4, The accountant said I hadn’t spent enough on IT last year.
    5, New project work in the planning that required video/audio work to upload onto the web and everyone said MAC was the best.
    So having looked around and done what I thought was enough research I started investing. To date I’ve invested £4500 plus.
    Started by buying
    iMAC 24” 2.8 Gz Intel with 4GB ram (for the home office)
    MacBook Pro 2.4 with 4GB ram (for out and about working)
    iPHONE 16GB (which is great)
    VMware Fusion was installed for those things that I couldn’t live without until I found a suitable replacement like MS Money, Paint Shop Pro, MS Office etc. Installed XP.
    Tried Open Office found it to clunky and hard work working off files for MS Office that others sent/required. Ended up buying Office 2008 only to find VB macros don’t work in Excel and all my company spreadsheets still need PC MS Excel to run so back into XP via Fusion.
    Then to MAIL which is great on the iPHONE as I can easily monitor my 5 email accounts, what a result. But now I come to attach JPG files as I would in outlook and they open into the content of text in the mail and will not stay closed but disrupt the message. Wholly unacceptable to my way of working with no cure.
    Scanning next, so I down loaded GIMP to replace PSP which I find useless so back to PSP I go again via XP & Fusion.
    Next and finally the VC project, Now please bare in mind that all I want to do is shoot film, upload it to edit it and then mount it on the web page. I have no desire to become any form of expert in the field just get the job done.
    So reviewed iMovie to understand the spec. Realise it has limitation and reviewed FCE which seems to plug the gaps and boarders on being more professional.
    At this point I must say I’m not totally new to this subject as I have used Studio8 and a JVC GR-DVL166EK video cam a couple of years ago and got on ok without any issues simple plug and play with great results.
    Having reviewed the standards that the software is reported to work too without any publicly declared exclusions or exceptions by Apple I went shopping for the VC. (I didn’t know of the forum at the time and to the best of my knowledge Apple don’t advise of its existence in any product information on anything I have bought.)
    I buy a Panasonic HDC-HS9 for £700 which doesn’t flaming work despite the fact that it should based on all the standards quoted by both manufactures and there are no disclaimers from either party that it won’t work.
    I have reviewed the compatibility list on the support page (now I know its there) and find that the Panasonic HDC-SD5 does work. I reviewed the comprehensive detailed model spec on the Panasonic web site and there is no differences between the to models at all accept the HDD.
    So why don’t it work?
    *At the end of the day can anyone please recommend a VC that will produce high quality results without the need of a 3rd party software to connect and upload files convert and muck about instead of getting on with the job.*
    And if all the publicised specs don’t allow you to conclude compatibility how can you protect your investment? Where do we legally stand and where is the accountability to the consumer.
    <edited by host>
    I am that fed up with the last 3 months of mucking about Bill Gat*es may just get me back.
    Thanking anyone in anticipation for some meaning advise and help.
    Regards
    Alan

    Hi, and thanks for you interest. The problems is that whether I'm using iMovie or FCE I get to a stage where the thumbnail image is present but if you try to play, import or any other action in either app it closes down and a message comes up " The Application Final Cut Express/iMovie quit unexpectedly - Mac OS X and other application are not affected" then asks if I wish to relaunch. I then hit the report to Apple button and afterwards relaunch. I was recommended to use Voltaic which I have tried, it worked but is to much mucking about for something that should work out of the box.
    This problem happens on both the iMAC and the MacBook so quite sure it's not a OS software issue. All software update are up to date also.
    Any ideas?

  • Urgent help needed with iPhoto/pdf preview for book order - mysterious pixelated areas show on PDF but not in iPhoto

    Hello. I ordered an iPhoto book last week to give to my parents for their 50th wedding anniversary. Tonight, I just checked on the order status and found that my book is cancelled. I received no notification about it, and all I could do was fill out the online form, so customer service will get back to me on Monday via email (if I'm lucky...). There is no telephone number for me to call about this. I decided I'd best do some searching to try to figure out what had happened.
    I had thought that the preview I saw in iPhoto was the preview of the book. I found out I was wrong. So I created a PDF preview of the book and found some craziness that I don't understand. In iPhoto (and any other program, i.e. PhotoShop), my photos are fine. They are mostly TIFF format and high resolution with a few high res JPEGs. However, when I view the PDF, there is a band of black and white pixelation about 1/2-inch across the bottom of some pages - not all. The photos in that area are messed up in that band zone. The other photos are totally unaffected. This affects both TIFF and JPEG photos, and both black and white and color.
    Has anyone else had this problem, and what was your solution? I would be extremely grateful to anyone for advice or information about this! The anniversary party is less than a week away and I'm beyond my limit of stress right now...

    Launch iPhoto with the Option key held down and create a new library.  Import enough photos for a book (use some of those in the current book) create a new book and preview as a PDF.  If you don't see the problem then it's limited to your library which may be damaged.  If that's the case make a temporary, duplicate copy of the library and try the two fixes below in order as needed:
    Fix #1
    1 - delete  the iPhoto preference file, com.apple.iPhoto.plist, that resides in your Home/Library/Preferences folder. 
    2 - delete iPhoto's cache file, Cache.db, that is located in your Home/Library/Caches/com.apple.iPhoto folder. 
    3 - reboot, launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key.  You'll also have to reset the iPhoto's various preferences.
    Fix #2
    Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library.
    Select the options identified in the screenshot and the option to rebuild the small thumbnails.
    Click to view full size
    If you get the same problem in the test library then log into another user account on your Mac, create a test library and try it there.  If the problem shows up there a reinstall of iPhoto is indicated.  To do so you'll have to delete the current application and all files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    If you don't encounter the problem in the other user account then it's something in your account that's the culprit. Post back with the results.
    OT

  • All of the webpages are showing up "strange" not all the colors are showing, not all the correct boxes are showing, and there are numerous errors in the error console (which doesn't help me)! Is there just a way to reset everything to go back to normal??

    Some of the error codes are:
    filter
    background
    border radius
    box shadow
    height

    See:
    * http://kb.mozillazine.org/Website_colors_are_wrong
    * http://kb.mozillazine.org/Websites_look_wrong
    Other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r45
    # Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • My iPad 2 is updated to iOS 6. My question is, can it take panoramic pictures? I tried looking around to see if i could figure out how, but no luck. Help please.

    My iPad 2 is updated to iOS 6. My question is, can it take panoramic pictures? I tried looking around to see if i could figure out how, but no luck. Help please.

    When you look at how they distribute apps it seems that iPods/iPhones are deemed more portable, which is why they have the better camera features, stuff like weather and passbook and stocks, while Apple doesn't seem to plan for the iPad being used as peoples cameras or being carried around with them on a daily basis....and I know evidenc is to the contrary. I've seen people using their iPad as a camera in national parks and at disneyland.

  • Can anyone help please? I have downloaded itunes to a pc but despite syncing its not downloading to my ipod,although tunes downloaded directly to ipod do download to pc. Any suggestions please?

    I have downloaded itunes direct to my pc but despite syncing with my ipod they are not downloading, however itunes downloaded direct to ipod are syncing to pc. Can anyone help please?

    What seems to be the problem?  Songs are not syncing from your iTunes library on your PC to your Nano?  Is this the same computer you have always synced the Nano with or is this a different/new iTunes library?
    B-rock

  • IPad stops responding, showing the Apple logo only,i tried to place into recovery mode and attempted to restore again but brings error in downloading s/w message.can anyone help please.Thanks

    iPad stops responding, showing the Apple logo only,i tried to place into recovery mode and attempted to restore again but after downloading the software, it brings error in downloading s/w message.can anyone help please.Thanks

    http://support.apple.com/kb/TS3694#error14
    These errors are typically resolved by performing one or more of the steps listed below:
    Perform USB isolation troubleshooting, including trying a different USB port directly on the computer. See the advanced steps below for USB troubleshooting.
    Put a USB 2.0 hub between the device and the computer.
    Try a different USB 30-pin dock-connector cable.
    Eliminate third-party security software conflicts.
    There may be third-party software installed that modifies your default packet size in Windows by inserting one or more TcpWindowSize entries into your registry. Your default packet size being set incorrectly can cause this error. Contact the manufacturer of the software that installed the packet-size modification for assistance. Or, follow this article by Microsoft: How to reset Internet Protocol (TCP/IP) to reset the packet size back to the default for Windows.
    Connect your computer directly to your Internet source, bypassing any routers, hubs, or switches. You may need to restart your computer and modem to get online.
    Try to restore from another known-good computer and network.

  • Safari 5.1 in iMac OS X 10.6.8.Adding Bookmarks to "unsorted Bookmarks" folder puts them in a black hole.  I can't find the "UB" folder.  Where is it? Should I add it to the folder list somewhere on the left pane? OR? Help, please!

    Safari 5.1 in iMac OS X 10.6.8.Adding Bookmarks to "unsorted Bookmarks" folder puts them in a black hole.  I can't find the "UB" folder.  Where is it? Should I add it to the folder list somewhere on the left pane? OR? Help, please!

    It looks like that the installation process of one of the applications have caused some trouble. One of them may have changed or added kext files.
    For that, the Window server crashed if you try to open a non Apple application like Firefox
    Start the system in safe mode by holding the shift key on power on.
    If save mode is reached, perform a permissions repair with the Disk Utility.
    Don't bother about upcoming warnings like "could not repair file xy" as that occur cause you use the tool on a running system and opened files can not get touched by the tool.
    After repair is done reboot system to normal and try to open Firefox.
    If the problem persits, please report back here.
    Lupunus

  • My MacBook Pro spits out a CD within 30 seconds.  It doesn't show up anywhere.  Help please.

    My MacBook Pro spits out a CD within 30 seconds.  It doesn't show up anywhere.  Help please.

    You can try a commercial lens cleaner.  They are sold everywhere for little expense.
    http://www.walmart.com/ip/Memorex-32020022912/15120287

  • My macbook pro is not charging - any help please!?

    My macbook pro is not charging - any help please!?
    <Edited by Host>

    Hi sdennisonta,
    If you are having an issue with charging your MacBook Pro, I would suggest that you troubleshoot using the steps in this article - 
    Mac notebooks: All about batteries - Apple Support
    If the battery appears to be working correctly you may want to see if the issue lies with your power adapter. Use the steps in this article -
    Apple Portables: Troubleshooting MagSafe adapters - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

Maybe you are looking for