FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-05-13 00:58:27

sHy19
 the abandoned
sHy19's display avatar
» FTalkElite
FTalk Level: zero
[`.daddy's girl.`]
[{.in isolation.}]
4417
57

[Tutorial] HTML layout preview

Must Haves:
:arrow: Account in A Hosting Site (e.g Ripway)
:arrow: Linker/Layout Codes
:arrow: FS Profile/test page

Note: Spoilers contain image preview of the Steps given ;)
keyboard shortcuts are for PC (windows) users


let's say you have your layout codes...
place the LINKER in your profile using the current linker then hit save :lol:

now, the external things (hosting site steps)

1.
Go to Ur Friendster (test) Profile Page
for IE Users do the ff:
                     :arrow: Page -->> View Source



for FireFox users: you can just press Ctrl U




2.
a pop-up screen containing the Source Codes will appear...
Select All (Ctrl A) then Copy (Ctrl C)

3.
Now, go to ur hosting site...
& create a text file



4.
paste ur codes in the Text Box
& be sure that ur filename ends with .html extension


hit Save File and ur done...
to see it...
jz click the OPEN link... beside ur file's url.


-----------OR u can also do it the other way... see sir Kher's reply ↓↓↓↓↓↓ -----------

to the mods: u may delete this widout prior notice if u think its unnecessary



++++++++++ [Class - S] Production  ++++++++++

Last edited by sHy19 (2008-05-13 04:42:49)


zOMG!:O...it's ruSzhie!

as mysterious as the dark side of the moon...

                    

japzy[?], and marjun_alquizar@yahoo.com[?] like this topic.

#2  2008-05-13 02:32:53

KhErMiNaToR
 Kher Navarro
KhErMiNaToR's display avatar
» Former Moderator
FTalk Level: 6
Novice PromoterFTalkers ♥♥ My Threads!
No Problemo..!
Class X
C:\Program Files
5255
197
Website

Re: [Tutorial] HTML layout preview

uhm, you even dont need to place your linker on ur test page..

just view source, copy all.

put this on the head section:

<link rel="stylesheet" type="text/css" media="screen, print" href="URL CSS">

and for JS script, use the <script> tag and put on the who i want to meet section before tag </p>

<li>
<span class="q">Who I Want to Meet: </span><br><p>
blah blah blah

<script type="text/javascript">
//some codes
</script>


</p>






TOPIC STICKED!

Last edited by KhErMiNaToR (2008-05-13 02:48:59)


#3  2008-05-13 02:48:40

sHy19
 the abandoned
sHy19's display avatar
» FTalkElite
FTalk Level: zero
[`.daddy's girl.`]
[{.in isolation.}]
4417
57

Re: [Tutorial] HTML layout preview

^^ thanks for that additional option sir kher :lol:
i didnt know that b4 :D


zOMG!:O...it's ruSzhie!

as mysterious as the dark side of the moon...

#4  2008-05-13 02:50:40

KhErMiNaToR
 Kher Navarro
KhErMiNaToR's display avatar
» Former Moderator
FTalk Level: 6
Novice PromoterFTalkers ♥♥ My Threads!
No Problemo..!
Class X
C:\Program Files
5255
197
Website

Re: [Tutorial] HTML layout preview

hehe,,
thats what i do before.
host the original source of friendster profile,
when i need a preview, just copy the file and rename it.
then insert the codes on the source..:D


#5  2008-05-13 02:54:38

sHy19
 the abandoned
sHy19's display avatar
» FTalkElite
FTalk Level: zero
[`.daddy's girl.`]
[{.in isolation.}]
4417
57

Re: [Tutorial] HTML layout preview

oh ok :lol:

imma try doin it that way som tym...

thanks for making this sticky :lol: :D


zOMG!:O...it's ruSzhie!

as mysterious as the dark side of the moon...

#6  2008-05-13 03:02:37

regiehiozn
 I really Dont know
regiehiozn's display avatar
» FTalkWhiz
FTalk Level: 3
friendship :]
your place
3082
81
Website

Re: [Tutorial] HTML layout preview

cool shy!!

BTW you can also do this instead of placing the linker:

Code:

<script src='URL OF JS'></script>

hehe..

#7  2008-05-13 03:28:59

anneng
 connection unavailable.
anneng's display avatar
» FTalker
FTalk Level: 2
i love my bibi ^^,
in his heart.
234
6
Today
Website

Re: [Tutorial] HTML layout preview

whoah. i like this tutorial. it helps me a lot. hehe. thanks for sharing.  :thumbsup:




HE'S MY EVERYTHING ♥

#8  2008-05-13 03:51:49

duchess
 dukesa~
duchess's display avatar
» Moderator
FTalk Level: HARDCORE!
ModeratorRegional LeaderFTalkers ♥♥ Me!Topic InitiatorTop PosterHyper!Some FTalkers ♥ My Threads!ChatterboxStill Alive & Kickin'
Class-S
ɐɯɐʞ :))
10203
510
Website

Re: [Tutorial] HTML layout preview

check w3schools for more info..

thanks for sharing.. =D lol just joking .. :lol: :P
wooott 2 sticky Threads.. you rowck babes! \m/ (~_o) \m/
thats why i lurve yah .. mwahahha =D

:arrow: If thou is curious, thy shall open.. :lol:

Last edited by ducheszv (2008-05-13 03:58:50)



Tumblr | Farcebook

│█│║▌║││█║▌║▌│█│
p i l l o w b l a n k y

#9  2008-05-13 04:14:31

eehjhay
 eehjhay
eehjhay's display avatar
» Former Moderator
FTalk Level: zero
FTalkers ♥♥ My Threads!
What can I put in here?
Class X
Liverpool NSW AU
4746
144
2009-09-07
Website

Re: [Tutorial] HTML layout preview

You can even insert the <script type"text/javascript" src="jsURL">Your browser doesn't support javascripts</script> in these areas:

<html>
<head>
<link rel="stylesheet" href="cssURL" />
</head>
<body>
here

Some codes here

here
</body>
</html>

Make sure you don't insert them twice, it might get some errors after.


#10  2008-05-13 04:23:00

triciapink29
triciapink29's display avatar
» Promoter
FTalk Level: zero
Novice PromoterSome FTalkers ♥ Me!
Uhh
Kalliope Channel 1
3427
227
2010-02-27
Website

Re: [Tutorial] HTML layout preview

oh..
thanks for sharing..
thanks for the help..


♥      ♥     ♥     ♥     ♥

#11  2008-05-13 04:43:06

losher29
 Kurisutiyan.
losher29's display avatar
» FTalkElite
FTalk Level: HARDCORE!
FTalkers ♥♥ Me!Topic Initiator
Class-S
Fuxxing tree hut
5474
619
Website

Re: [Tutorial] HTML layout preview

this is a great a help
I learn a lot
keep sharing shy19
you rock!

#12  2008-05-13 07:16:23

marjun_alquizar@yahoo.com
 Marjun Alquizar
marjun_alquizar@yahoo.com's display avatar
» FTalkAddict
FTalk Level: zero
Simple,Nice,Member.
LS : The Next Level
Philippines
529
18
2009-12-21
Website

Re: [Tutorial] HTML layout preview

nice...
cuz of u..
i knw how to post my profile...
thank you so much....


" PROUD TO BE PINOY "
:wow: CLICK THAT CAT ABOVE :wow:
[/align]

#13  2008-05-14 09:20:19

eunich
eunich's display avatar
» FTalkManiac
FTalk Level: 4
:)
Rockstars
770
101

Re: [Tutorial] HTML layout preview

these tutorial can be used if your making layouts as the previews... =D=D

#14  2008-05-19 15:12:58

jheneko
 adobong siopao
jheneko's display avatar
» FTalkAgent
FTalk Level: 4
Inactive Member >_>
2142
85

Re: [Tutorial] HTML layout preview

^^ur spamming....!!!
anyway...

KhErMiNaToR wrote:

uhm, you even dont need to place your linker on ur test page..

just view source, copy all.

put this on the head section:

    <link rel="stylesheet" type="text/css" media="screen, print" href="URL CSS">

and for JS script, use the <script> tag and put on the who i want to meet section before tag </p>

    <li>
    <span class="q">Who I Want to Meet: </span><br><p>
    blah blah blah

    <script type="text/javascript">
    //some codes
    </script>


    </p>

im kinda confused,, hehehe i got the first explanation.. hehehe
uhHH!? :o
but this is cool too..im making layouts at fs-layouts... it will help me.. hehe


||DeviantArt||Friendster||Facebook||Multiply||Plurk||
~PhiLippians 4:13~

#15  2008-05-20 00:07:18

NGeNeRaTiOn
 Lelouch vi Britannia
NGeNeRaTiOn's display avatar
» FTalkGeek
FTalk Level: zero
Castaway Prince
Anime Brigade
Area 11
1045
26
Website

Re: [Tutorial] HTML layout preview

eunich wrote:

these tutorial can be used if your making layouts as the previews... =D=D

Yeah your Correct,

Anyway
THANKS FOR Sharing my Friend
Nice Job  :D :thumbsup:


If the KING doesn't move then his SUBJECTS will not move

Fear me for I'm the ONE who pass the Judgment on this SINFUL WORLD, Fear me for I'm the MESSENGER of DEATH to SINNERS

#16  2008-05-20 09:00:11

slashedkite
 The Keyblade Master
slashedkite's display avatar
» FTalkGeek
FTalk Level: 5
got it memorized?
Class-S
Dark Meridian
1365
39
Website

Re: [Tutorial] HTML layout preview

simple steps in making layouts huh..it's a big help for the newbies.. Nice posting this topic.. :):thumbsup:


#17  2008-05-20 15:04:51

knight_future
knight_future's display avatar
» FTalker
FTalk Level: zero
-=|]> WanNabE <[|=-
[H] [O] [M] [E]
124
2
2008-09-23

Re: [Tutorial] HTML layout preview

sory, i don't know about it :wallbash:
but thanks 4 sharing


Bertanya ku pada bintang
knapa matahari tak pernah serta denganmu...

#18  2008-05-20 23:42:40

Bridget
 KANisMINE. (:
Bridget's display avatar
» FTalkElite
FTalk Level: 8
Some FTalkers ♥ Me!
[ iloveyouso ] ♥
Mga Masayahing Pinoy!
3820
278

Re: [Tutorial] HTML layout preview

nice one.
tnx for sharing...
so helpful.^^ =)



He may not be the only one i love, but he is MINE.

Formspring // Blog // FB

L O V E S ♥

#19  2008-05-22 03:02:49

mighty_glenn
 Glenn
mighty_glenn's display avatar
» n00b
FTalk Level: zero
glenn ヅ
Philippines
34
0
2008-11-27
Website

Re: [Tutorial] HTML layout preview

thanks for sharing. :lol:


#20  2008-05-22 06:32:41

shane1304
 shAne
» n00b
FTalk Level: zero
fansaynns ? want some ?
fly awayy .. lolx.
59
0
2009-11-01
Website

Re: [Tutorial] HTML layout preview

nice. it helps me out =)


Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 21:48:05 GMT

[ 10 queries - 0.048 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )