TUTORIAL
How easy to make your FFSNG
wall in HTML..
Hi and welcome to my Blog. I want to share my knowledge in HTML. This tutorial is aimed to Help you to build your Wall. I made a comprehensive steps making your FFS wall. HTML may seem confusing at first, but i will help you understand how it works in this step-by-step tutorial of how to make your page. I'm having fun creating and discovering CODES. Sankyu for visiting & check back often......
INTRO / Definition and Usage
Example: <b>Text</b>
To make text italic, place <i> before the text and after the text. </i>
Example: <i>Text</i>
To make text underlined, place <u> before the text and after the text.</u>
Example: <u>Text</u>
<br> TAG
The <br> tag inserts a single line break.
The <br> tag is an empty tag which means that it has no end tag.
Differences Between HTML and XHTML
In HTML the <br> tag has no end tag.
In XHTML the <br> tag must be properly closed, like this: <br/>.
<p> TAG
The <p> tag defines a paragraph.
<p>This is some text in a paragraph.</p>
automatically add some space (margin) before and after each <p> element.
<center> TAG
To make text center, place <center> before the text and after the text. </center>
But in the new FFS you can set the text-align left/center in "edit the about me" you will find in the lower section. If you will select the <center> all txt/image will be <center> no need the <center> TAG
<div> TAG
<div> is a block level element that can be used as a container for grouping other HTML elements.
The <div> tag is used to group block-elements to format them with styles.
<span> TAG
<span>tag provides a way to add a hook to a part of a text.
When the text is hooked in a element you can add styles to the content,
<a> TAG
The <a> tag defines an anchor. An anchor can be used:
•To create a link to another page, by using the href attribute
The The <a> element is usually referred to as a link or a hyperlink.
When using HTML to change font styles, you must place a tag before and after the text you wish to change.
To make text bold, place <b> before the text and after the text. </b>Example: <b>Text</b>
To make text italic, place <i> before the text and after the text. </i>
Example: <i>Text</i>
To make text underlined, place <u> before the text and after the text.</u>
Example: <u>Text</u>
<br> TAG
The <br> tag inserts a single line break.
The <br> tag is an empty tag which means that it has no end tag.
Differences Between HTML and XHTML
In HTML the <br> tag has no end tag.
In XHTML the <br> tag must be properly closed, like this: <br/>.
<p> TAG
The <p> tag defines a paragraph.
<p>This is some text in a paragraph.</p>
automatically add some space (margin) before and after each <p> element.
<center> TAG
To make text center, place <center> before the text and after the text. </center>
But in the new FFS you can set the text-align left/center in "edit the about me" you will find in the lower section. If you will select the <center> all txt/image will be <center> no need the <center> TAG
<div> TAG
<div> is a block level element that can be used as a container for grouping other HTML elements.
The <div> tag is used to group block-elements to format them with styles.
<span> TAG
<span>tag provides a way to add a hook to a part of a text.
When the text is hooked in a element you can add styles to the content,
<a> TAG
The <a> tag defines an anchor. An anchor can be used:
•To create a link to another page, by using the href attribute
The The <a> element is usually referred to as a link or a hyperlink.
| • Solid | • Dotted | • Dashed | • Groove | • Double | • Ridge | • Outset | • Inset |
BOX iN ABOUT ME
- Before to start building your wall make a Box first.
- Before to start building your wall make a Box first.
YOUR ABOUT ME GOES HERE..
|
<div style="color: red; font-size: 1em; padding: 10px; border-style: solid; border-color: red; border-width: 2px;">
YOUR ABOUT ME GOES HERE.. </div> |
|
YOUR ABOUT ME GOES HERE
|
<div style="border-style: solid; border-color: red; border-width: 2px; padding: 10px; color: navy; font-size: 1.5em; text-papyrus: background-color: rgb(240, 248, 255); background-attachment: fixed; background-image: url(URL);">
YOUR ABOUT ME GOES HERE </div> |
|
YOUR ABOUT ME GOES HERE
|
<div style="border-style: solid; border-color: red; border-width: 2px; padding: 10px; color: navy; font-size: 1.5em; text-papyrus: background-color: rgb(240, 248, 255); background-image: url(URL);">
YOUR ABOUT ME GOES HERE </div> |
|
YOUR ABOUT ME GOES HERE
|
<div style="border-style: solid; border-color: red; border-width: 2px; padding:10px; box-shadow: 0.3em 0.3em 0.3em red; color: navy; font-size: 1.5em; text-papyrus: background-color: rgb(240, 248, 255); background-attachment: fixed; background-image: url(URL);">
YOUR ABOUT ME GOES HERE </div> |
|
YOUR ABOUT ME GOES HERE
|
<div style="color: black; font-size: 1.5em; padding: 10px; box-shadow: 0.3em 0.3em 0.3em red; border-style: solid; border-width: 2px; border-color: black;">
YOUR ABOUT ME GOES HERE </div> |
|
i made a two layer of border |
||
YOUR ABOUT ME GOES HERE
|
<div style="border: 4px double #B8860B;">YOUR ABOUT ME GOES HERE </div> | |
YOUR ABOUT ME GOES HERE |
<div style="border: 4px solid black; padding:10px; border-radius: 25px 25px 25px 25px; background: url(URL);">YOUR ABOUT ME GOES HERE</div> | |
SCROLLBAR..
YOUR SCROLLING SECTION |
<div style="border:7px ridge LimeGreen; padding:10px;width:260px;height:30px;overflow: auto; overflow-y: scroll !important;"> YOUR SCROLLING SECTION </div> | |
YOUR SCROLLING SECTION |
<div style="border:3px outset LimeGreen; padding:10px;width:260px;height:30px;overflow: auto; overflow-y: scroll !important;"> YOUR SCROLLING SECTION </div>> |
|
YOUR SCROLLING SECTION |
<div style="border-top:2px dashed LimeGreen;border-right:3px dotted red;border-bottom:3px dashed LimeGreen;border-left:8px solid black;width:250px;height:40px;overflow: auto; overflow-y: scroll !important; padding:10px;">
YOUR SCROLLING SECTION </div> |
|
YOUR SCROLLING SECTION |
<div style="border:2px solid LimeGreen; padding:10px; width:260px;height:50px; overflow: auto; overflow-y: scroll !important; background-image:url(IMAGE URL);">
YOUR SCROLLING SECTION </div> |
|
| A Hypertext Reference (href) is an HTML attribute of an anchor (link) tag that requires a valid URL in order to properly direct a user to a different location. In other words, this Hypertext Reference is where users will navigate to if they do click on this link. <a href="PAGE URL" target="_blank">TXT HERE</a> |
| Customize
your font to achieve a desired look. <font size="7" face="Georgia, Arial" color="b22222">C</font><font color=#d77127>ustomize your font to achieve a desired look.</font> <font color=#d77127 size=3 face="adobe minion web">YOUR TEXT GOES HERE</font> <font color=#d77127>YOU CAN USE TO CREATE A DIFFERENT FONT COLOR</font> <font size=6>YOU CAN USE TO CREATE A DIFFERENT FONT SIZE</font> The <font> tag provides no real functionality by itself, but with the help of a few attributes, this tag is used to change the style, size, and color of HTML text elements. The size, color, and face attributes can be used all at once or individually, providing users with the ability to create dynamic font styles for any HTML element. |
|
|
|
OVERLAPPING TXT
you want |
<p style="line-height:14px;text-align:center;"><span style="font-family: Forte;font-size:35px;color:#FF0000;font-style:normal;font-weight:normal;"> YOUR TXT HERE <br><span style="font-family: Forte;font-size:30px;color:#010000;font-style:italic;font-weight:normal;"> YOUR TXT HERE</span> </span> </p> |
Red Lantern |
<p style="line-height:14px;text-align:center;"><span style="font-family: Forte; text-shadow: 4px 3px 8px #ffff00; font-size:35px;color:#FF0000;font-style:normal;font-weight:normal;">YOUR TXT HERE<br></span><span style="font-family: Forte;font-size:30px;color:#010000; text-shadow: 4px 3px 8px #FC0202;font-style:italic;font-weight:normal;">YOUR TXT HERE</span></p> |
This would be |
<p style="line-height:15px;text-align:center;"><span style="font-family: vivaldi; text-shadow: 4px 3px 8px #008000; font-size:45px;color:#FF0000;font-style:normal;font-weight:normal;">YOUR TXT HERE<br></span><span style="font-family: vivaldi;font-size:32px;color:#000000; text-shadow: 4px 3px 8px #FC0202;font-style:italic;font-weight:normal;">YOUR TXT HERE</span><br><span style="font-family: vivaldi; text-shadow: 4px 3px 8px #008000; font-size:31px;color:#FF0000;font-style:normal;font-weight:normal;">YOUR TXT HERE</span></p> |
RUBY........ |
<p style="font-family: Forte; color:#000000; text-shadow: 4px 3px 8px #ffff00; text-align: center"><font size="6">YOUR TXT HERE</font></p> |
| <div style="cursor: url(CURSOR URL), default;"> |
| <img width="60" height="28" src="IMAGE URL"/> |
If you're in need of an HTML code that will enable you to specify the spacing between your images, this HTML code is for you. ![]()
These images haven't been placed within an HTML table and aren't aligned via CSS. They are being displayed via the HSPACE and VSPACE attributes, which will enable you to specify the horizontal and vertical spacing between your images. |
You can specify the horizontal and vertical spacing by editing the VSPACE and HSPACE values. <img src="YOUR IMAGE URL" style="border: 1px double black;" hspace=10 vspace=10 width="96" height="134"/><img src="YOUR IMAGE URL" style="border: 1px double black;" hspace=5 vspace=5 width="96" height="134"/> |
|
You can specify the horizontal and vertical spacing by editing the VSPACE and HSPACE values. ![]() ![]() <img src="YOUR IMAGE URL" style="border: 1px double black;" hspace=2 vspace=2 width="96" height="134"><img src="YOUR IMAGE URL" style="border: 1px double black;" hspace=5 vspace=20 width="96" height="134"><img src="YOUR IMAGE URL" style="border: 1px double black;" hspace=2 vspace=2 width="96" height="134"><img src="YOUR IMAGE URL" style="border: 1px double black;" hspace=2 vspace=20 width="96" height="134"> If you wish to scroll the images just add <marquee> before and after |
|
<img id="compman" src="YOUR IMAGE URL" style="opacity: 0.6" width="100" height="100"/> |
| You can determine how your images will be aligned, relative to the other content on the page (such as a paragraph of text). You do this using the align attribute. <center><table border="0" width="85" cellpadding="10" cellspacing="10"> <tr><td valign=top><font color="BLACK" size="3" face="comic sans ms"> Text on the left side.<br><br>Picture in the middle.</font></td> <td align=center><img src="Picture in the middle."></td> <td valign=bottom><font color="BLACK" size="3" face="comic sans ms"> And more text on this side</font></td></tr> </table></center> • RESULT :
<center><table border="0" width="70" cellpadding="10"> <tr><td valign=middle><font color="BLACK" size="2" face="comic sans ms"> YOUR TEXT GOES HERE</td> <td align=center> <img src="YOUR PICTURE URL"> </td></tr></table></center> • RESULT :
<img src="IMAGE URL" style="padding-right: 9px; float: left;" width="50" height="80"> <span style="font-family: harrington;font-size:15px;color: black; font-style:italic;font-weight:normal;">YOUR TXT HERE</span> • RESULT :
YOUR blahhhhhhhhhhhhhhh blahhhhhhhhhhhhhh blahhhhhhhhhhh blahhhhhhhhhhhhhhh blahhhhhhhhhhhhhh blahhhhhhhhhhh blahhhhhhhhhhhhhhh blahhhhhhhhhhhhhh blahhhhhhhhhhh blahhhhhhhhhhhhhhh blahhhhhhhhhhhhhh blahhhhhhhhhhh blahhhhhhhhhhhhhhh blahhhhhhhhhhhhhh blahhhhhhhhhhh HERE |
To give the table borders just add the BORDER attribute to the <TABLE ...> tag: <table border> BORDER sets the width of the outer border. So, for example, this code creates a table with an outside border width of 10: <TABLE class="examplecode"Border=10/> CELLSPACING sets the amount of space between the cells of a table. If the borders are visible, CELLSPACING controls the width of the internal borders. <TABLE BORDER class="examplecode">CELLSPACING=10/> for example
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BULLETED LIST
<ul>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
<li>item four</li>
<li>Item five</li>
</ul>
<h4 align="left">CULLENS</h4> <ul>
<li>one</li>
<li>two</li>
<li>three</li>
<li>four</li>
</ul>
To render a list with a different bullet type, add a type attribute to the unordered list element. Using the same code in the example, replace the <ul> line from the previous example with any of the lines listed below to change the bullet from disc shape to another shape.
<ul type="square">
<ul type="disc">
<ul type="circle">
__________________________________
An ordered list is defined using the <ol> tag, and list items placed inside of an ordered list are preceded with numbers instead of bullets.
<ol>
<li>one</li>
<li>two</li>
<li>three</li>
</ol>
The numbering of an HTML list can be changed to letters or Roman Numerals by once again adjusting the type attribute.
<ol type="a">
<ol type="A">
<ol type="i">
<ol type="I">
- Item one
- Item two
- Item three
- item four
- Item five
<ul>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
<li>item four</li>
<li>Item five</li>
</ul>
CULLENS
- one
- two
- three
- four
<h4 align="left">CULLENS</h4> <ul>
<li>one</li>
<li>two</li>
<li>three</li>
<li>four</li>
</ul>
To render a list with a different bullet type, add a type attribute to the unordered list element. Using the same code in the example, replace the <ul> line from the previous example with any of the lines listed below to change the bullet from disc shape to another shape.
<ul type="square">
<ul type="disc">
<ul type="circle">
__________________________________
An ordered list is defined using the <ol> tag, and list items placed inside of an ordered list are preceded with numbers instead of bullets.
- One
- Two
- three
<ol>
<li>one</li>
<li>two</li>
<li>three</li>
</ol>
The numbering of an HTML list can be changed to letters or Roman Numerals by once again adjusting the type attribute.
<ol type="a">
<ol type="A">
<ol type="i">
<ol type="I">
SCROLL TXT
If you want a scroll image just replace the TXT to IMAGE code
direction=up
<marquee direction=up height=50>YOUR TXT HERE</marquee>
_________________________________________________
direction=down
<marquee direction=down height=50>YOUR TXT HERE</marquee>
_________________________________________________
behavior=alternate
<marquee behavior=alternate width=150>YOUR TXT HERE</marquee>
_________________________________________________
<marquee>YOUR TXT HERE</marquee>
_________________________________________________
<marquee direction="right">YOUR TXT HERE</marquee>
_________________________________________________
<marquee style="border:BLUE 1px SOLID">YOUR TXT HERE<marquee>
_________________________________________________
<marquee direction="left" style="background:RED" style="border:BLUE 2px SOLID">YOUR TXT HERE<marquee>
_________________________________________________
RUBY
<center><MARQUEE behavior=alternate direction=left scrollAmount=2 width="4%">♥</MARQUEE><MARQUEE scrollAmount=4 direction=left width="8%">♥| | | | | | |</MARQUEE>YOUR TXT HERE<MARQUEE scrollAmount=4 direction=right width="8%">| | | | | | |♥</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=2 width="4%">♥</MARQUEE></center>
_________________________________________________
IMAGE
<marquee direction=right width=40><img src=http://Your picture URL></marquee> <marquee width=40><img src=http://Your picture URL></marquee>
_________________________________________________
<img style="float:left;" src="IMAGE URL" width="72" height="79" alt="ruby"/> <marquee style="width:300px;" behavior="scroll" direction="right"><img src="IMAGE URL" width="79" height="79"></marquee>
direction=up
<marquee direction=up height=50>YOUR TXT HERE</marquee>
_________________________________________________
direction=down
<marquee direction=down height=50>YOUR TXT HERE</marquee>
_________________________________________________
behavior=alternate
<marquee behavior=alternate width=150>YOUR TXT HERE</marquee>
_________________________________________________
<marquee>YOUR TXT HERE</marquee>
_________________________________________________
<marquee direction="right">YOUR TXT HERE</marquee>
_________________________________________________
<marquee style="border:BLUE 1px SOLID">YOUR TXT HERE<marquee>
_________________________________________________
<marquee direction="left" style="background:RED" style="border:BLUE 2px SOLID">YOUR TXT HERE<marquee>
_________________________________________________
<center><MARQUEE behavior=alternate direction=left scrollAmount=2 width="4%">♥</MARQUEE><MARQUEE scrollAmount=4 direction=left width="8%">♥| | | | | | |</MARQUEE>YOUR TXT HERE<MARQUEE scrollAmount=4 direction=right width="8%">| | | | | | |♥</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=2 width="4%">♥</MARQUEE></center>
_________________________________________________
IMAGE
<marquee direction=right width=40><img src=http://Your picture URL></marquee> <marquee width=40><img src=http://Your picture URL></marquee>
_________________________________________________
<img style="float:left;" src="IMAGE URL" width="72" height="79" alt="ruby"/> <marquee style="width:300px;" behavior="scroll" direction="right"><img src="IMAGE URL" width="79" height="79"></marquee>
...........
| To be Continue... |
Subscribe to:
Post Comments (Atom)
|


great work! :)
ReplyDelete:D thanks.. i'm still working to improve.. :D
DeleteThank you, Ruby!
ReplyDelete:D hope it help....^_^
DeleteNice music yay
ReplyDeleteRubby! your blog is really big help great job! SankyuuU! (^o^)~* keep it up (^3^)~*
ReplyDeleteAlice~
rubby :)
ReplyDeletethank you for this blog :)
it really helps me yay
Hello! How can i change the cursor? I mean where will i put the code if i want it outside the about me box. Thanks!
ReplyDeleteThank you sweetheart, Love You! <3
ReplyDeletewow thanks Ruby , very helpful information xx
ReplyDeletehi great work but tried
ReplyDeleteIMAGE ALIGNMENT
top one made my wall go funny, but thank you work done
Helped me a lot. Thanks and nice music. :)
ReplyDeletevery very helpful and GREAT MUSIC! :))
ReplyDeletehave a good day xx
I feel so stupid...What works on a regular website won't work within the "About Me" on ffsng. And I can't give the example code here because blogspot.com won't allow me to because it says "Your HTML cannot be accepted". All I want to do is make an image into a link...I do everything precisely the same as I would if I was doing it on a website. I start with the a href thingy, I put the URL in there within double quotes...I put the opening and closing angle brackets in there in all the right places...I insert the img src thingy where the text would be if it were a text link, I don't forget any opening or closing double quotes...I don't forget any of the opening or closing angle brackets. And at the end of all of it, I don't forget the ending of the a href thingy, the opening angle bracket, the forward slash, the letter "a", and the closing angle bracket. Yet when I save changes, instead of a nice image that's also a link to some place on the web, it just prints out the link in text above the image...looks terrible and the image itself isn't a link image, it's just a regular image.
ReplyDeletei know to make program what kind of software we can use? to make program>?
ReplyDeleteHello! :) Thank you for this! It's very useful and really easy to understand! :D
ReplyDeleteI have a question though... in the marquee, is there a way to control how fast and slow it moves? Thank you! ^_^
This is so cool Ruby, thank you <3
ReplyDeletethanks a lot
ReplyDeletehow can we remove the overflow?
ReplyDelete