Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 10-25-2008, 03:06 PM image borders
Novice Talker

Posts: 8
Name: Rosilea Falgout
Trades: 0
I am designing this site and had an online source code the site. I am having problems with the borders. I would like to display borders around the images and they currently do not display.

Also, I would like to display white borders around the three small images (right side) on home page. They are linked to other pages.

Thank you,

http://coco10studio.com/SPLASH2.html

Rose
rosef is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-25-2008, 03:25 PM Re: image borders
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Code:
<style type="text/css">
img {
border-width: 3px;
border-color: #FFFFFF;
}
</style>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 10-25-2008, 04:00 PM Re: image borders
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
the above code will put a border around ALL images not just the ones you want.

use
Code:
a img { style rules }
to target only images or give the ones you want to target a class.

I didn't look at the source because I closed the browser as soon as your page sound messed with what I choose to listen to.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-25-2008, 06:29 PM Re: image borders
Novice Talker

Posts: 8
Name: Rosilea Falgout
Trades: 0
Thx for these tips. What did you mean by messed with what you wanted to listen to? There are buttons to turn off sound? If you have time can you view the code? I am concerned because there are some images I do not want to display with borders.

Thank you again,

Rose
rosef is offline
Reply With Quote
View Public Profile
 
Old 10-25-2008, 07:00 PM Re: image borders
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I have internet radio or a cd playing on my machine while working, so a page that intrudes on that as soon as I land on it (unless I expect sound of some sort) gets a very short visit from me, especially if the "sound off" button is not easily seen, and they rarely are.

Anyhoo, give the images you want borders around a classname and set a style rule with borders for that class.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-25-2008, 07:08 PM Re: image borders
Sean@WMS's Avatar
Skilled Talker

Posts: 52
Name: Sean Connors
Location: Eureka, CA USA
Trades: 0
Just just need to stitch together what Chris and Decaf has given you here.

So, let's assume you want all of the linked images to have a white border, and other certain images you want to have a red border:

Code:
<style type="text/css">
a img {border: 3px #fff solid }
.classImgBorder {border: 3px #ff0000 solid}
</style>
Then for the images you want the bordering on:
Code:
<img src="whatever.jpg" class="classImgBorder">
__________________
Web Merchant Services

Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE
Sean@WMS is offline
Reply With Quote
View Public Profile Visit Sean@WMS's homepage!
 
Old 10-26-2008, 02:18 PM Re: image borders
Novice Talker

Posts: 8
Name: Rosilea Falgout
Trades: 0
Hello,

I removed the flash for now.

Would it be possible for you to take a look at the code? I have been working on this for some time and cannot seem to get the borders to appear. Obviously, I must be missing something in the code!!

Thx for your time. I appreciate it!

Rose
rosef is offline
Reply With Quote
View Public Profile
 
Old 10-26-2008, 03:23 PM Re: image borders
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Quote:
Originally Posted by rosef View Post
Hello,

I removed the flash for now.

Would it be possible for you to take a look at the code? I have been working on this for some time and cannot seem to get the borders to appear. Obviously, I must be missing something in the code!!

Thx for your time. I appreciate it!

Rose
Paste your stylesheet to this thread, and I will update it for you.
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 11-05-2008, 10:42 AM Re: image borders
Experienced Talker

Posts: 34
Trades: 0
What kind of issue are you receiving now that the answer has been given?
__________________

Please login or register to view this content. Registration is FREE
pingeyeg is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to image borders
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48482 seconds with 12 queries