Go Back   Hardware Forums > Software Support Forums > Web Development

Reply
 
LinkBack Thread Tools
Old 22-05-2007, 06:14 PM   #1 (permalink) Top
Manbearpig
 
ferg's Avatar
 
Join Date: May 2004
Age: 25 Male
Posts: 539
Times Helpful: 26
My Mood: Innocent
Status: Offline

My Computer

Default Formatting pictures to look sunken

I have recently taken over web-maintenance of a website and all the pictures that have been used have a 1pixel border all the way round each pic, the top and left hand sides have a black border while the right and bottom border is white, this gives the picture a nicely sunken look when actaully on a site.

I have Fireworks/CS3/PSP and can not find any 'easy' method to format pictures in this way so am having to do each one manually, am I missing something ... is there a 'Make a picture look good with a decent border' button I'm blind too?

(I know that the designer before me used fireworks so am sure there must be something in that)

Would greatly appretiate anyone enlightening me

Send a message via MSN to ferg   Reply With Quote
Whats this? diNovo Media Desktop Laser
diNovo Media Desktop Laser
Seller Price (inc. VAT) Delivery Total Price Availability Seller Rating
Misco.co.uk £129.24 £4.69 £133.93 In Stock Rated: 4 out of 5 - Number of votes: 1353
Dell £135.47 Free £135.47 In Stock Rated: 0 out of 5 - Number of votes: 0
IT247.com £113.29 Free £113.29 In Stock Rated: 4 out of 5 - Number of votes: 38
Old 22-05-2007, 06:52 PM   #2 (permalink) Top
iMod

 
Matt555's Avatar
 
Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline

My Computer

You can use CSS to style an images border without actually editing the picture.

Code:
.sunken_border {
border-style: solid;
border-width: 1px;
border-top: #000000;
border-right: #FFFFFF;
border-bottom: #FFFFFF;
border-left: #000000;
}
Then just use:
Code:
<img src="image.jpg" alt="An image" class="sunken_border" />
To put that border on an image
__________________

Last edited by Matt555; 22-05-2007 at 08:03 PM.
  Reply With Quote
The Following User Says Thank You to Matt555 For This Useful Post: Show me >>
Old 22-05-2007, 07:57 PM   #3 (permalink) Top
Manbearpig
 
ferg's Avatar
 
Join Date: May 2004
Age: 25 Male
Posts: 539
Times Helpful: 26
My Mood: Innocent
Status: Offline

My Computer

I like it! and will do that from now on. Thanks matt

But all the pictures are definatley pre-edited, it'll bug me if I never find out how he did it
Send a message via MSN to ferg   Reply With Quote
Old 23-05-2007, 12:04 PM   #4 (permalink) Top
Administrator
 
Sniper's Avatar
 
Join Date: Oct 2001
Age: 24 Male
Posts: 4,420
Times Helpful: 116
My Mood: Bored
Status: Offline

My Computer

with CSS you will have an advantage because if you change the site design you won't have to edit the pictures again to fit in with the new design.

I think in Photoshop you will probably have to create an "Action" to automate the process, if that's what you mean.
  Reply With Quote
Old 23-05-2007, 05:27 PM   #5 (permalink) Top
iMod

 
Matt555's Avatar
 
Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline

My Computer

Yeah, you can create a layer style and then an automated process to 'batch' process files
__________________
  Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
In pictures: Norwich Wi-fi day Newswire News and Article Comments 0 04-09-2006 11:31 AM
My Music and My Pictures keeps popping up zeus Windows OS's 3 21-08-2006 05:27 PM
Pictures QuiPetMonDe General Hardware 9 20-11-2005 05:27 PM
My Case, the pictures speak for themselves... max12590 Old Gallery (no posts allowed) 59 15-07-2005 12:58 AM
Funny Pictures! Waffle General Chat 15 18-03-2005 03:46 AM


All times are GMT +1. The time now is 03:38 AM.


Copyright © 2000 - 2008 · HARDWAREFORUMS.COM · All rights reserved