The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Setting border width of inline images?
hmlewis19
post Mar 15 2008, 08:33 PM
Post #1





Group: Members
Posts: 3
Joined: 15-March 08
Member No.: 5,208



I am new to HTML and CSS and I am trying to set the border width of all my inline images (there are 9) in a document.
How would I do this using an embedded style sheet??

Any help would be greatly appreciated!! smile.gif


THANKS
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 15 2008, 08:38 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



http://htmlhelp.com/reference/css/box/border-width.html

It can be more handy to use the shorthand propery 'border' though. It lets you set all border properties at one.

CODE
img    { border: 3px solid blue }
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
hmlewis19
post Mar 15 2008, 08:48 PM
Post #3





Group: Members
Posts: 3
Joined: 15-March 08
Member No.: 5,208



Thank you very much !!!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 15 2008, 08:52 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



You are welcome. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 02:07 PM