PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage colored borders around auto thumbnails

Reply

colored borders around auto thumbnails

 
Thread Tools Rate Thread
Old 26-03-2008, 10:32 PM   #1
Jan
Guest
 
Posts: n/a
Default colored borders around auto thumbnails


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
Old 27-03-2008, 07:50 PM   #2
Corey Bryant
Guest
 
Posts: n/a
Default RE: colored borders around auto thumbnails

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off