PC Review


Reply
Thread Tools Rate Thread

colored borders around auto thumbnails

 
 
Jan
Guest
Posts: n/a
 
      26th Mar 2008
I am trying to place a colored border around auto thumbnails. I have figured
out how to make my thumbnails a certain size. But when I go to place the
colored border I have not figured out how to make it work automatically and
have to go into each photo. Please help. I have lots of photos to add to my
site.
--
Jan
 
Reply With Quote
 
 
 
 
Corey Bryant
Guest
Posts: n/a
 
      27th Mar 2008
Use styles - and then you can add a class to all your thumbnails.

Without knowing more, it is a shot in the dark but here goes some:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Untitled 3</title>
<style type="text/css">
img.myown
{
border: 2px solid #000080;
}
</style>
</head>

<body>
<img src="images/yourimage.gif" class="myown" alt="your alt text of course">
</body>

</html>



--
Corey R. Bryant
http://www.milehighmerchantaccount.com/ | http://www.mychoicevoice.com/ |
http://www.mymerchantaccountblog.com/ | http://www.loudexpressions.com/


"Jan" wrote:

> I am trying to place a colored border around auto thumbnails. I have figured
> out how to make my thumbnails a certain size. But when I go to place the
> colored border I have not figured out how to make it work automatically and
> have to go into each photo. Please help. I have lots of photos to add to my
> site.
> --
> Jan

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Statement For Colored Cell Borders nvhelp Microsoft Excel Worksheet Functions 4 15th Jan 2009 09:22 AM
lines & colored table borders, shared borders, thumbnails Jan Microsoft Frontpage 2 30th Mar 2008 07:13 PM
Excel 2007 cell borders not visible when cells are colored =?Utf-8?B?SkxXMQ==?= Microsoft Word Document Management 1 14th Sep 2007 01:14 PM
conditional colored borders around data in report =?Utf-8?B?TWVyZWRpdGhT?= Microsoft Access Reports 1 4th Apr 2006 11:07 PM
Colored borders =?Utf-8?B?U3RlZmFu?= Microsoft Frontpage 0 27th Jan 2005 07:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:21 PM.