border color, ...for html |
border color, ...for html |
Feb 16 2006, 04:35 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Nov 2005 Member No: 290,051 |
I know the CSS for a border and border color... but I'm having trouble finding one for HTML, specifically to put a colored border around an image... can anyone help me out?
|
|
|
|
![]() |
Feb 16 2006, 08:52 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 |
for a specific image, you'd do somethign like this:
CODE <img src="image url" style="border: 1px solid #000000" height="height" width="width" /> pretty much just stick in all the css into the "style" attribute. |
|
|
|
kawaiisakura border color Feb 16 2006, 04:35 PM
Maestro I don't think that there's a way to do tha... Feb 16 2006, 06:49 PM
fishcake-y ^ Plenty possible.
CODE<style type="text/c... Feb 16 2006, 08:18 PM![]() ![]() |