Whats the easiest way to put a thin line around an image?

Can anyone tell me the easiest way to put a thin line around
an image? I'm also interested in the use of thin lines as part of
the graphic design on a page, how are they generated?
Thanks

.oO(cdeatherage)
>In Dreamweaver, you can set a border for each image but
be aware that some
>versions of some browsers may not display it.
This shouldn't be an issue in any used browser today.
>If it is a consistent look you're
>after, I'd say the most permanent thing to do would be to
edit the image in
>Photoshop or Fireworks. In Photoshop, e.g, I'd create a
background fill with
>the color I wanted the border, then add the image,
centered, in a new layer on
>top of that. Merge the layers, then save optimized for
the web.
Way too complicated. If you want to change the color or style
of the
border, you have to modify the image. With CSS you can
directly change
the line style in a much easier and faster way.
Micha

Similar Messages

  • Does anyone know whats the easiest way to tranfer files from pc to mac

    Does anyone know whats the easiest way to tranfer files from pc to mac

    What kind of files, how many files, total amount of file space? There are many ways to move files from platform to platform, but until you tell us what the nature of the task is we can't give you a proper solution.

  • What is the easiest way to show a command line app in an appletviewer

    I'd like to convert a command line interface application to a small applet, for use in an appletviewer. What is the easiest way to implement this.

    I made something like what you are describing for a text adventure engine. It uses a big text area for output and a small text field for input.
    Here's the code
    public class myApplet extends java.applet.Applet
         implements Runnable
         TextArea output ;
         TextField input ;
    public void init()
              width = this.size().width ;
              height = this.size().height ;
         public void run()
              makeComponents() ;
              while( true ) // loop on + on + on
              try { Thread.sleep( 10 ) ; }
                        catch (InterruptedException e) {}
    public void makeComponents()
              input = new TextField() ;
              input.setSize( Math.min( 200, width - 5 ), 25 ) ;
              input.setLocation( 5, height - 30 ) ;
              add( input ) ;
              input.addActionListener( new ActionListener()
                   public void actionPerformed( ActionEvent e )
                        String temp = input.getText() ; // do something with this
              output = new TextArea( "", 0, 0, TextArea.SCROLLBARS_VERTICAL_ONLY) ;
              output.setSize( width - 10, height - 40 ) ;
              output.setLocation( 5, 5 ) ;
              add( output ) ;

  • Whats the easiest way to get data from R/3 from XI

    Hi there
    I would like to know if there is a way to to access a database table in the R/3 system in a user defined function in Message Mapping? I have to map some fields where I have to get data from a table. What would be the easiest way?
    Thanks,
    Jan

    This article provides details on the usage of Generic Lookup API used for calling RFC from user defined functions.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439
    RFC Lookup.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439

  • Whats the easiest way to transport large files from my old laptop to my new ipad?

    can anyone tell me the easiest way or what app i need to transport file from my old lad top to my new ipad? im really not technical so the easiest way would be appreciated :)

    1. Install Dropbox on computer
    2. Copy all files to Dropbox in computer
    3. Install Dropbox on iPad; all files will be waiting for you there
    Note: you need a fast internet connection

  • What's the easiest way to remove/append a line of a text file???

    The line to remove can be any line in the file - not only the first or last one.
    Is there any good tutorial for file operations?
    Thanks a million,
    Serano.

    To remove a line from a text file, the easiest way is to read it in one line at a time and write out all lines except the one you want to remove to a new version of the file. Likewise, to insert a line, you read the file one line at a time and write the lines to a new version, inserting the new line at its correct spot.

  • What is the easiest way to put a photo gallery into an existing website?

    I am ready to give up.  This really can't be this difficult. 
    Either that or I am the dumbest person in the world.  Up until now, I didn't know that I was. 
    I just want something easy.
    I am designing a website using Dreamweaver Cs5.5.  I am on a PC with Windows Vista Operating System.
    I have an existing website www.metzartonline.com. 
    On the Gallery page, I want to include a simple photo gallery where I can showcase paintings.  I would like a simple (theres that word again) grid that shows the photos as thumbnails.  When you click on the thumbnail, it shows the image in a larger size with a small caption.
    I've tried using Bridge which was very easy to set up but I'm at a loss on how to integrate that into the webpage.  After lots of research, I've come to the conclusion that integrating that into an existing website just insn't that easy to do.
    I purchased the Classic Photo Gallery from Flash Development 24 because it was described as "easy to use."
    It is not easy to use.
    The steb by step guide for one, isn't even written in proper English.  I've tried to work with it an I've emailed support several times.
    I'm ready to give that up.
    I just want to make a simple gallery that I can integrate into an existing website.
    Can anyone suggest the easiest program to use?
    Please?

    You can use Adobe Bridge (it is built into Dreamweaver) and Adobe Fireworks.  Once you have Dreamweaver open, go to File and you will see "Browse in Bridge".  Adobe Fireworks is a separate program and must be installed to make this work.  The instructions below are step by step and I was able to follow them even though I am not overly experienced in Dreamweaver.  I created these with Dreamweaver CS4 but the instructions below should work for CS5 as well.
    The first address here is to create a photo gallery with the Adobe Output Module which you open in Bridge.
    http://help.adobe.com/en_US/Bridge/3.0/WSCF044571-2772-4d28-9EBD-2C9F46AF008A.html
    The second address explains how to incorporate the gallery into a Dreamweaver page.
    http://foundationphp.com/tutorials/gallery/embed1.php
    Here is my wife's website for her art:   www.tanglewoodbrushstrokes.com
    You may want to look at the galleries there first to see if they are what you are looking for. 
    There are two disadvantages to these galleries.  One is that to add or subract images requires creating a new gallery.  The good side is that this can be done fairly quickly once you become accustomed to how they are created.  I can do a new one now in a half hour or less.  To make it easier, you can go to split screen once you have the new gallery made and substitute the html for the new gallery in place of the old one without recreating your page parameters for the gallery.
    Secondly, the galleries created in Fireworks use flash technology so they will not work on Iphones or Ipads.  To correct this on my wife's website, I upgraded to CS5.5 in order to use HTML5.  I am going through the tutorials for creating HTML5 web pages now.  Once I have completed them, I will be re-doing my wife's site.  I haven't yet figured out how I will create and install the galleries yet.  I have posed a question about albums for HTML5 on this forum.  Using HTML5 appears to be more complex than what I have experienced in the past, but we will see.
    Hope this helps.  Don't get too frustrated when you go through the tutorials above.  Take your time and you will be able to figure it out.  If I could do it, so can you.  I am a 65 year old retiree who only began working with Dreamweaver about three years ago.  My work experience was not in the computer field although we bought our first computer, an Apple IIE, in 1980.

  • Whats the easiest way to transfer pics from my SD car to my mac

    I am upgrading from an LG Revolution droid to an iPhone shortly and would like to know if anybody knows what the quickest easiest way would be to transfer all the pictures on my SD card onto my apple computer. I would love it if they could go directly into iphoto but am not sure if thats an option. Any help would be greatly appreciated

    Just plug it in using the USB cord, find the phone storage on your computer (it will show up as a removable drive), then drag and drop.

  • I saved my IE favorites from my work computer on a cd-r and want to transfer them to my new Win7 home computer. I have thousands of them in hundreds of folders. What is the easiest way to put them into my new computer? I am using FF 6. Thanks.

    I am using FF6.

    Photos taken by and saved to the iPod are included in the backup that iTunes makes evetime you sync or if do a manual or iCloud backup.
    Per the following the backup includes:
    iTunes: About iOS backups
    Camera Roll (Photos, screenshots, images saved, and videos taken. Videos greater than 2 GB are backed up with iOS 4.0 and later.)
    Note: For devices without a camera, Camera Roll is called Saved Photos.
    Thus if you backed up after the photos were taken yuo can restore an iDevice from that backup

  • The easiest way to put a YouTube video in iWeb...

    Whew! I am so stinkin' proud of myself. Now this tip isn't for you techno gurus out there. This is for the person who is as clueless about half the files on their computer as I am.
    I have a blog. I tried to use iWebMore...I've tried iWebEnhancer...etc, etc. I just can't figure out how to import YouTube with those. I've got major iDisk issues that I cannot identify much less resolve.
    So here's the tip. A couple weeks ago I downloaded a widget called TubeSock for YouTube videos. I finally opened it up to see what it was and guess what? All you do is copy the url of the video right into Tubesock and "save" it to "video for Mac" and "add to movies folder." Ta-da! So then in iWeb you just insert a movie clip and it's right in there. Drop and drag!
    If you download TubeSock for free, then it only records 30 seconds of the video. But registering it for $15 lets you download the entire video. (Some of us will pay anything for easy!)
    Let me know if you're as happy about this as I am because I cannot BELIEVE I figured something out on my own!!!
    Btw, the url to Tubesock is http://stinkbot.com/Tubesock
    ~G
    http://web.mac.com/franke5

    Great find Gina. The best thing about using uTube on your site is that it doesn't use up your bandwidth. And I can also tell you that once you figure out how to do one thing with iWeb the rest comes very easy. Hopefully in the next version of iWeb you will be able to add a piece of HTML code right in the site, rather than having to add it post publish. Keep up the good work!
    P.S. If your interested in the way to add a uTube video in your iweb site just post your question in here. There are a lot of talented people in this forum willing to share information and ideas.

  • Whats the easiest way to wipe my g4 powerbook before selling?

    im wishing to sell my g4 powerbook after upgrading very quickly and wish to erase all data properly. i have no install disc so cannot do it this way nor do i have a firewall connection cable as ive read on a few discussions already, is there an easier alternative? i thought about deleting everything manually but i'm afraid i may miss things and this would take up alot of time also.
    thanks in advance and much appreciated!

    Follow these instructions step by step to prepare a Mac for sale:
    Step One - Back up your data:
           A. If you have any Virtual PCs shut them down. They cannot be in their "fast saved" state. They must be shut down from inside Windows.
           B. Clone to an external drive using using Carbon Copy Cloner.
              1. Open Carbon Copy Cloner.
              2. Select the Source volume from the Select a source drop down menu on the left side.
              3. Select the Destination volume from the Select a destination drop down menu on the right
                  side.
              4. Click on the Clone button. If you are prompted about creating a clone of the Recovery HD be
                  sure to opt for that.
                   Destination means a freshly erased external backup drive. Source means the internal
                   startup drive.
    Step Two - Prepare the machine for the new buyer:
              1. De-authorize the computer in iTunes! De-authorize both iTunes and Audible accounts.
              2, Remove any Open Firmware passwords or Firmware passwords.
              3. Turn the brightness full up and volume nearly so.
              4. Turn off File Vault, if enabled.
              5. Disable iCloud, if enabled: See.What to do with iCloud before selling your computer
    Step Three - Install a fresh OS:
         A. Snow Leopard and earlier versions of OS X
              1. Insert the original OS X install CD/DVD that came with your computer.
              2. Restart the computer while holding down the C key to boot from the CD/DVD.
              3. Select Disk Utility from the Utilities menu; repartition and reformat the internal hard drive.
                  Optionally, click on the Security button and set the Zero Data option to one-pass.
              4. Install OS X.
              5. Upon completion DO NOT restart the computer.
              6. Shutdown the computer.
         B. Lion and Mountain Lion (if pre-installed on the computer at purchase*)
             Note: You will need an active Internet connection. I suggest using Ethernet if possible because
                       it is three times faster than wireless.
              1. Restart the computer while holding down the COMMAND and R keys until the Mac OS X
                  Utilities window appears.
              2. Select Disk Utility from the Mac OS X Utilities window and click on the Continue button.
              3. After DU loads select your startup volume (usually Macintosh HD) from the left side list. Click
                  on the Erase tab in the DU main window.
              4. Set the format type to Mac OS Extended (Journaled.) Optionally, click on the Security button
                  and set the Zero Data option to one-pass.
              5. Click on the Erase button and wait until the process has completed.
              6. Quit DU and return to the Mac OS X Utilities window.
              7. Select Reinstall Lion/Mountain Lion and click on the Install button.
              8. Upon completion shutdown the computer.
    *If your computer came with Lion or Mountain Lion pre-installed then you are entitled to transfer your license once. If you If your computer came with Lion or Mountain Lion pre-installed then you are entitled to transfer your license once. If you purchased Lion or Mountain Lion from the App Store then you cannot transfer your license to another party. In the case of the latter you should install the original version of OS X that came with your computer. If this is not possible then simply erase the drive. You need to repartition the hard drive as well as reformat it; this will assure that the Recovery HD partition is removed. See Step Three above. You may verify these requirements by reviewing your OS X Software License.

  • Whats the easiest way to share iTunes library between two accounts

    Hi all
    I have my account in leopard that has my entire music collection. I have just created a new account for my wife and would like her to have access to my library, having said that, I like my play lists and it would be ideal for her to have her own.
    Any idea's on how to archive this

    Move it from the Music folder of your home folder on the iMac to the same location on the MacBook Air; this can be done through target disk mode, or an external drive, or file sharing over a network. iTunes Store authorization won't automatically transfer, and any rented movies moved in this way won't play on the MacBook Air.
    (81739)

  • Whats the easiest way to migrate my itunes data from old failing PC to new PC so I can sync on new PC?

    I have a failing PC that I sync my Ipad and Iphone to now. I have a new PC that I want to start using for this function. How do I migrate my Itunes Data Etc...so that I can sync on the new PC and not lose my apps, music, pics etc....There has to be a simple-stupid way of doing this. I have already downloaded Itunes on the new PC and just waiting for an answer to go forward.

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    If you have an iOS device that syncs with contact & calendar data on your computer you should migrate this information too. If that isn't possible create a dummy entry of each type in your new profile and iTunes should offer to merge the existing data from the device into the computer, otherwise the danger is that it will wipe the information from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • Upgrading a G4 766 to usb 2.0 what the easiest way...

    and what do I need to know? My main reason is because the time it takes to sync the ipod kills me.....I got 1.0. Any direction on what I need to buy, price and all the in's and out's would be greatly appreciated...
    Thanks!

    Before performing any upgrade on a Mac, check out this site first. It is a wealth of information.

  • Whats the easiest way to display a message in a GUI (pop up box)

    What I want is to display messages (like, OK or ERROR) in the GUI in a pop up box (windows), is there any special java component or do I have to create a dialogbox?
    I mean, something similar like the FileChooser.

    Take a look at JOptionPane. Here is a link to the Swing tutorial on JOptionPane:
    http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html#features

Maybe you are looking for