Simple Machine Codes
April 20, 2024, 07:12:00 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to SMC, the best place for your SMF For Free Codes
 
  Home Help Search Arcade Gallery Affiliates Code Index Staff List Calendar Members Login Register  

[Tut] basic Html coding...

Pages: [1]   Go Down
  Print  
Author Topic: [Tut] basic Html coding...  (Read 561 times)
0 Members and 2 Guests are viewing this topic.
Blahs
100 Club Member

Offline Offline

Posts: 184


Rockstar!


View Profile WWW
« on: March 13, 2008, 02:44:24 pm »

Since im cool lol i decided to write a basic html guide for anyone who needs help this will help people edit their websites etc.
you can edit the font size on your page using this basic html code example:
 
Code:
<font size="6">Hi there!</font>

so out opening tag is <font then you want and attribute wich is our "size" say the font size was from 1-7 i chose 6 that would be your font size which is called the value always should be in the "" marks...
You can change color like how i explained but:

Code:
<font color="blue">Hi</font>

so now "Hi" will be displaid in blue...
you can do a mixture:

Code:
<font color="blue" size="6">Hi!</font>

so now Hi! will be font size 6 and blue.
you can also do:

Code:
<font color="blue" size="6" face="ariel">Hi!</font>

face would be the font type of writing lol 
you can add images and edit them by:

Code:
<img src="picname.gif" width="100" height="200" alt="Hover the cursor over the picture what youput here displays what text you will see" border="0">

(you get the picname.gif from right clicking on the picture going to proporties than looking at the adress:url... 
So from the picture here we fixed the width to be 100 pixles and the height of 200 pixels border=0 sometimes its good at 1 though.
If you want to make a picture a link do the following note: the beginning tag is for the link.:

Code:
<A href="website url here"><img src="picname.gif" width="100" height= "200" alt="Text here" border="0"></A>

note: that you don't have to change the width and height.
Meta tags are good because they can display the name of your site not the title but see at the top for me im using internet explorer and beside my favourites it shows the tabs the name on the tab is what i mean also if your site has moved you can redirect them to a new site by using the following code:

Code:
<Meta http-equiv="refresh" content="2; url="site url here">

For more info and more guides please see HERE!
Report Spam   Logged


Join my forums!!!!
Url: http://silabforums.smfforfree4.com/index.php

Share on Facebook Share on Twitter

robo123
Starter

Offline Offline

Posts: 24


View Profile
« Reply #1 on: May 07, 2008, 11:22:02 am »

very nice, good job. Cool
Report Spam   Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy