[b]Update:[/b] [i]Ripway is back on track![/i] Last edited by ducheszv (2007-12-12 00:06:19)
bUt yEt i tHiNk riPway is bAckon trAck..
becaUse mY cOdes arE wOrkinG prOpErLy...
bUt by tHe way tHanks agAin..!!
Last edited by babyzchen (2007-12-12 03:21:07)
guys help me to add side bar..im cnfused wth d tutorial..
Last edited by marlyn2409 (2007-12-12 06:07:39)
iap.
that is the box id (or u can say it css id).
u can paste it at the very bottom of ur css ext code.
for the bground.
i've told u that u can use any css properties inside the [b]{ }[/b] sign.
to use bground, u can add this into ur code.
[quote]background-image: url(URL OF IMAGE);
background-color: #HEXVALUE;[/quote]
so that ur code will look like this
[quote]#BOX ID
{background-image: url([b]URL OF IMAGE[/b]);
background-color: #[b]HEXVALUE[/b];
}[/quote]
if u want to add the font code, it will look like this
[quote]#BOX ID
{color: #000000;
font-family: 'century gothic'; font-size: 10px;font-weight: bold;
background-image: url([b]URL OF IMAGE[/b]);
background-color: [b]#HEXVALUE[/b];
}[/quote]
[/quote]
men tnx again 4 dis one now mind is sure clearer
im back.. whats the prob marlyn?
Last edited by ducheszv (2007-12-13 02:06:04)