msmeih V.I.P


Posts : 14 Points : 17 Reputation : 0 Join date : 2009-07-17 Age : 25 Location : Bulacan
 | Subject: help with the hide codes... Sun Jul 19, 2009 5:44 am | |
| help me with the hide codes! where shall i put my .css file?  |
|
Dan New Member


Posts : 20 Points : 23 Reputation : 2 Join date : 2009-07-18 Location : LORDSMU
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 5: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. |
|
msmeih V.I.P


Posts : 14 Points : 17 Reputation : 0 Join date : 2009-07-17 Age : 25 Location : Bulacan
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 5:53 am | |
| |
|
msmeih V.I.P


Posts : 14 Points : 17 Reputation : 0 Join date : 2009-07-17 Age : 25 Location : Bulacan
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 5:58 am | |
| but how if i want to inject my css code on my js? |
|
Dan New Member


Posts : 20 Points : 23 Reputation : 2 Join date : 2009-07-18 Location : LORDSMU
 | Subject: Re: help with the hide codes... Sun Jul 19, 2009 6:03 am | |
| - 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>
|
|
Sponsored content
 | Subject: Re: help with the hide codes...  | |
| |
|