View Single Post
Old 04-13-2006, 03:11 AM   #4 (permalink)
wongpk
Inactive
 
wongpk's Avatar
 
Join Date: 07-14-05
Posts: 68
iTrader: 0 / 0%
Latest Blog:
Back Sibu

wongpk is a jewel in the roughwongpk is a jewel in the roughwongpk is a jewel in the roughwongpk is a jewel in the roughwongpk is a jewel in the roughwongpk is a jewel in the rough
mind if I continue it a little bit? Just to share my experience on CSS.

For body part, mostly I will use below code, so that I don't need to change th text style on the table I'm going to create:

Code:
body { font-family: Verdana, Tahoma, Arial, San Serif; font-size: 8pt; background: #ffffff; }
You can use background image too, but this code:

Code:
background-image: url(images/background.jpg);
For the font-family, the more font you choose the better, cause not all computer has the same font like your computer
wongpk is offline   Reply With Quote