View Single Post
02-02-2007, 06:27 PM
#12
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old

This is a div in (x)html

Code:
<div>This is some text placed inside the div, like table cells</div>
This is your same div on crack...i mean CSS.

Code:
#id {font: 1.3em "Arial"; background: #555; }

<div style="background: red;">Another div with a style assigned to it</div>

<div id="boink">The fearless BOINK div, beware!</div>