• ARCHIVES 
  • » before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

Pages: 1

before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a basic code will look like: [quote]<html><head> //css injector //js injector </head> <body> //ader js //all div layers </body> </html>[/quote] as for me, I put my js injector between the body tags... =) :arrow: [b]Scrolling title bar:[/b] compile wid ader js Proceed here: [url=http://bosiljak.hr/titlemaker/]Titlemaker[/url] In ur js, the code from the generator must b at the topmost after ur css injector.. and be sure that u dont have that css customize title bar.. :arrow: [b]Rainbow links on hover[/b] compile wid ur ader js [spoiler]<">[/spoiler] :arrow: [b]Users Online[/b] can be added n the sidebar [spoiler][quote]<!-- Start FastOnlineUsers.com --> [b]Users online [/b]: <script src=http://fastonlineusers.com/online.php?d=[b]URL OF UR SITE[/b]></script> </a><!-- End FastOnlineUsers.com -->[/quote] you can edit users online to watever u want.. u myt wanna change it to cute/kawaii/cool online.. [/spoiler] :arrow: [b]Pop-up draggable message box[/b] Don't compile this wid ur ader js.. [b]Step 1[/b]: Add the following script to the <HEAD> section of your page: No need to edit on this code... [spoiler]<">[/spoiler] [b]Step 2[/b]: Insert the below HTML code to the BOTTOM of your page, right above the </BODY> tag itself: [spoiler][quote]<div id="showimage" style="position:absolute;[color=blue]width:250px;left:250px;top:250px[/color]"> <table border="0" [color=blue]width="250" [/color] [color=red]bgcolor="#000080" [/color]cellspacing="0" cellpadding="2"> <tr> <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" [color=blue] height="36px">[/color] <tr> <td id="dragbar" style="cursor:hand; cursor:pointer" width="100%" onMousedown="initializedrag(event)"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(showimage)" onMouseout="dragswitch=0">[color=red]<font face="Verdana" color="#FFFFFF"><strong><small>Announcement Box</small></strong></font>[/color]</layer></ilayer></td> <td style="cursor:hand"><a href="#" onClick="hidebox();return false"><img src="http://i27.tinypic.com/2m36175.gif" width="16px" height="14px" border=0></a></td> </tr> <tr> <td width="100%" [color=teal]bgcolor="#FFFFFF" style="padding:4px"[/color] colspan="2"> <!-- PUT YOUR CONTENT BETWEEN HERE --> [b] put anything here.. it'll support tags like font and color... links and images..[/b] <!-- END YOUR CONTENT HERE --> </td> </tr> </table> </td> </tr> </table> </div>[/quote] [color=blue]Blue:[/color] are the variables for the whole box.. Position: juz edit the top and left to ur desired position... then edit the width and hyt to ur own liking.. [color=red]Red:[/color] are the variables for the header.. edit the fonts and bakground to ur liking.. and change "announcemnt" to ur own desired title of the box... [color=teal]Teal:[/color] the background for ur body [i]i nver tried to put the the font color here.. i just put the font color at the content part..[/i] u can try if u want to.. =) [b]Black:[/b] Put your content here....[/spoiler] [b]Note:[/b] We can only fully customize the html of the banner.. the banner only.. The pop-up box and div layers are only visible in the banner... so wen using the pop up box, this code must be deleted on ur css, [spoiler][quote]/*remove banner */ #banner-inner { /*logo*/display:none;visibility:hidden;} .friendster-banner { /*logo*/display:none;} .friendster-banner-nav-wrapper { /*navigation*/display:none;} .friendster-banner-nav { /*navigation*/display:none;}[/quote] Can u see this code too..? *[b]remove the bold part[/b]* [b]only[/b] the bold one.. [quote]/* -- Hide the Top Banner Texts (Blog Name and Catchphrase) -- */ #banner h1[b], #banner h2 [/b]{ display:none; }[/quote] [/spoiler] I dont write scripts.. Credits to dynamic drive and fastonlineusers... :arrow: [b]Final step: [/b] [b]Paste your html in the blog description/catchphrase..[/b] [b]Mods...[/b] Check for errors... =( [i]Still newbie with this[/i]... :penguin:

Last edited by cUtiEshika (2008-04-23 18:22:46)

lunareighn_sassy
» FTalkAddict
FTalk Level: zero
553
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

wow...very helpful sis! haha..imma try this...hihi i already used the rainbow hover thing...i saw it in ur blog e..haha!!thanks sis..haha i just wonder where to paste the html compilation of codes??

Last edited by lunareighn_sassy (2008-04-02 02:03:07)

cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

sorry sisz... :wallbash: i forgot... :wallbash: at the blog cathphrase/description...
joebz
» FTalkFreak
FTalk Level: zero
1517
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

Ooh! This is really interesting.. I'll try this..^^ Wee, ate april, so it's also possible to just put the rainbow code in the catchphrase box?? I tried it and put the <script> tags and it worked somehow..

Last edited by joebz (2008-04-02 02:16:41)

lunareighn_sassy
» FTalkAddict
FTalk Level: zero
553
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

oh alryt..haha! about the draggable message box.. the code in step1 can be placed in my js file right? just remove the script thing.. while the code on second step..can be placed on catchphrase..haha.. well, i dont know..im just makin my own way of pasting it..haha!! ill try it anyways...thanks again..haha!!
diansari
» FTalkAddict
FTalk Level: zero
409
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

:thumbsup: nice layout thanks for trik :thumbsup:
dollface02
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

this could really help me. :D but, i guess blogging isn't really for me! :| i hope someday I'll be able to arrange my blog. anyways, thanks for sharing!
lonlytoes
» FTalkAddict
FTalk Level: zero
437
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

i can find the <HEAD> tag.. pls help. its for draggable box. here is my code <">
--khathateslove--
» FTalkAgent
FTalk Level: zero
2257
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

yay,, good job ate ice..:thumbsup: you're really an expert in blogging..;)
kacang`z
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ My Threads!
2662
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

i like it coz is very good :thumbsup: :thumbsup:
HunkeeDoree
» FTalkElite
FTalk Level: zero
7055
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

[b][color=#ff6699]Nice codes. Very useful for my bloggie. [img]http://i266.photobucket.com/albums/ii273/angel_riona05/1659.gif[/img][/b][/color]
joebz
» FTalkFreak
FTalk Level: zero
1517
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

Weee, finally I followed this tutorial. =D It really helped. Thanks again, ate april!XD
losher29
» FTalkElite
FTalk Level: zero
5917
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

wew very helpful! thanks! :D
21cams
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

wow very helpful thank you so much =) .........
  • ARCHIVES 
  • » before applying JS, learn how to [url=http://theftalk.com/t14101-Apply-Javascripts-your-Friendster-Blog.html]Compile your codes[/url] :arrow: [b]Using HTML and arranging it[/b] Here is wat a b

Pages: 1

Board footer

© 2024 F Talk

Current time is 01:05

[ 10 queries - 0.029 second ]
Privacy Policy