flipper FA Newbie


  Age : 27 Joined : 10 Jun 2008 Posts : 1 : >>Proud Member
| Subject: problem with my layout Mon Jun 16, 2008 5:38 pm | |
| ask ko lng kung anong code dapat kong lagay sa css file ko at sa js file. i tried yung mga code posted here pero ayaw magwork. Can somebody help me. i have the css file and javascript file but everytime na i- compile ko cla nothing happen ayaw lumabas ng layout ko. |
|
FriendsterAddictz Administrator


   Age : 15 Joined : 07 Mar 2008 Posts : 1056 Location : ...somewhere there... : >>Hide and Seek Forum Points :
   (10/100) Character sheet Tagline: Proud Member
| Subject: Re: problem with my layout Tue Jun 17, 2008 6:43 pm | |
| | pde nyo po b ipost ang Link ng css and js codes mo pra masiLip and see wats d prob.. |
|
reemyrobby FA Newbie


   Age : 19 Joined : 23 Jul 2008 Posts : 3 Location : Philippines : >>Friendster Moderator Forum Points :
  (0/100)
| Subject: Re: problem with my layout Wed Jul 23, 2008 4:34 am | |
| Flipper,
FRIENDSTER DO NOT SUPPORT JAVASCRIPT!
Please mark my words!
~cheers!
~Reem~ ~Friendster Moderator~ |
|
x.aufelle.x Sr. Moderator


   Age : 19 Joined : 26 Apr 2008 Posts : 430 Location : Looking w0w..feeLing w0w ng cavite ü : -08.20.08- Forum Points :
   (10/100) Character sheet Tagline: Respect is EARNED not FORCED
| Subject: Re: problem with my layout Wed Jul 23, 2008 7:09 am | |
| ahmmm if FS dont support JS then why are there stiLL javascripts for friendster Layout tweaking???? _________________
|
|
- JoyChristian - Sr. Moderator


   Age : 15 Joined : 14 Jul 2008 Posts : 283 : >>Newbie Mod Forum Points :
   (3/100)
| Subject: Re: problem with my layout Sun Jul 27, 2008 9:50 am | |
| friendster do support javascript codes.. but it will definitely not work if u are not using the correct linker in your profile. |
|
- ashdesignz - FA Newbie


  Age : 21 Joined : 02 Aug 2008 Posts : 4 : >>Member Forum Points :
  (0/100)
| Subject: Re: problem with my layout Sun Aug 03, 2008 10:53 pm | |
| try this:
paste this code first in media box:
| Quote: | var script = document.createElement("script"); script.type = "text/javascript"; script.src = "JS_URL_HERE"; document.getElementsByTagName("head")[0].appendChild(script); var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet"; css.href = "CSS_URL_HERE"; css.media = "screen, print"; document.getElementsByTagName("head")[0].appendChild(css); |
palitan mo ng link ng JS file mo yung may nakasulat na JS_URL_HERE
tapos yung link naman ng CSS file mo sa CSS_URL_HERE
after that, save as mo, filename.swf
kahit anong filename basta .SWF tapos upload mo sa file hosting site na gamit mo.
After hosting, kunin mo link address ng SWF mo.
gamitin mo ang latest JS linker ng site na toh, bawal i-post ang explanation ng alternative linkers eh.  |
|