HomeGallerySearchRegisterLog in
Post new topic   Reply to topic
 

problem with my layout

View previous topic View next topic Go down 
AuthorMessage
flipper
FA Newbie
FA Newbie


AriesRooster
Age : 27
Joined : 10 Jun 2008
Posts : 1
 : >>Proud Member

PostSubject: 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.
Back to top Go down
FriendsterAddictz
Administrator
Administrator


Gender:MaleLeoRooster
Age : 15
Joined : 07 Mar 2008
Posts : 1056
Location : ...somewhere there...
 : >>Hide and Seek
Forum Points : 
10/10010/10010/10010/100 (10/100)

Character sheet
Tagline: Proud Member

PostSubject: 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..
Back to top Go down
reemyrobby
FA Newbie
FA Newbie


Gender:MaleGeminiSnake
Age : 19
Joined : 23 Jul 2008
Posts : 3
Location : Philippines
 : >>Friendster Moderator
Forum Points : 
0/1000/1000/100 (0/100)

PostSubject: 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~
Back to top Go down
x.aufelle.x
Sr. Moderator
Sr. Moderator


Gender:FemaleAquariusDragon
Age : 19
Joined : 26 Apr 2008
Posts : 430
Location : Looking w0w..feeLing w0w ng cavite ü
 : -08.20.08-
Forum Points : 
10/10010/10010/10010/100 (10/100)

Character sheet
Tagline: Respect is EARNED not FORCED

PostSubject: 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????
_________________
Back to top Go down
- JoyChristian -
Sr. Moderator
Sr. Moderator


Gender:MaleLeoRooster
Age : 15
Joined : 14 Jul 2008
Posts : 283
 : >>Newbie Mod
Forum Points : 
3/1003/1003/1003/100 (3/100)

PostSubject: 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.
Back to top Go down
- ashdesignz -
FA Newbie
FA Newbie


LibraTiger
Age : 21
Joined : 02 Aug 2008
Posts : 4
 : >>Member
Forum Points : 
0/1000/1000/100 (0/100)

PostSubject: 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. study
Back to top Go down

problem with my layout

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
FriendsterAddictz :: ASSISTANCE SPACE :: Friendster Codes-
Post new topic   Reply to topic