• ARCHIVES 
  • » HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

Pages: 123

HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique design. Using some programs, we could make our own layout. For example is Adobe Photoshop & Macromedia DreamWeaver. But if you don't have any knowledge about it, try using the notepad, a simple appication like that can give you your unique personalized profile, but of course, it may give u some time in typing the codes, and also u can't preview the layout in one click. Well if you don't want those, you could use Microsoft FrontPage, a quick & easy tool to make your dream profile. It uses HTML and you don't need a hell of a time to type in your codes. The advantage of using this is that you can insert up DHTML effects, JavaScripts, CSS, etc. to personalize your profile. This tutorial is about the use of <div> & </div> tags for your profile. This method is simple, but effective. Remember, the content is much more important than the appearance. II. Tutorial This tutorial teaches you how to make your profile using <div> & </div> tags, and also some basics of the MS FrontPage. Sorry for the poor quality of the screenshots. ################################ NOTE : Please use this tutorial only as a reference, experiment on various ways on how to improve your work. ################################ First, you must edit some properties at your page. In Page view, at the bottom left of the document window, click Design, then right click at the page, select Page Properties. Under Page Properties, u can edit the general features of the document. [img]http://img123.imageshack.us/img123/5673/tutorial17kr.jpg[/img] In General Tab, u can edit the title, keywords & description of your page. In Formatting Tab, u could edit the background image & the colors to be used. In Advanced Tab, u can edit the margins. [img]http://img109.imageshack.us/img109/3043/tutorial28si.jpg[/img] I'll write up the title & other things, then I'll set the bgcolor to black & the text is red. Now the whole page is colored black, and red is the text color. [img]http://img159.imageshack.us/img159/9568/tutorial35ny.jpg[/img] To modify the font face, size & style, change it at the formatting toolbar at the top of the window. To modify the paragraph format, for example, spacing & indents, click Format >> Paragraph. [img]http://img96.imageshack.us/img96/5448/tutorial45cj.jpg[/img] Now let's begin working! Let's insert up a layer. To do that, click the Insert Layer. Place the layer anywhere u want. Layers use <div> & </div> tags, so u can also call it dividers. Ok, I'll use this layer for the navigation bar, so i'll type the links on the navbar. I'll center it. I also added borders. To add borders, click the Border in the Formatting toolbar. [img]http://img100.imageshack.us/img100/2301/tutorial54mz.jpg[/img] Now that the typing is complete, Let's now add hyperlinks. To do that, highlight the word you want to put a hyperlink, right-click on it, then select Hyperlink. Type the address of the link on the address bar & click OK. [img]http://img83.imageshack.us/img83/9518/tutorial91fa.jpg[/img] There it goes, now let's put up a banner. I'll just use my siggie, bcoz i'm out of time to make another one. To do that, insert another layer, & place it where u want. Then, on the menu bar, click Insert >>> Picture >>> From File. I'll also center the picture. [img]http://img64.imageshack.us/img64/4241/tutorial67cw.jpg[/img] Now that there's the navbar & banner, we just do the rest. Do what you have done to the other layers. Follow the procedure in installing hyperlinks. [img]http://img159.imageshack.us/img159/606/tutorial79hw.jpg[/img] Now that u have done everything, save up ur page & copy the code. To copy the code, in the page view click Code. [img]http://img159.imageshack.us/img159/9118/tutorial85oz.jpg[/img] Copy all the codes from <html> up to </html>, to copy the code, in Page view, click Code and copy it (Click anywhere on d page and press CTRL + A then CTRL + C), then generate the overlay code in the Overlay Generator (CTRL + V to paste). That's it! You have just finished up making your own profile! I'll just update this topic some other time, when i'm going to add up other features. Thanks 4 ur appreciation. If u hav any questions, just pm me, ok? III. Credits FriendsterTalk.com MicroSoft FrontPage 2003 Overlay Generator Lord God Family & Friends To anyone else i forgot ^_^

Last edited by Ephemeral (2007-03-21 01:28:58)

Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

Just asking? Div help in making boxes in a profile right ? Can you use overflow and z-index to make the boxes on top of each other? Can <layers> also be used in making boxes?
GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=Ephemeral]Just asking? Div help in making boxes in a profile right ? Can you use overflow and z-index to make the boxes on top of each other? Can <layers> also be used in making boxes?[/quote] [b]Div help in making boxes in a profile right ?[/b] Yes, it can. [b]Can you use overflow and z-index to make the boxes on top of each other?[/b] Yes you may. Example: <div style="[u]overflow: auto; z-index: 1[/u]"> [b]Can <layers> also be used in making boxes?[/b] Yes. It functions the same as <div>, and uses also the same attributes. Added info can be found here [url]http://www.geocities.com/SiliconValley/Orchard/5212/layer.htm[/url] Hope I helped you! ^_^
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

tnx 4 da info! :D
GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=Ephemeral]tnx 4 da info! :D[/quote] No problem dudee. :cool:
meng.o3
» FTalkElite
FTalk Level: zero
4002
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

:arrow: [b]great tutorial there genocide.. and another thing, try to resize your siggy.. ^_^ thanks for contributing.. [/b] :eh:
GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=meng.o3]:arrow: [b]great tutorial there genocide.. and another thing, try to resize your siggy.. ^_^ thanks for contributing.. [/b] :eh:[/quote] Thanks for appreciation... and about my siggy, I'm going to fix it. ^_^
jesrhel
» FTalkAddict
FTalk Level: zero
438
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

.

Last edited by jesrhel (2011-05-16 08:46:54)

nica1214
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

wow thanks for the tutorial! it really helped me a lot for a newbiw like me.
GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=jesrhel]hawt!,,but I don't have ms front page hav any idea wer can I get it?,,tnx ^^[/quote] Some people say that you could download it at Net. But I think it's big. But you can try to search for it at your own risk. Anyway, you can buy the CD somewhere. [quote=nica1214]wow thanks for the tutorial! it really helped me a lot for a newbiw like me.[/quote] Thanks! :ninja:
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

This really works I am working on my overlay hehe... :D
KrayzieThug
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

this is beyond my knowledge heheheh
-incubus-
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

i followed dis tutorial in creating my friendster profile, but how will i make the testimonials appear? ? and also my friends list and the part wer u can send msgs or add me as a friend etc... hav so mny Questions ... i h8 d new friendster settings... im so desperate in creating a new profile that will work on the new settings... tnx 4 d tutorial anyway.. pls reply... tnx!
GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=Ephemeral]This really works I am working on my overlay hehe... :D[/quote] HEHEHE have fun [quote=KrayzieThug]this is beyond my knowledge heheheh[/quote] LOL... :D [quote=-incubus-]i followed dis tutorial in creating my friendster profile, but how will i make the testimonials appear? ? and also my friends list and the part wer u can send msgs or add me as a friend etc... hav so mny Questions ... i h8 d new friendster settings... im so desperate in creating a new profile that will work on the new settings... tnx 4 d tutorial anyway.. pls reply... tnx![/quote] Testimonials: <">Insert that in the <BODY> part Friends: <">Insert on <BODY> part also For the ADD ME AS FRIEND: just copy the link on Friendster ^_^
-incubus-
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

tnx... i can sleep now... im having insomia since friendster made my profile look all messed up ... hehe.. tnx again!
GeNoCiDe_GLiTcH
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=-incubus-]tnx... i can sleep now... im having insomia since friendster made my profile look all messed up ... hehe.. tnx again![/quote] No problem dudee. :)
norgen_tapel
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

are there any sites which have premade overlaid layouts?
nica1214
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=norgen_tapel]are there any sites which have premade overlaid layouts?[/quote] [url]http://theftalk.com/f42-Friendster-Layouts-%5BOverlay%5D.html[/url]
miss kita pag tuesday
» FTalkManiac
FTalk Level: zero
696
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

[quote=GeNoCiDe_GLiTcH]HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique design. Using some programs, we could make our own layout. For example is Adobe Photoshop & Macromedia DreamWeaver. But if you don't have any knowledge about it, try using the notepad, a simple appication like that can give you your unique personalized profile, but of course, it may give u some time in typing the codes, and also u can't preview the layout in one click. Well if you don't want those, you could use Microsoft FrontPage, a quick & easy tool to make your dream profile. It uses HTML and you don't need a hell of a time to type in your codes. The advantage of using this is that you can insert up DHTML effects, JavaScripts, CSS, etc. to personalize your profile. This tutorial is about the use of <div> & </div> tags for your profile. This method is simple, but effective. Remember, the content is much more important than the appearance. II. Tutorial This tutorial teaches you how to make your profile using <div> & </div> tags, and also some basics of the MS FrontPage. Sorry for the poor quality of the screenshots. ################################ NOTE : Please use this tutorial only as a reference, experiment on various ways on how to improve your work. ################################ First, you must edit some properties at your page. In Page view, at the bottom left of the document window, click Design, then right click at the page, select Page Properties. Under Page Properties, u can edit the general features of the document. [url]http://img123.imageshack.us/img123/5673/tutorial17kr.jpg[/url] In General Tab, u can edit the title, keywords & description of your page. In Formatting Tab, u could edit the background image & the colors to be used. In Advanced Tab, u can edit the margins. [url]http://img109.imageshack.us/img109/3043/tutorial28si.jpg[/url] I'll write up the title & other things, then I'll set the bgcolor to black & the text is red. Now the whole page is colored black, and red is the text color. [url]http://img159.imageshack.us/img159/9568/tutorial35ny.jpg[/url] To modify the font face, size & style, change it at the formatting toolbar at the top of the window. To modify the paragraph format, for example, spacing & indents, click Format >> Paragraph. [url]http://img96.imageshack.us/img96/5448/tutorial45cj.jpg[/url] Now let's begin working! Let's insert up a layer. To do that, click the Insert Layer. Place the layer anywhere u want. Layers use <div> & </div> tags, so u can also call it dividers. Ok, I'll use this layer for the navigation bar, so i'll type the links on the navbar. I'll center it. I also added borders. To add borders, click the Border in the Formatting toolbar. [url]http://img100.imageshack.us/img100/2301/tutorial54mz.jpg[/url] Now that the typing is complete, Let's now add hyperlinks. To do that, highlight the word you want to put a hyperlink, right-click on it, then select Hyperlink. Type the address of the link on the address bar & click OK. [url]http://img83.imageshack.us/img83/9518/tutorial91fa.jpg[/url] There it goes, now let's put up a banner. I'll just use my siggie, bcoz i'm out of time to make another one. To do that, insert another layer, & place it where u want. Then, on the menu bar, click Insert >>> Picture >>> From File. I'll also center the picture. [url]http://img64.imageshack.us/img64/4241/tutorial67cw.jpg[/url] Now that there's the navbar & banner, we just do the rest. Do what you have done to the other layers. Follow the procedure in installing hyperlinks. [url]http://img159.imageshack.us/img159/606/tutorial79hw.jpg[/url] Now that u have done everything, save up ur page & copy the code. To copy the code, in the page view click Code. [url]http://img159.imageshack.us/img159/9118/tutorial85oz.jpg[/url] Copy all the codes from <html> up to </html>, to copy the code, in Page view, click Code and copy it (Click anywhere on d page and press CTRL + A then CTRL + C), then generate the overlay code in the Overlay Generator (CTRL + V to paste). That's it! You have just finished up making your own profile! I'll just update this topic some other time, when i'm going to add up other features. Thanks 4 ur appreciation. If u hav any questions, just pm me, ok? III. Credits FriendsterTalk.com MicroSoft FrontPage 2003 Overlay Generator Lord God Family & Friends To anyone else i forgot ^_^[/quote] its nice.. it helps 2 those who want to make their own profile... nice one
`mizeL
» FTalkWhiz
FTalk Level: zero
FTalkers ♥♥ My Threads!
3034
0
1969-12-31

Re: HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

wow, cool tutorial! thanks for sharing!! ;)
  • ARCHIVES 
  • » HOW MAKE YOUR OWN OVERLAID PROFILE USING MS FRONTPAGE 2003 I. Introduction Overlayed profiles are hot these days. It gives opportunity to people to show their creativity in making their own unique d

Pages: 123

Board footer

© 2024 F Talk

Current time is 14:15

[ 13 queries - 0.019 second ]
Privacy Policy