Mwaaaa! I just want a black line round my images!

Not all these fancy borders and stuff!
I've just installed PE9 (today, actually!) but already it's giving me a migraine! I'm creating a vBulletin moderator training manual and all I want to do it put a thin black line around an image for definition and neatness.
For years I've used anAdobe PhotoDelux Home Edition v4 (yeah - really, really old! - just like me! ). It's served me well but is very basic and I wanted to do more. So as a starter, I thought I'd try something I've been doing for years but can I find it? No siree!
Please give an old gal some help, folks! I want it to look like this

With your image open in the Editor press ctrl+A to select all (you will see the marching ants)
On the Menu click Edit >>Stroke
Set the width to 1px and choose black as your color and select inside edge.
Click OK.

Similar Messages

  • How much will it cost to get the screen fixed on an ipad. theres no crack, its just a big black line with small colored lines.

    how much will it cost to get the screen fixed on an ipad. theres no crack, its just a big black line with small colored lines.

    If it's not considered to be within warranty, then the cost (from http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad for USA) will be :
    iPad Wi-Fi
    iPad 2 Wi-Fi
    Out-of-Warranty Service Fee
    16 GB
    $269
    32 GB
    $299
    64 GB
    $349
    iPad Wi-Fi
    iPad 2 Wi-Fi
    Out-of-Warranty Service Fee
    16 GB
    $319
    32 GB
    $369
    64 GB
    $419

  • Black Line under Linked Image

    Hey, I have started another website for my portfolio, consisting of many pages. Anyway, I'm mainly using CSS, but there is a little HTML for the navigation.
    Heres the question: When I linked the top banner image to go to the Home page (index.html), there is a random black line under the image. I gave the image and ID tag in CSS and made sure that border:0;
    Please respond, I desperatly need this for a school project and it will look random if there is a weird line in the middle of the page. Thanks in advance!

    Here is the CSS code
    @charset "utf-8";
    /* CSS Document */
    html {
         background-color: #F1D66B;
         background-image: url(../Images/Background.png);
         font-family: "Showcard Gothic", "Cooper Std Black", Calibri, serif;
         word-spacing: 6px;
    body {
         background-color: #F9ECB9;
         margin: 0 auto;
         width: 700px;
         padding: 20px;
         word-spacing: 0px;
    h1 {
         font-size: 38px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bold;
         margin-bottom: 40px;
    h2 {
         font-size: 28px;
         text-decoration: underline;
         font-variant: small-caps;
    h3 {
         margin-top: 20px;
         font-size: 16px;
         background-color: #F1D66B;
         padding: 15px;
         padding-top:40px;
         padding-bottom:40px;
         text-align: center;
         margin-top: 100px;
         word-spacing: 0px;
         font-family: Georgia, "Times New Roman", Times, serif;
         font-weight: bolder;
         font-variant: small-caps;
    h4 {
         font-size: 50px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bolder;
         margin-left: 0px;
         margin-right: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
         text-align: center;
    p {
         font-size: 20px;
         font-family: Georgia, "Times New Roman", Times, serif;
         text-indent: 40px;
         margin-bottom: 70px;
    ul {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: 20px;
    strong {
         font-weight: 1200;
    a {
         text-decoration:none;
    a:link {
         color: #000;
         text-decoration: underline;
    a:visited {
         color: #000;
         text-decoration: underline;
    a:hover {
         color:#846B0D;
         text-decoration: underline;
    div{
         bakcground-color: #7C9614;
         text-decoration: underline;
    #logo{
         border-bottom: 10px;
    h5 {
         text-align: center;
         margin: 0 auto;
    a img{
         border: none;
         text-decoration: none;
    And here is the HTML for my index.html page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Spinoff - Home</title>
    <link href= "CSS.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body>
    <h4><a href="index.html"><img src="../Images/Logo.jpg" name="logo" width="700" height="200" border="0" id="logo" /></a></h4>
    <table border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="230"><a href="gameshome.html" target="_top" onclick="MM_nbGroup('down','group1','Games','',1)" onmouseover="MM_nbGroup('over','Games','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Games.jpg" alt="" name="Games" border="0" id="Games" onload="" /></a></td>
        <td width="230"><a href="videoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Videos','',1)" onmouseover="MM_nbGroup('over','Videos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Videos.jpg" alt="" name="Videos" border="0" id="Movies" onload="" /></a></td>
        <td width="219"><a href="photoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Photos','',1)" onmouseover="MM_nbGroup('over','Photos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Photos.jpg" alt="" name="Photos" border="0" id="Photos" onload="" /></a></td>
      </tr>
    </table>
    <h2>Welcome!</h2>
    <p>Welcome to the home page of <strong>Spin-Off</strong> media! Hey, thanks for coming! As you can see, we have many games, videos and photos for you! We hope you enjoy your stay, and come back! Well, what are you waiting for? Get clicking!</p>
    <h2>Submissions</h2>
    <p>We welcome your submissions here at spin-off! Got a game you want other people to play? Think some people will get a good laugh at your home video? Have a photo you think some people will get a kick out of? Send it to us HERE and we will review it before posting. Please, put the file in the attachment, as well as any title and description you want in the body.</p>
    <p><strong>*NOTE* </strong>Any submissions that do not pass will not be notified, in fact, nobody will be notified. If you see it on the site, congratulations, you have something ahead of you kid. If not, keep trying!</p>
    <h3>Not-So-Copyrighted - Spinoff Media<br />
      <a href="index.html">[home]</a> <a href="gameshome.html">[games]</a> <a href="videoshome.html">[videos]</a> <a href="photoshome.html">[photos]</a><br />
      <a href="mailto:[email protected]?subject=Spin-Off">[contact]</a> <a href="legal.html">[legal]</a> <a href="mailto:[email protected]?subject=Submission">[submit]</a> <a href="about.html">[about]</a><br />
    NSFW? Tell us <a href="mailto:[email protected]?subject=NSFW">HERE</a> and we will respond</h3>
    </body>
    </html>
    The little black line happens right under the first h4

  • Have placed video-when previewed there are sometimes heavy black lines around the image. If I place white rectangles in front, the black is hidden in Author, but when I preview the black lines are still there..How to use white rectangles to mask edges?

    I have placed video - when previewed there are sometimes heavy black lines around the image.
    If I place white rectangles in front, the black is hidden in Author, but when I preview the black lines are still there..
    How to use white rectangles to mask edges?

    Here's view in IBA you can see bounding boxes of white rectangles that
    form frame to block out black setions..
    Here's iBook preview image of same page, NO WHITE FRAME!
    WHY?
    BOB SPRAGUE

  • Rulers don't show in elements12, just a plain black line

    I have PSE 12 and I cannot bring up the 'Rulers' all I get is a black line with no markings on it. I have tried everything I know including re-installing from the wed

    Could you post a screenshot so we can see what your seeing?
    Your using View>Show Rulers?
    What operating system are you using?

  • Black lines through .pdf images

    I'm using Word 2007 and Adobe Pro X.  The figures I insert into my Word file are .pdf's that have been converted to .tiff or .png files.  When I create a .pdf directly from my Word file, my figures end up with thick black lines running through them.  If I just go to file > print > Adobe pdf, then my images print fine.  The only problem with that though is my Table of Contents isn't automatically bookmarked.  Any ideas why my figures are messed up when creating my .pdf directly from Word?  Any solutions?

    Hi ,
    Bookmarking is not a feature for Printing a file by Adobe printer , it  just produces a flat PDF ,so you wont get bookmarks through that route.
    I didn't quite get your issue . Are the images inserted into your word file .tiff and .png or any other format ?  Can you please share a word file which contains such images ?
    Thanks,
    Apoorv

  • Why & remove: thin black line around new image?

    Hi there.
    PS CS3 (10.0.1)
    Why does PS automatically make a thin black line around any new image and how can I set PS not to do this?
    You can please have a look here:
    http://www.josua.co.za/graphics/josua-banner.jpg
    I will really appreciate your help.
    Regards,
    Deon

    Thank you for replying to my question.
    You are 100% right ... I have made the canvas a bit larger and there is no line.
    BUT, why is there a line around the image when viewing in a browser? I dont' want it there and this is the first time I have this problem.
    Thank you for your time & help.
    Regards,
    Deon

  • PDF exporting with thin black lines around some images

    Hi there,
    I have spent A LOT of time making a custom SAVE THE DATE card and I cannot find a solution to this problem. When I am working in the document, I do not see thin borders around any of the images but when I export to PDF they show up. I have NO BORDERS selected for all images in the document and cannot figure out why they keep showing up after export. 
    I have attached a screen grab of what the document looks like when I am working on it, and another one of what it looks like after export. I am using Pages 5.2.2 and OS X version 10.9.5
    I need to order these SAVE THE DATES by tomorrow to take advantage of the 60% off! Thanks so much for your help!

    I am seeing this same problem in a family newsletter I've created.  The lines do not show up in Pages, but when I export to pdf (or print to pdf), the lines appear.  When I print the document, no lines appear.
    Here's what the top of the newsletter looks like - the black lines show up on all the pages, and in the beige-covered overlay, crosshatching is visible.   The template I'm using was in existence two years ago, but doesn't seem to exist in Pages anymore.  Would that have anything to do with the lines showing up?
    I also found this link, but can't apply any of the suggested fixes, since they apply to Adobe:  <http://helpx.adobe.com/indesign/kb/thin-white-dark-lines-stitching.html>.

  • Wierd printing problem.  I have a TIFF file from a color negative scanned some years ago into Photoshop. Photoshop version probably CS2. Now printing from CS6. It prints with a black line around the image and mid grey outside that. Margins are white. Imag

    Any suggestions as to how to fix this, please?

    My printed colors look wrong. | Mylenium's Error Code Database
    Mylenium

  • Converting Microsoft Word 2007 documents to PDF - Lines round all jpegs?

    Hi,
    I have recently had a new suite of headed notepaper designed and set up in Microsoft Word and it was all going swimingly until we tried converting the completed docments on our computers into a PDF format for sending out on e-mails etc., the pc's are running Microsoft Office 2007.  Although it works, each of the jpegs contained in the header and footer have thin ghost black lines round them local to the image.
    We are running Adobe Reader X (10.1.4) on the pc's and mac.
    This does not happen in Word 2003 or 2010 or on an apple mac?
    Why does it happen with Office 2007?
    Another point is that the word template letter document is circa 3Mb.  When I convert it on the 2007 pc it provides a sensibly sized 160kb PDF but when I do the same on the Mac it is still 3Mb.  Obviously in the short term I am having to use the mac and accept larger file size to achieve a clean page but I need to get this all sorted out.
    Can anyone help out there?
    Many thanks.

    ***** Actually, girls and guys I think I have found the problem!!!!!
    It's not just pictures that can cause the "Cannot Save File" message it's also fonts.
    We were using Myriad Pro in all our Case Studies and up until a certain date 2 months ago it was great all could be printed and there were no problems. Then for some reason - and I have since discovered the font Myriad Pro has a licensing issue on our PC's - all our Case Study templates were unable to be converted and we were having issues all over the place.
    I went through the advice contained in these posts (and also onb the Adobe website) and removed images one by one to see what was actually causing the problem. Nothing, no result the issues still existed. Then I hit upon the idea of changing the font to Arial and BINGO!!! it worked!!!! So, my advice is to ensure that your images are free from errors (whatever that means!) and you're using fonts that have no licensing issues and Publisher will be able to convert them no problems.
    Now, as for the advice Microsoft gave us...well I am as frustrated as everyone else is that we had to find the answers ourselves and MS couldn't have developed a tool that would pick up these issues for us in the document itself. C'mon Microsoft you make this great product - make it even better and give us better diagnostic tools please.
    Oh and by the way, when I did the same document in InDesign (which was a pain in the a...) it handled the font issue no problems - explain that one Microsoft.

  • Lines round images problem

    Hi there,
    New to Fireworks and just getting to grips with it. I have what is probably a simple problem however it is still driving me crazy. I am rounding the edges of images using the rounded rectangle tool and cutting and pasting to get the result. I want a line round the image an am setting this in the properties area no problem however when I have finished and insert this into my web page the rounded corners of the lined border appear slightly thicker and pixilated. I have tried altering some of the settings however this is still not solving the problem thus making the rounded corners look heavy and uneven.
    Does anyone have any words of wisdom to solve this problem.
    Many thanks.

    Can you post an example of what you're doing? Use the camera icon in the (just to the left of the smilie face) to add it to your message. (If you use the button to attach an image, then it gets queued and can take hours to be available.)
    Then, once we have something concrete to look at, you can explain exactly what it is you don't like about it and what you wish were different.

  • Black line on Ipad!

    Im using my friends ipad and before i knew it, there was black horizantal thick black line on it. Is something wrong? I tried a hard reset, and updating but nothing will work. The screen itself works and everything there is just a big black line. What do i do? D;

    Me too. It is a band of black and colored lines running vertical in landscape and horizontal in portrait about two inches wide. It's cover over all apps and all the time. Reboot, restore is no help but touch function works fine across the stripes. The screen capture from the iPad1 does not appear the band of black and colored lines. It shows a normal screen. The answer when asked at the Genius Bar is, they never seen this problem before. And the solution that fix the problem may be expensive. But when searching on Google with the keyword "iPad half screen black" it's return 64,800,000 results. Some user comment that the video display hardware on the system board has been damaged. It's possible something has been dislodged or come loose. But, again, why this happened to many many users in the same period? In most cases the iPad never drop. It's happened immediately with no sign of warning. There are no ways to fix it right now. The iPad1 is just 2 years released. Is it too early to replace with the iPad3?

  • HT201328 Welcome to After I IPHONE 4 black and I want to open internationally so when you want to update the lock and leave me a sign I just want to open an apple and I have developed from my Mac in Saudi Arabia&

    Welcome to After I IPHONE 4 black and I want to open internationally so when you want to update the lock and leave me a sign I just want to open an apple and I have developed from my Mac in Saudi Arabia&amp; the
    <Edited by Host>

    If you want to unlock an iPhone you must contact the carrier it is locked to.
    You are not communicating with Apple in these forums; we are just other users.

  • I just upgraded my Firefox program and now a group of black lines running 10-15 deep are appearing on my monitor from time-to-time

    I just upgraded my Firefox program to a new version and immediately I started seeing a group of black lines running 10-15 deep running across my computer screen while on the Web. As I scroll down they sometimes disappear. Then they reappear. It doesn't happen all the time. But often enough.

    Contact Apple. That sounds like a hardware issue in the graphics circuit.
    1-800-APL-CARE
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Creator of 'Mac611 - Mobile Mac Support' (designed exclusively for an iPhone/iPod touch)

  • When I type a document and try to save it, there are black lines over my sentences, as if it had been highlighted, and that's how it prints out, just black lines

    when I type a document and try to save it, there are black lines over my sentences, as if it had been highlighted, and that's how it prints out, just black lines

    Hi Vickey, S,
    Sorry for the delay in response. Is it happening with all the files?
    Also, please write the steps you are taking to type in the document.
    You might try uninstalling and re installing the Reader in case it is happening with all the files.
    URL to install the Adobe Reader is Adobe - Adobe Reader download - All versions
    Thanks,
    Vikrantt Singh

Maybe you are looking for

  • Flash banner in a Dreamweaver Template

    Hi all, I am using one of the provided Dreamweaver Templates (CSS). All is fine, except that for some reason it does not like Flash imports. I can alter the template as much as I like and it will always successfully change across the site, BUT if I t

  • OIM 11G : Selecting Multiple RO's in Single "Self Request Resource" Failing

    Hello Everyone, OIM 11G : End User "Self Request Resource" failing when user selects 2 or more resources in a Single Self Request Resource Request 1) On OIM 11G, I have created 2 resource objects, workflow, process forms. 2) Created the separate requ

  • Apple Store Virus Identification

    Hello I have a security problem with my macbook pro. Today some update are avalaible for my mac with app store but the problem is that when I have to identificate it is not my email but a other mail that I didn't know and I am the only user of my mac

  • How do I add my signature using Signature Capture?

    I know it was added in Lion, but I cannot seem to find it anywhere.

  • Quicktime not playing avi

    hi i'm using Lion (the latest version as downloaded in February 2012) and QUicktime doesnt play any .avi files. ever since i got my mac book pro a few weeks its never actually played avi files. any help??