Jump to content

Photo

HTML Coding


  • Please log in to reply
3 replies to this topic

#1 Taco Chopper

Taco Chopper

    protector of the darn forum

  • Administrators
  • Pronouns:He / Him
  • Location:South Australia

Posted 15 September 2007 - 06:57 PM

Well, I really suck at HTML, and I want to make some text bigger on my MySpace page. Can someone give me the basics of HTML please?

#2 LinktheMaster

LinktheMaster

    Hey Listen, Kid

  • Members
  • Real Name:Matt
  • Location:United States

Posted 15 September 2007 - 08:32 PM

There's two ways to do this with basic HTML. If you would rather me to use CSS, I'll explain that after this. icon_wink.gif

1. Use the font tag with the size attribute.

CODE
<font size="3">The text goes here</font>


2. Use header tags. Basically, use h and a number between 1 and 6.

CODE
<h1>This is a big header!</h1>
<h3>This is a smaller header!</h3>


I hope this helps. icon_smile.gif

#3 Taco Chopper

Taco Chopper

    protector of the darn forum

  • Administrators
  • Pronouns:He / Him
  • Location:South Australia

Posted 16 September 2007 - 03:27 AM

Alrighty, thanks LTM! Your awesomeness prevails again. Have a trophy.

#4 Akkabus

Akkabus

    Illustrious

  • Members

Posted 16 September 2007 - 11:38 AM

you won't regret doing the html tutorial at w3schools either:

http://www.w3schools...tml/default.asp


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users