hollywooddkb52
05-25-2003, 01:28 PM
I want a dashed line border around my image in pink... how can i get that? go here for my splash to see what i'm talking about (http://www.pinklightning.tk)
|
View Full Version : borders hollywooddkb52 05-25-2003, 01:28 PM I want a dashed line border around my image in pink... how can i get that? go here for my splash to see what i'm talking about (http://www.pinklightning.tk) idiot 05-25-2003, 01:45 PM Just put the picture in a table :) <TABLE border="1" bordercolor="#FF40FF" bgcolor="000000"> <TR> <TD> Image code </TR> </TD> </TABLE> The color I used is pink, Although you can make it lighter. amicus 05-25-2003, 01:47 PM i was gonna suggest css, i guess use which ever one works better for you :) img { border-top-style: dashed; border-left-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; } hollywooddkb52 05-25-2003, 05:54 PM But the problem is that i have an image that shakes when you roll your cursor over it. and i also want a dashed pink border.. i can't get both to work. Sara amicus 05-26-2003, 12:40 AM hey that shaking thing is pretty slick :) have you tried to make the dashes part of the image. amicus 05-26-2003, 12:50 AM i just tried that shaky thing and it works if you use the css. i'm not sure which one you tried but that's the one i tried. hollywooddkb52 05-26-2003, 02:02 AM Thanks I'll try it again tomorrow haha i know the shake thing is fun |