[b]IM A GIRL![/b]
yes you can.. just make a cbox in [url]www.cbox.ws[/url] and get the codes for your cbox then open Marfi's addbox generator. Then read step 5-10 in my tutorial on the first page. once you got you cbox on sidebar codes, place the codes under you loudfusion codes. please read and understand my tutorial and micky's ayt?
[/quote]
oops! sorry my bad.
im gonna try it soon.
but not now, im still enjoying my prof.
im afraid it would be disrupted again. hehe
tnx a lot again.
glad i helped you
Last edited by ducheszv (2007-12-06 14:57:43)
thx for sharing~
Last edited by kielmaru_07 (2007-12-08 02:58:08)
[quote=cursedkiddo25]yeah ! it helps me a lot ! thanks dude for sharing this tutorial !
[/quote]
oh my she will tell you she is no dude
Last edited by bobcbar (2007-12-08 13:51:10)
maybe i should change my name!
anyway thanks.
maybe i should change my name!
anyway thanks.[/quote]
[b]offtopic:[/b]
oww im so sorry .. i didn't notice that your avatar has a feminine sign !
so sorry for that my girl !
hmm .. btw , "dude" can also be call in a girl !
i called my girl-friends dude ..
hmm .. anyway , thanks again ! god bless
[quote]#BOX ID
{color: #000000;
font-family: 'century gothic'; font-size: 10px;font-weight: bold;
}[/quote]
@cursedkiddo:
no prob dude.. lol
[quote]#BOX ID
{color: #000000;
font-family: 'century gothic'; font-size: 10px;font-weight: bold;
}[/quote]
[/quote]
men how can i get the id??isn't it custombox_444 etc is this the id #?
and where would i paste it in my css ext???
1 more Q can i put BG pic on my boxes???
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]