Develop PHP Website for Learning Web Design Free Online
  Home   |   Forums   |   DevCMS
  Join   |   Log In
 
   

Forum Index >> HTML and CSS Forum

Holder
Horizontal dashed line
   New topic    
 
Horizontal dashed line
by gilbra04 - Fri Jul 30, 2010 07:40:13 AM

okay can you do some in line styling in a table so that you can put a horizontal dashed (or dotted)nline at the bottom...

ive tried this... <td width="93%" bgcolor="#FFFFFF" border-bottom: dotted "#EFEFEF">

but the above doesnt seem to work...? am i doing something wrong with this...

i would rather just do some in line styling rather than creating css styles

thanks

gilbra04
Forum & Site XP Level:

United Kingdom
England
Coventry

ScorpioScorpio
Posts: 41
Joined: 06/23/10

RE: Horizontal dashed line
by pch - Fri Jul 30, 2010 08:11:09 AM

<td width="93%" bgcolor="#FFF" style="border-bottom: dotted 1px #EFEFEF">

Border-bottom isn't an attribute. It is a css rule so you should put it inside the style attribute (bold). Then I added 1px (italic) because you need to tell the browser how thick the line should be.
pch
Forum & Site XP Level:


Noord-Brabant
Eindhoven

CancerCancer
Posts: 970
Joined: 08/21/09

   New topic  
 
 
Arbitrary Links and Archives
Home
Active Forums
Members
SIte News
Link To Us
Gear
2009 Forum Archive
Programming Courses
Learn HTML
Learn CSS
Learn PHP
Learn MySQL
Learn Javascript
Learn jQuery
Learn ActionScript 3.0
Learn Java
Learn XML
DevelopPHP Requires Flash Player
Get Adobe Flash player
___________________________________________

Terms of Use  •  Privacy  •  Admin Notes

©2010 developphp.com   |   Powered By FlashBuildingHolder