msmeih V.I.P


Posts: 14 Points: 17 Reputation: 0 Join date: 2009-07-17 Age: 16 Location: Bulacan
 | Subject: help with the hide codes... Sun Jul 19, 2009 11:44 am | |
| help me with the hide codes! where shall i put my .css file?  _________________ walang tamang dahilan para gumawa ng kamalian |
|
Dan New Member


Posts: 20 Points: 23 Reputation: 2 Join date: 2009-07-19 Location: LORDSMU
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 11:46 am | |
| You won't need to put .css files, the only thing you need to do is to put the codes in your profile CSS editor. Unless you want jscript codes to run on. _________________ Sick...
|
|
msmeih V.I.P


Posts: 14 Points: 17 Reputation: 0 Join date: 2009-07-17 Age: 16 Location: Bulacan
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 11:53 am | |
| alrighty. tenchu so much _________________ walang tamang dahilan para gumawa ng kamalian |
|
msmeih V.I.P


Posts: 14 Points: 17 Reputation: 0 Join date: 2009-07-17 Age: 16 Location: Bulacan
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 11:58 am | |
| but how if i want to inject my css code on my js? _________________ walang tamang dahilan para gumawa ng kamalian |
|
Dan New Member


Posts: 20 Points: 23 Reputation: 2 Join date: 2009-07-19 Location: LORDSMU
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 12:03 pm | |
| | msmeih wrote: | | but how if i want to inject my css code on my js? |
I don't get it, anyway you can't inject a CSS code on a Jscript but you can put jscript code on CSS code, as for the term Cascading Style Sheet or CSS it handles how the page will look like, or how a Browser will translate the code into a GUI (Graphic User Interface) as well as how an HTML code works. But if you want to put JScript on your CSS Code you can use the following HTML
| Spoiler: | | | <script src="JScript File URL Here"></script> or <script type=text/javascript> <script src="Jscript File Url">
</script> |
_________________ Sick...
|
|