Candy Striped ribbon and ribbon
background combine to make this Christmas set a sweet treat. Put it
together using tables or CSS.
Please
remember, if you decide to use a table layout, a simple bit of code
moves your text away from the edges. To my eye... nothing is more
unattractive than text leaning against the borders - it makes any page
look amateurish at best.
Here's the code for the candy stripe table:<table width="700" border="1" align="center" cellpadding="12" cellspacing="6" bordercolor="#CC3333">
And the code for this table: <table width="500" border="1" align="right" cellpadding="12" bordercolor="#D69139">
Cellpadding moves the text away from the border by a specified number
of pixels. Cellspacing defines the number of pixels between border
lines. |