Blog EntryCrash Course on HTML for your Multiply PageFeb 22, '05 12:28 AM
for everyone
Greetings all! I've been promising an HTML Tutorial for the longest time, and finally, I've found the time to complete it in-between busy work scheds... I divided it into two separate tutorials, both located within the page, but If you have any questions, feel free to send me a message and I'll get back to you as soon as possible!

To get started, just click on any of the topics via the table of contents. Good luck!

Table of Contents:

For Beginners:
1. What are the basic HTML codes I can use for my Multiply page?
  • Putting a Link
  • Bold text
  • Italicized Text
  • Font Sizes
  • Font Color
  • Blockquote
  • Bullet Points
  • Horizontal Rules
  • Underline
  • Strikeout

  • 2. How do I put pictures in my journal entries?
  • Image Hosting
  • Clickable Images

  • 3. How do I put put scrolling/moving text (Otherwise known as the marquee)?




    For beginners:

    This is for everyone without HTML background or formal training in using HTML editing programs like Dreamweaver. The codes and tutorials I will be posting here will hopefully be easy to copy and then transferred to the appropriate areas in your Multiply page!
    Remember all HTML must be enclosed in opening and closing quotes ( < > </ > )



    1. What are the basic HTML codes I can use for my Multiply page?

    Here's a rundown of all the basic HTML Codes you can use for regular posting in Multiply:


  • Putting a Link


  • If you want a link like this you must enclose the text that you want to turn into a link with the following HTML code or Tags:
    <a href="http://tarugoman.deviantart.com" target="_blank">link like this</a>
    (NOTE: the code target="_blank" allows for the link to be opened in another browser window)



  • BOLD Text


  • If you want Bold-faced text, enclose the text you want to be bold-faced in the following HTML Tags or Code just like this (either code will work fine):
    <b>Bold-faced</b> or <strong>Bold-faced</strong>
    (NOTE: Making small text bold-faced will usually not show, so most of the time, no need to bold-face small text)



  • Italicized Text


  • If you want Italicized text, enclose the text you want to become Italicized in the following HTML Tags or Code just like this (either code will work fine):
    <i>Italicized</i> or <em>Italicized</em>
    (NOTE: Italics is leaning text, in case you didn't notice.... duh!)



  • Font Sizes


  • If you want to change the size of your text, enclose the text you want to enlarge or reduce in the following HTML Tags or Code just like this:
    <font size="1">to change the size of your text</font>
    The smaller the number, the smaller the font, "1" being the smallest font and "7" being the biggest. Try it out so you can see the differences!



  • Font Color


  • If you want to change the color of your text, enclose the text you want to color in the following HTML Tags or Code just like this:
    <font color="red">Change Color</font>
    You can specify the color you want by typing in the actual name of the color. Acceptable variables are "Red" "blue" "yellow" "green" "white" "black" among others. You can also use the Hex Value of the color itself if you want something more specific. The code will look something like this:
    <font color="#FF0000">Change Color</font>
    Check out Cheryl's html color guide for more info on what suitable colors to use! Try it out so you can see the differences!

    *(If you cannot view Cheryl's Album because you are not connected to her network, click here instead)



  • Blockquotes (or INDENTED Paragraphs)


  • If you want a whole paragraph that is indented, or at least you want to highlight a paragraph outside of the normal layout like this:

    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT

    ...enclose the text you want to blockquote in the following HTML Tags or Code just like this:
    TEXT TEXT TEXT TEXT
    <blockquote>TEXT TEXT TEXT TEXT</blockquote>TEXT TEXT TEXT TEXT
    Based on the above code, when you put blockquotes on, the next paragraph should be right after the blockquote closing code, and not on the next line, or else it will create 2 spaces instead of one.



  • Bullet Points


  • If you want to put bullet points in front of lines of text, as in with a list like this:
  • Putting a Link

  • Bold text

  • Italicized Text

  • Font Sizes

  • Font Color

  • Blockquote

  • Bullet Points

  • Horizontal Rules


  • Then all you have to do is enclose the paragraph or the line of text in the following HTML code or tags:
    <li>Bullet Point</li>
    (NOTE: Like the <blockquote> code, it creates an extra break space inbetween lines, so it appears as if you pressed enter twice to create a bigger space between paragraphs.)



  • Horizontal Rule


  • If you want to separate paragraphs or parts of your entries with a Horizontal Line (much like what I've done with these sections) all you have to do is input the following code:
    <hr>



  • Underline


  • If you want to underline text enclose the text you want to underline in the following HTML Tags or Code just like this:
    <u>to underline text</u>
    Don't forget though, that most text links are underlined by default, so putting too many underlines in a page can cause confusion for your users.


  • Strikeout Text


  • If you want text that looks like it's been crossed out, just enclose the text in the following HTML code or tags:
    <s>crossed out</s>




    2. How do I put pictures in my journal entries?

    If you want to post images in the body of your journal entries, or in your headers, etc. like this:

    My Picture

    It's Me!


    Use this HTML code:
    <img src="IMAGE URL" border="0" alt="It's ME!">
    URL is short for Uniform Resource Locator. It is the web address of a specific file or web page. My personal URL is http://tarugoman.multiply.com

    NOTE 1: The code <alt="It's Me!"> allows the text "It's Me!" to pop-up when you mouse over the image. You can customize it with whatever text you wish.

    NOTE 2: The code <border="0"> puts a border around your image. The bigger the number, the thicker the border. And unless you specify it in your code, the if your picture is clicable, the border color will automatically turn blue



  • Image URL and Image Hosting


  • If you don't know the URL of your image, you'll have to do these three (3) things.

    1) First, you'll have to identify the File Name of the image you want to post! The File Name is the name of the image file that you would like to upload! For example, the image I posted above is entitled AVATAR_IGGY2.jpg

    Image files usually have the following extensions: ~.jpg ~.gif ~.bmp

    While there are others that have the following extensions: ~.tga ~.tif ~.png

    And many others... but the ones listed above are the most common used for the web.

    2) Now that you have identified the File Name of the image, you will have to upload the image to the internet. You can do this using two methods: you can create an album in your Multiply page and save your image there, or you can create a Photobucket account and upload your image there.

    Photobucket is also free, so you won't have to worry about paying... and they have a huge bandwidth allocation for their users... what this means is, you can post images and directly link to them without having to worry about your image disappearing on you!

    You can also use your Multiply photo album as an alternative for hosting an image on the web. If using Multiply for your image storage, create a new album (if you wish), and just upload images like normal.

    3) Now that your image is hosted on the internet, you now have to determine the URL of the image itself!

    Using Photobucket is easy since the image URL (including the necessary HTML code) is already available.
    Photobucket Storage



    To finally post the image in your Multiply entry use the following HTML code, with the URL that you got from Step 3 above:
    <img src="http://images.tarugoman.multiply.com/image/1/photos/1/600x600/47.jpg">
    The image that you uploaded into your Multiply photo album can now be posted on your other Multiply entries!



  • Clickable Images


  • To make an image clickable like this:

    My Clickable Picture

    It's Me!


    All you have to do is enclose the image code in the same link code pasted in Question 1, Topic 1 earlier, like so:
    <a href="URL to go to"><img src="IMAGE URL" alt="It's Me" border="2"></a>
    Notice that I placed border="2" with the code... you'll notice that there is a blue/purple border around the image. If you don't want the border to come out, just place zero (0) as the border value.



    3. How do I put put scrolling/moving text (Otherwise known as the marquee)?

    For scrolling text, otherwise known as a marquee use this code:
    <marquee direction="left" scrollamount="3">MARQUEE TEXT</marquee>
    NOTE 1: Direction obviously dictates which direction your marquee will go. You can use up, down, left or right.

    NOTE 2: Scrollamount will dictate how fast your marquee will move. The higher the number, the faster the scroll.

    For a marquee that does this, use the following code:

    <marquee behavior="alternate">MARQUEE TEXT</marquee>
    NOTE 3: If you want to enclose big text or different-colored fonts within a Marquee, the Marquee code has to be outside the font and color and bold-faced HTML code, like so:
    <marquee behavior="alternate"><strong>MARQUEE TEXT</strong></marquee>





    That's it for now... I hope to finish the rest of the tutorial very soon... with more interesting things to put into your page as well! But for now, good luck and enjoy!

    146 CommentsChronological   Reverse   Threaded
    nherz14 wrote on Feb 22, '05
    kewl. ang tiyaga naman.
    kinneypie wrote on Feb 22, '05
    thnx a bunch so helpful! just wanted to ask if you have an installer of flash?? :) i need it for school eh..haha.. nawawal installer ko sa bahay eh..stress..haha
    nunkiacapulco wrote on Feb 22, '05
    thanks so much...hope you come up with more.... ur the best! God bless you! c",)
    jercouzen wrote on Feb 22, '05
    kewl.. i guess css tutorials come next then huh :P
    tarugoman wrote on Feb 22, '05
    Something happend to my page ever since this post... it won't open anymore... hmmm...

    Anyway, in case you're wondering, this took (or is still taking) me a while. I do this during spare or down time at the office... so yeah it takes a while to complete.

    And yes, CSS is up next...

    Kinney, we have Flash in the office, but not in CD format... I'll try and get an installer ready for you if ever.
    reena wrote on Feb 23, '05
    really nice! thanks for the tutorial! ;)))
    tishybaby wrote on Feb 23, '05
    matiyaga nga, very detailed! naks! well, thanks for helping out :D css naman tayo! haha!
    doublel wrote on Feb 23, '05, edited on Feb 23, '05
    yeah ur right it's very detailed...but there's one thing missing though....sound tags! :p
    ridj12 wrote on Feb 23, '05
    wow! i find this so helpful!.. you're a blessing! thanks
    ethelbuthelthel wrote on Feb 23, '05
    ay ganito pala yun. haha.thanks
    tarugoman wrote on Feb 23, '05
    doublel said
    yeah ur right it's very detailed...but there's one thing missing though....sound tags! :p
    Sound tags are in the intermediate part, which I am currently finishing. Since it's basically just pasting code, it should be with the beginner's code... but because of the intricacies involving tags and triggers, embedding and pulling info off of other websites, it has to involve a little more web know-how. This part will include videos, music and even flash.

    As for the advanced part, this includes javascript codes for pop-ups, image rotation, and even CSS manipulation. Hopefully I can do this by this week...
    jeunesseerfe wrote on Feb 27, '05
    nice! very detailed but i was wondering where exactly you put all these codes? i wanna change my background kind of what u did w/ urs and i was wondering how u did dat

    neweiz thanks mucho for the help!
    wasted08 wrote on Mar 1, '05
    ang Lupit!! ang gaLing!!
    cannonsg wrote on Mar 16, '05
    wow....this is nice...^^.....
    I am also a newbie, so when ur version 2 coming??
    mikelmags wrote on Mar 16, '05
    IDOL.... im not worthy!!! (kneeling down) bwahahahahaha

    tarugoman wrote on Mar 16, '05
    Inay! for some reason nasira yung page... have to figure out how to fix it... Image hosted by Photobucket.com
    taraymids wrote on Mar 20, '05
    wow, thanks!! i can send this link to my friends who don't know how to put tags din...

    kaso i have a question about the background. i know what tags to use, but i'm not sure WHERE i'm supposed to put them... sa profile ba, or sa home or what. :(
    tarugoman wrote on Mar 20, '05
    I'm going to repost this journal entry... so for now, I will have to ask you all to stop replying to this one... the pages has gotten screwed up so the replies are now in a diffrerent table.

    As for your question, you can put the background code anywhere in your Multiply Setup pages.
    sassygurlanne wrote on Mar 21, '05
    cool page!.. Ü
    chinacarrot wrote on Mar 22, '05
    nice topic, but i think i might have destroyed my front page its totally blank, how do i edit the background here anyway? Hope you can help! thanks!
    setost wrote on Mar 30, '05
    Thank you for your knowledge.
    thehunters wrote on Apr 6, '05
    hi marunong na ako. ang dali lang pala. para ka lang pala gumawa ng program. nakakahiya but honestly computer science natapos ko, matagal na yon. kaya medyo limot ko na. tanga ko ano?
    barefootmeg wrote on Nov 20, '05
    great tutorial. thanks!
    error907 wrote on Jun 2, '06
    this sure is useful. thanks!
    pollaesguerra wrote on Jun 15, '06
    sobrang asteg. punta ko rito madalas. salamat! =)
    zureen wrote on Jun 16, '06
    Hey thanks man! You're good and your instructions are easy to follow not like others who is not speaking in english ;). How about the backgrounds. Can i change colors of my backgrounds or even put images on it?
    lenegirl wrote on Aug 20, '06
    Thanks, dude. now I just need to play with it.
    rvincoletto wrote on Sep 1, '06
    great tutorial! tks a lot!!!!
    Renata


    Visit my page:

    nohumdone wrote on Sep 9, '06
    Great help! I am a newbie so this is really useful. Thanks! BTW, how do I add a counter to my webpage?
    rudyfinch wrote on Sep 25, '06
    Thanks. I am learning though a little bit slow but it helps.
    hiedi16 wrote on Sep 25, '06
    This has been a great help! thanks a lot!
    caraluvpink wrote on Oct 3, '06
    hey.... pde m b k tulungan kng pnu mag lgy ng backgrounds s multiply... sowee bgo plng k eh,,,,... thnx!
    doublel wrote on Oct 3, '06
    here's the html code for changing the background color:
    <BODY BGCOLOR="color"> </BODY> 



    if you want a background image instead, then use this:
    <BODY BACKGROUND="url of the image"> </BODY> 
    lilmissgullible wrote on Oct 29, '06
    hi..do you know how to make the background fixed?
    maplesblog wrote on Nov 12, '06
    Hi, I wanted to ask, how to enclose the text that I want to turn into a link with the following HTML code or Tags with example you have given:link like this.
    I want to turn a text into a link in my recipe page. Please help. Thank you in advance.
    maplesblog wrote on Nov 12, '06
    hello, it's me again. Please ignore my prvious message. I got it! thanks a million!!!
    maplesblog wrote on Nov 20, '06
    doublel said
    here's the html code for changing the background color:
    <BODY BGCOLOR="color"> </BODY> 



    if you want a background image instead, then use this:
    <BODY BACKGROUND="url of the image"> </BODY> 
    I'm new to blog world. Please advise me where should I put the html code for changes the background? is it in custom css, because I did that and nothing happen. Please help. Thanks.
    maplesblog wrote on Nov 20, '06
    I really would like to add a search engine by google to my website. I got the code from a food blogger, Mahanandi.(http://www.nandyala.org/mahanandi/). Sadly, I don't know where to copy paste it. I tried under custom css, it did not work. Please help.
    PS: Thank you for the crash course. As you can see, I've tried your step by step tips and I did it =) thank you again.
    rehabdoc wrote on Nov 20, '06
    Galing mo chong
    cremebrulee07 wrote on Jan 4, '07
    is it possible to make the font larger and different when in marquee? how about font colors for text in marquee?

    great effort you gave in putting together this page..thanks!
    tarugoman wrote on Jan 4, '07
    is it possible to make the font larger and different when in marquee? how about font colors for text in marquee?
    Yup. Just enclose the text you want to change color/size in < font > tags and then enclose that entire thing with the marquee tags.
    anezkaalvarez wrote on Feb 1, '07
    i really don't get it!!! where exactly do you put all the codes??? and what codes do i use if i want to make my own background??
    tarugoman wrote on Feb 5, '07
    i really don't get it!!! where exactly do you put all the codes??? and what codes do i use if i want to make my own background??
    You can place the CSS codes in the "Customize my Multiply Site" section, which they added as a new feature. All the codes there, including background related codes, can be placed and will reflect on your entire site already.

    The rest of the codes, like for making bold-faced text, etc, can be placed with your replies.

    For example bold-faced. =D
    jojowtan wrote on Feb 7, '07
    bro your basic tutorial was really very helpful especially for beginners like me. I was able to revise our business site at multiply. If only i have time to fix my own site =D

    Hope you can give us more tips! Thanks again
    tarugoman wrote on Feb 7, '07
    bro your basic tutorial was really very helpful especially for beginners like me. I was able to revise our business site at multiply. If only i have time to fix my own site =D

    Hope you can give us more tips! Thanks again
    No problem! But in all honesty there are lots more tutorials out there na mas comprehensive pa. Nevertheless glad yung konting contri ko nakakatulong pa rin :D
    kauri2004 wrote on Mar 5, '07
    galing naman!
    wickeddracula wrote on Mar 22, '07
    Just one question....how do I put an album cover image at the top of a music listing ?......I don't see any editing tools ??......I do have a basic knowledge of HTML.
    tarugoman wrote on Mar 22, '07
    Just one question....how do I put an album cover image at the top of a music listing ?......I don't see any editing tools ??......I do have a basic knowledge of HTML.
    Hmm I guess you have to do it manually, insert the < img > tags where the playlist header/about the playlist should be, so you can plug in the image of the album there.
    wickeddracula wrote on Mar 24, '07
    Thank You. It worked (big smile)
    saeidahab wrote on Apr 10, '07
    this is really cool... tks for sharing.. it really help to hv better understanding to personlise my page.. tks u so much..
    maizadias wrote on Apr 11, '07
    eu nao sei mexerr nissssoooooooo
    josecarlo1129 wrote on May 21, '07
    dude, i dont really know wher to put all the codes to change my background header image.could pls assist me step by step if im not asking that much, thank you so much.god bless!
    purelyinfatuation wrote on Jun 7, '07
    help! how can i mkae the box go transparent?
    evilchrist213 wrote on Jun 17, '07
    ur genius
    happyanncan wrote on Jul 9, '07, edited on Jul 9, '07
    Thank you ^^
    Comment deleted at the request of the thread owner.
    ranmaranx wrote on Jul 24, '07
    you got me at marquee...
    thanks for sharing!
    miggyboi wrote on Jul 29, '07
    hey. im kinda confused. how do you put a picture on your welcome page? and what if the url is in your computer, is that possible or do i have to upload it into a image hosting website? thanks.
    azmom wrote on Aug 16, '07
    ty...:D
    Comment deleted at the request of the author.
    Comment deleted at the request of the author.
    jumanab wrote on Aug 22, '07
    Thanks for sharing!
    tres76 wrote on Aug 23, '07
    tol tulong naman about random banner.. anong css code tsaka san ilalagay? thanks
    nolimitku wrote on Sep 11, '07
    Hi....Hw r U...Please Help me..How to put my flash aniamation in my Multiply site'?thnks b 4...
    nolimitku wrote on Sep 11, '07
    Hi....Hw r U...Please Help me..How to put my flash aniamation in my Multiply site'?thnks b 4...
    ecahqem wrote on Sep 16, '07
    hi i want to make my text in welcome message box in a center, and how can i do it?
    bammmmmmmmmm wrote on Oct 9, '07
    thanks..apir!
    prettyreinlove wrote on Oct 15, '07
    can anybody here pls help me how to put order form to my site?i am selling kasi soem items but i dunno how to put order form on my site..i duno much bout mga ganito kasi..and im new here on multiply...di pa me masyado knowledgable..thanks...need responce asap!
    judiejaideay wrote on Oct 20, '07
    thanks
    tinni8 wrote on Oct 26, '07
    how do i change the size and font of the guestbook and of the description of the albums.. ?? there is a way!! :(( please help. asap.
    copprhead316 wrote on Oct 27, '07
    What is the tag to make the boxes or page transparent
    carolyngyseman wrote on Oct 28, '07
    Thanks very much, as a newbie I need this badly.
    resoldloves wrote on Nov 3, '07
    @ prettyreinlove: check out http://www.freedback.com/. it generates forms for you.
    mybubba wrote on Nov 16, '07
    Thank you! These are very helpful tips ...
    carolyngyseman wrote on Nov 16, '07
    Many many thanks, very very helpful.
    idzeii wrote on Nov 23, '07
    uy, tanong lang. pano nga ba maglagay ng sounds sa site ko mismo? sa may home page. kasi meron ako dati nawala. dko na malaman kung bakit. hehe. pasensya na, shungakers e. haha. salamat na rin sa tulong. ;)
    pescaderopoint wrote on Nov 23, '07
    Hi ... you have great stuff here. But how do you do alignments? example: right justify, left or centered? Thanks
    barohilman wrote on Nov 24, '07
    thank's!!
    vitrolium wrote on Dec 2, '07
    AWESOME!
    ladynsilhoutte2001 wrote on Dec 9, '07
    Very helpful..Thanks
    everdarker wrote on Dec 9, '07, edited on Dec 9, '07
    nice share...
    kylieukira wrote on Dec 12, '07
    I love this, very interesting

    sassyfran wrote on Dec 22, '07
    Wow this is cool. Thanks..
    sinbah wrote on Dec 26, '07
    Thank You!
    tmrcat08 wrote on Jan 2
    Thank you for the codes :)
    tmrcat08 wrote on Jan 2
    Thank you for the codes :)
    tmrcat08 wrote on Jan 2
  • try
  • this
  • out
  • songinwind wrote on Jan 7
    this is wonderful, thank u so much....a question....can one add extra boxes to our site..something like the blog one, for different subjects..thank you.
    tarugoman wrote on Jan 7
    this is wonderful, thank u so much....a question....can one add extra boxes to our site..something like the blog one, for different subjects..thank you.
    Hmm none that I know of sorry. You're going to have to manually adjust the CSS or add tables to your site... and that's something that could potentially destroy your site layout, so I would recommend against it.
    ginggangooli wrote on Jan 7
    galing, ang detailed! would you have a tutorial on how to change the design of your page? :)
    tarugoman wrote on Jan 7
    galing, ang detailed! would you have a tutorial on how to change the design of your page? :)
    Well for that all you have to do is go to http://modify.multiply.com/ and then head to http://customizedthemes.multiply.com/ for custom themes and layouts for your multiply!

    The second multiply group has detailed instructions on how to change your page layout, so that you don't have to do any technical stuff. =)
    ginggangooli wrote on Jan 8
    yey, thanks for the tip!
    tarugoman wrote on Jan 8
    You're very welcome. ^_^ Lemme know when your theme's changed, I'll drop by and take a look! ^_^
    boomitzmari wrote on Jan 13
    how can I change my font into century gothic?
    tarugoman wrote on Jan 13
    Hmmm I think it's <font type="century gothic">PUT YOUR FONT IN HERE</font>

    Let me double check to be sure. >.<
    boomitzmari wrote on Jan 13
    Hmmm I think it's <font type="century gothic">PUT YOUR FONT IN HERE</font>

    Let me double check to be sure. >.<
    ok,i'll wait for your reply..
    bangitzolie wrote on Jan 13
    oh wait.. i tried it.. it didn't work.. why is that?
    bangitzolie wrote on Jan 13
    oh wait.. i tried it.. it didn't work.. why is that?
    by the way... its still me "boomitzmari"
    i'm just editing my friends' profile..
    tarugoman wrote on Jan 13
    Sorry my mistake... instead of "TYPE" it should be "FACE":

    <font face="century gothic">PUT YOUR FONT IN HERE</font>

    And try mo kung mag work yung century gothic, etc. I think the font name should work.

    Check here for more info:
    http://www.htmlcodetutorial.com/character_famsupp_92.html
    boomitzmari wrote on Jan 13
    cge... thank you!
    barohilman wrote on Jan 15
    how to make HTML code unactive?? I Want to tell my friend the code
    tarugoman wrote on Jan 15
    Use the corresponding html symbol that goes with them.

    Or put spaces between the symbols: for example: < font >
    teamactive wrote on Jan 19
    hi, what is the html code to change the font type? like if i want to change it to comic sans or verdana? the templates are usually using arial. btw, this is a very good tutorial, helped me a lot =) thanks.