HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Inline style
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
uk1simon



Joined: 05 Nov 2008
Posts: 16

PostPosted: Sat Nov 08, 2008 12:14 pm     Inline style Reply with quote

Hello,


This is a simple code:

Code:

<HTML>
<HEAD>
<STYLE>
<!--
IMG
{
border-width: 3px;
border-color: #ff0000;
border-style: dotted;
}
-->
</STYLE>
</HEAD>
<BODY>
<IMG SRC="ourteam.jpg" ALT="our team">
</BODY>
</HTML>


Could you please tell me how to get that dotted border in the image using inline style:

Code:
<IMG STYLE="... "SRC="ourteam.jpg" ALT="our team">


I've tried it many times but it doesnt work, dunno why!
sticks464



Joined: 31 Dec 2006
Posts: 1284

PostPosted: Sat Nov 08, 2008 1:49 pm     Reply with quote

The same as an embedded style using shorthand
Code:
<IMG style="border: 3px dotted #ff0000" SRC="images/historicallogo1.jpg">
uk1simon



Joined: 05 Nov 2008
Posts: 16

PostPosted: Sat Nov 08, 2008 1:53 pm     Reply with quote

Just please tell me why it doesn't work if I don't put dotted in there?
sticks464



Joined: 31 Dec 2006
Posts: 1284

PostPosted: Sat Nov 08, 2008 4:56 pm     Reply with quote

If you don't define what style it will default to solid or dependent on the browser, none.
uk1simon



Joined: 05 Nov 2008
Posts: 16

PostPosted: Sun Nov 09, 2008 2:26 am     Reply with quote

cheers mate
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial