Borders Around Thumbnails

Does someone know why Dreamweaver CS4 puts green borders around my thumbnails.  I can't find anything in my code that designates that AND I don't want it.  While I'm working in Dreamweaver it shows blue borders (which I don't want either).
http://www.theshimogaproject.com/presentations.html
Thanks for your help.

To remove borders from all linked images, put this in your CSS code:
a img {border: none}
DW doesn't add borders to linked images.  HTML does. 
Nancy O.
Alt-Web Design & Publishing
Web | Graphics |  Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb

Similar Messages

  • HELP DREAMWEAVER CS4 NOW SHOWS BORDERS AROUND SPACERS

    Really, the more things change, the more they stay the same.
    What the heck is going on with this company?
    Is Abode just trying to do all they can to destroy the once great Macromedia products? Or chase away shareholders?
    I made a HUGE mistake using Dreamweaver CS4, to "upgrade" my personal website, and suddenly my spacers are viewable with gray borders around them. AND all my flash content is no longer viewable.
    Sorry, Adobe I'm busy trying to make a living in a really bad economy, and actually have a personal life.
    I don't want to spend my life trying to figure out your attempts at making new code.
    They make these large sloppy programs, worse and worse and worse with each version release.
    Is there a way to get rid of these horrible looking spacer borders without having to go back to school and REDO my engineering degree?
    Geez!
    I give Adobe an F for effort.

    The apparent spaces with borders are actually missing images which you have not uploaded to the images folder.
    The files
    http://www.stackjones.com/images/blackspacer.jpg
    and
    http://www.stackjones.com/images/white%20spacer.jpg
    do not exist on the server.

  • Ugly Gray Borders Around My Paths

    It doesn't matter if I turn the stroke completely off of a path or not; Illustrator is still putting ugly gray borders around them.
    Here is a picture:
    http://peacepunk.net/images/uglyborder.jpg
    They appear around the curtains, around the bed (the red thing at the bottom), and the white part on top of the bed. (Actually, this has a stroke of black, but the gray stroke does this "dot dot dot" effect.)
    It looks incredibly ugly, and I don't know why it's there. Help? The zoom of this picture is at 100%.

    Wow, problem solved. I just changed the color mode from CMYK to RGB. Hope this helps out others with the same issue!

  • GT60 3K IPS black borders around the screen on lower resolutions

    I've got an MSI GT60 with 3K IPS display and GF880M and although it's a very powerful machine it sometimes isn't fast enough to play the games with the native resolution on high details, therefore in several games I wanted to lower the resolution to get a better experience. However this is where I have a problem, because if I change the resolution in-game what usually happens (80% of the games I've tried) is the screen is getting smaller and I have back borders around it. This is kind of frustrating and I wanted to ask if you know any way of sorting out this issue. I'd like to be able to play a game at 1080P for example but have it stretched to the whole screen.
    Some of the games I've observed this behaviour:
    1. L.A. Noire
    2. Assassin's Creed: Black Flag
    3. Far Cry 3
    4. Max Payne 3
    I've tried lowering the Windows resolution prior to opening the game but it makes no difference. I've also looked at the nVidia Control Panel because some of the versions of the drivers had the option to stretch lower resolution to full screen but in the latest one I couldn't find it.
    As the result of this I'm feeling a little frustrated that although the notebook itself is one of the most powerful ones available on the market I cannot play it the way I wanted and I begin to think paying extra for the 3K display was a mistake a I should've gone with the 1080P version. But I hope there's a fix for this issue.

    I've found a workaround but it's very annoying as I have to apply it everytime I launch a game (or if I accidently alt-tab back to windows desktop).
    1. Run the game and let it launch with the back borders
    2. Ctrl+Alt+Del and go to desktop (don't Alt-Tab, it won't work)
    3. Open Intel Graphics properties, change the resolution to 3k, apply changes, than change it back to 1080P or whichever you like and mark the Desktop Stretching option. Apply changes.
    4. Back to the game and the black borders should now be gone.
    It's a workaround, not a solution. I'd really like that MSI, nVidia or whoever is responsible for this behavior find a permament fix.

  • Borders around .png links only in firefox

    I just put together a website and when I view it in Safari the menu bar (in the lower left corner) lines up where it should without any borders.  The problem is when I view it in firefox it doesn't line up right and there is a white border around it.  (Also borders around other .png files set as links - "[resolute media]" at the top and on the "contact" page it shows up again around the facebook link.)
    Any ideas??
    thanks...

    Another way is to just add '0' to your image border setting in the Property Inspector.
    Bob's way is excellent too especially if you have many images. However it will effect all images even those that you may want to have a border.
    Either way is good depending on your personal preference and situation.
    Brad Lawryk
    Adobe Community Professional: Dreamweaver
    Northern British Columbia Adobe Usergroup: Manager
    Edit: Didn't notice the 'a' in Bob's example to effect only links. My mistake .... if you have a few images with links then definately Bob's way is likely your best option. Sorry.

  • How to fix black borders around transparent PNG files?

    Hello,
    Recently, iMovie has started putting black borders around transparent PNGs. How can I fix this?
    http://img19.imageshack.us/img19/4668/picture9bt.png

    gndagnor wrote:
    Any way to fix the alpha transparency when importing PNG files to iMovie 09?
    I just know the two options - wrong (8bit) png or that plugin, which in an older version destroyed transparency..
    what also make transparent-to-black is, when you 'manipulate' the imported png, esp. adding a *KenBurns Effect* - that kills transparency instantly.
    for test purposes:
    • create a new project
    • create a new png with some traansparency
    • add new png to new project - same result?
    and just to avoid EVERY problem: your sys preferences/Monitor is set to 'million colors'?

  • White borders around Firefox entry boxes

    Hi. I'm trying to fix / work around a quirky cosmetic bug that occurs in Firefox (OpenOffice, too) with Murrine SVN and, unfortunately, other GTK engines. There are white borders around entry boxes, that disappear if I mouse-over them, but reappear when I do, well, anything. I was going to work around it by theming the entry boxes with Clearlooks instead of Murrine, but it suffers from the same problem (it's more glaring there, actually). Standard Murrine from community, and Murrine from Ubuntu (aur package) do not suffer from this problem, but unfortunately, it cannot co-exist with Murrine SVN.
    Here's a screenshot of the problem in question:
    How would you suggest I work around, or preferably, fix this problem?
    Last edited by TiZ (2009-02-27 03:22:57)

    It appears to be a bug in the SpryMenuBar.js v0.12 after all.
    I found an acceptable solution by commenting out line 163
    changing
    this.addClassName(items
    , this.isieClass);
    to
    // this.addClassName(items, this.isieClass);
    Now the menu is rendered correctly without the white
    borders/margins.
    I guess it is not always IE's fault ;-)
    Something for the Adobe crew to pick up for their next
    version...

  • White borders around photos with IOS7

    Since updating to IOS7, why do my photos have white borders around them even in landscape? I have looked in settings and anywhere I can think of and can not fined a way to get rid of it. This has to be something that I am overlooking. Any help is appreciated!
    It doesn't matter if the picture is taken in portrait or landscape, it has a thick white border around the picture.

    No, the white borders do not appear in iWeb. As far as the browser, sometimes I can export the site and it renders fine, other times the white borders appear.
    Like I said before, the graphics with the borders aren't consistent. Different fraphics have the white border if I re-publish the site to a folder.
    Please note... unlike other questions posted in this topic, my white lines do not disappear when the page is loaded. They stay there... and ONLY on the index page.

  • Unwanted browser borders around active tabbed panel tabs

    I'm getting unwanted borders around the active tabs in my Spry tabbed panels that seem to be added by the browser. For example I'm geting a fuzzy caterpillar border in Safari. Does anyone know how to turn off this effect? Thanks

    Its called "outline" or focus borders, its in the browser for accessibility reasons. So when users use keyboard navigation, they know where they are on the page. If don't want it. You can remove it by adding outline:none to the css selector that targets the tabs

  • Nasty black borders around clicked items

    I am suddenly getting nasty black borders around file names I click on (and not just in the finder). Although ugly I would be able to live with if it wasn't for the fact that they can remain on the screen. It looks like corruption. Does anyone have a remedy?

    VoiceOver is on, you probably accidentally hit that magic keystoke that turns it on (command-F5, I think.) Hit the keystroke again, or go to System Preferences -> Universal Access to turn it off.
    Message was edited by: Király

  • Borders Around Tables in Pages

    What is a very easy way to put borders around tables in pages (but without the control etc. type commands), but have no gridelines around the individual cells?

    I'm not sure what you mean by "control etc. type commands", but here's something to try.
    1) Select your table
    2) In the table inspector, under *Cell Borders*, click on the icon that looks like a +. This selects all of the interior borders.
    3) Still under *Cell Borders*, click on the line type popup, and choose "None."
    If you want new tables to always look like this in this document, select the table again, and choose *Format > Advanced > Define Default Table Style*.

  • Dark borders around album art in grid view

    Hi everybody,
    since last week my iTunes is displaying strange dark borders around album cover art and iPhone apps icons in grid view (see http://j.imagehost.org/0154/1_21.jpg). I am using the dark background theme. I already tried restarting iTunes and the computer several times and deleting the iTune album artwork cache.
    Does anybody have an idea what else I could try to remove these ugly borders?
    Thanks in advance
    Jens

    I have the same issue here.
    If i change my display profile in the system preferences to the default, they disappear.
    But that can’t be the solution.
    Has anybody a clue?

  • How do I adjust the black borders around my phones screens ?

    How do I adjust the black borders around my phones screen

    What "black borders"?
    If I understand you correctly, you don't.

  • With 3.6 and earlier, one website I use would have a "frame" around thumbnails which would go away once I accessed it. Aftwer 4.0, no frame. Frames still there with IE. Is there a setting where I can get them back with the newer versions of Firefox?

    Pretty much what I asked above. Obviously there was a change between 3.6 and 4.0 that is causing this.
    These black "frames" around the thumbnails are very handy as they let me know which ones have been accessed and which have not. Once I would click on the thumbnail, the "frame" around it would disappear. I could come back weeks later and tell what had been accessed and what hadn't.
    I discovered this problem this spring when I upgraded to 4.0 in my laptop. I kept "nursing" the 3.6 in my desktop as I did not want to lose that feature. The other night I tried to update my 3.6 and, unfortunately, I got force-fed 6.0.
    Anyhow, it has to be something you changed when 4.0 was brought out - and has stayed changed in 5.0 and 6.0. As noted above, the frames are still there if I go to the site with Internet Explorer. Sure love to find a way to get this feature back with Firefox!

    Pretty much what I asked above. Obviously there was a change between 3.6 and 4.0 that is causing this.
    These black "frames" around the thumbnails are very handy as they let me know which ones have been accessed and which have not. Once I would click on the thumbnail, the "frame" around it would disappear. I could come back weeks later and tell what had been accessed and what hadn't.
    I discovered this problem this spring when I upgraded to 4.0 in my laptop. I kept "nursing" the 3.6 in my desktop as I did not want to lose that feature. The other night I tried to update my 3.6 and, unfortunately, I got force-fed 6.0.
    Anyhow, it has to be something you changed when 4.0 was brought out - and has stayed changed in 5.0 and 6.0. As noted above, the frames are still there if I go to the site with Internet Explorer. Sure love to find a way to get this feature back with Firefox!

  • IMac 27-inch with - Black borders around smaller resolutions

    Hey,
    Back with Boot Camp 3.0, I've had problems with the color depth. It said 32-bit while it appeared to be 16-bit. Now it's been fixed with Boot Camp 3.1.
    However, I have an even more annoying problem now. I can't use the native resolution of my display because things are way too small on it. So I'm using the classic 1080p (1920 x 1080 @ 60 Hz) resolution. Problem is, my computer is STILL in 2560 x 1440, and I see Windows 7 occupying 1920 x 1080 pixels, centered vertically and horizontally in the middle of my screen. Around it, there's huge black borders.................
    I have a Radeon 4850 by the way. I read somewhere that it had to do with having two monitors, but never installed another monitor on this computer.
    I've tried installing and reinstalling and uninstalling a bunch of official and non-official drivers from ATI. I guess I still haven't found the good one... or I haven't found the good option in Windows that fixes this.
    Any idea? I know I'm not the only one with this problem, but I haven't found much information on the web about that.

    Hi,
    using the ATI Catalyst Control Center (usually part of the downloadable Catalyst Driver Suite) should provide an option in the Display properties to use lower than native resolutions 'stretched' (without the black borders).
    http://game.amd.com/us-en/drivers_catalyst.aspx
    Before installing drivers, it is always recomended to make a System restore Point and/or have a backup to revert back easily in case of troubles.
    Also you should remove all remnants of older or other drivers using either the Windows "Software" option, a provided uninstaller or DriverSweeper.
    Regards
    Stefan

Maybe you are looking for

  • Report as pdf issue in citrix

      Hi, I have created a report in navision where it is : 1) Saved and mailed in pdf format : For this i have used the location of filedirectory as TEMPORARYPATH. 2) Save as pdf : where i have used codeunit 412 to save the report on user desired locati

  • ITunes Account Disappeared Within Last Several Hours

    Itunes account with AOL handle & AOL password configuration... worked fine for years until attempted to access the iTunes store this evening from home Mac. (Have another authorized machine at work) ID not recognized. Account 'disappeared' from iTunes

  • Protection to deny variant modification

    Hi everybody ! We have some variants which have been created by a normal user (who had of course the authorisation) who set the "No modification" flag to deny other users to modify them. That user has now left the company, and the new employee must m

  • Crash when opening windows in extension...

    Hello everybody. I have encountered a strange issue when trying to open a window from within my extension on OSX: It seems that whenever i try to open a "spark" window from Photoshop CS6, it instantly crashes. The same extension works flawlessly in I

  • Adding tag to blog entries

    Hi, I'd like to be able to add tag to blog entries when submitting through a workflow, the purpose is to authorize typing them as additional userRequirments ou hardcoded ones in the workflow (podcast formats, sizes,...)but i can't find in "man pcasta