Reply
Dots in image border?
Old 04-10-2008, 09:44 PM Dots in image border?
Novice Talker

Posts: 11
Anyone have example html where i can put dots on border of image?Or those dots actualy goes to table instead image code?In any case i need those dots as border.
__________________
DedicatedNOW -Check out reliable hosting with cpanel and plesk control panels
JACOBKELL is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-10-2008, 09:46 PM Re: Dots in image border?
BamaStangGuy's Avatar
This is my custom title

Posts: 1,779
Not sure I know exactly what you mean. Here are the border attributes:

Code:
none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset
If I get what you are saying then style="border: 1px dotted #ccc'" would get you started.
__________________
Mustang Evolution - Ford Mustang Enthusiast Website
Music Forums - General Music Discussion Forum

BamaStangGuy is offline
Reply With Quote
View Public Profile Visit BamaStangGuy's homepage!
 
Old 04-15-2008, 12:38 AM Re: Dots in image border?
joder's Avatar
Flipotron

Posts: 6,109
Name: James
Location: In the ocean.
Using CSS, something like:

Code:
.dots {
    border: 1px dotted #00f;
}
Code:
<div class="dots">
stuff
</div>
joder is offline
Reply With Quote
View Public Profile
 
Old 04-15-2008, 04:39 PM Re: Dots in image border?
OS Master's Avatar
Junior Talker

Posts: 1
I think you would need to put the image code into the DIV tag, although I'm not sure exactly what you are looking for. Here's the code:

Code:
<html>
<head>
<style type="text/css">
.border {
    border: 1px dotted #000000;
}
</style>
</head>
<body>
<div class="border">
//Put image code here
</div>
</body>
</html>
OS Master is offline
Reply With Quote
View Public Profile Visit OS Master's homepage!
 
Old 04-15-2008, 05:01 PM Re: Dots in image border?
Webmaster Talker

Posts: 624
Location: Kokkola, Finland
beware it looks a bit naff in IE
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 04-15-2008, 05:18 PM Re: Dots in image border?
Gilligan's Avatar
Dead Like Me

Posts: 1,565
Name: Stefan
Location: London, UK
You could always set the dots just for the image.

Code:
img {border:1px dotted black;}
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 04-16-2008, 05:17 PM Re: Dots in image border?
Webmaster Talker

Posts: 560
Or open up the image in Photoshop and add the dots that way, haha. Probably wouldn't want to do that unless the image always "had" dots around the border.

Matt
170 Designs is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dots in image border?
 

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

vB 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.13792 seconds with 13 queries