Basic HTML

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
User avatar
Raptomex
Posts: 267
Joined: Fri Jun 25, 2004 4:52 pm

Basic HTML

Post by Raptomex »

Here are some Usefull HTML codes:

Substatute the text in Bold for your own information.


- Page brake, Creats a space you may use them in a row to create more and more space E.G



<hr> - Draws a Horizontal line across the page.

<HR size=5 width=70% color="#000000"> - Draws a Horizontal line across the page that is colored to what ever color you want plus you can change the Width and Size.

<BODY BACKGROUND="your background image name.gif"> - Adds a background Image

<body bgcolor="#000000"> - Adds Background color (See Color codes at the end)

<body background="name of background.gif" bgcolor="#000000"> - Makes a color background and an Image

<center>what ever you want centered</center> - Centers things

<b>Text here</b> - Makes text Bold

<i>Text here</i> - Makes text Italic

<u>Text here</u> - Makes text Underlined

<s>Text here</s> - Makes text Striked out

<basefont="your font name" size="3" color="#your color"> - Edit text Font, Size and Color.

<a href="http://address you want text to link to">Text Goes Here</a> - Makes a link

<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#000000"> - Change link color.

<a href="http://your url" title="your description">your link text here</a> - this adds a description of your link when you put your mouse over it (this doesn't work with Netscape).

<img src="your.gif" align="left"> - Alignes your img, Left, Right or Center

<a href="address you want image to click to"><img src="your file name.gif(or jpg)" border="0"></a> - Makes a hyper Link image.

<a href="mailto:your address">your name</a> - Creates an E-mail Link

<a href="mailto:your e-mail address?subject=your subject">E-mail me</a> - Automaticly adds a subject to the E-mail.

Archived topic from Anythingforums, old topic ID:192, old post ID:1866
Locked