| View previous topic :: View next topic |
| Author |
Message |
robo123 Administrator

Joined: 15 Feb 2008
Forum Rep: +12
157.88 points Location: in bed, asleep or raiding the fridge
|
Posted: Mon Apr 07, 2008 9:04 pm Post subject: some html if any1 wants to know |
|
|
a small guide containing sum of the html i know:
to create a link: <a href="website url">Text to be displayed</a>
to create a link that opens in new browser:<a href="website url"
target="_blank">text to be displayed</a>
to make text bold: <b>your text</b>
to underline: <u>your text</u>
italics: <i>italic text</i>
to break a line(effectively ur enter button): your text<br>
your text underneath on a new line
a paragraph:<p>this is a paragraph</p>
how to quote: <q>quote</q>
lists:
an unordered list
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
Here is how it looks in a browser:
* Coffee
* Milk
a ordered list:
ol>
<li>Coffee</li>
<li>Milk</li>
</ol>
Here is how it looks in a browser:
1. Coffee
2. Milk
forms:
<form>
First name:
<input type="text" name="firstname">
<br>
Last name:
<input type="text" name="lastname">
</form>
How it looks in a browser:
First name:
Last name:
images:
an image: <img src="url">
image with alternative text: <img src="boat.gif" alt="Big Boat">
changing font:
<p><font size="2" face="Verdana">
your writing.
</font></p>
<p><font size="5" face="Times">
your writing.
</font></p>
strike through:
A new version is <s>not yet available.</s> now available!
<br />
<br />
A new version is <strike>not yet available.</strike> now available!_________________ my 99 hunter goal on runescape:
my stats:

Last edited by robo123 on Sat Apr 12, 2008 10:28 am; edited 2 times in total |
|
| Back to top |
|
iloveu Heroic Zubscapian


Joined: 19 Mar 2008
Forum Rep: +2
108.84 points Location: Arizona, US.
|
|
| Back to top |
|
Ello Sectional Moderator


Joined: 16 Mar 2008
Forum Rep: +1
118.60 points Location: Wisconin, U.S.A
|
|
| Back to top |
|
halloween Junior Zubscapian


Joined: 20 Mar 2008
Forum Rep: 0
50.40 points
|
Posted: Tue Apr 08, 2008 10:10 pm Post subject: |
|
|
| Basic, and helpful. I know nothing about this so this was extremely helpful for me.
|
|
| Back to top |
|
Shockz Sectional Moderator


Joined: 17 Feb 2008
Forum Rep: +7
85.26 points Location: Finland
|
|
| Back to top |
|
robo123 Administrator

Joined: 15 Feb 2008
Forum Rep: +12
157.88 points Location: in bed, asleep or raiding the fridge
|
Posted: Sat Apr 12, 2008 10:26 am Post subject: |
|
|
oh im such a numpty, i forgot to turn off html in my post so the html was actually working lol._________________ my 99 hunter goal on runescape:
my stats:
 |
|
| Back to top |
|
robo123 Administrator

Joined: 15 Feb 2008
Forum Rep: +12
157.88 points Location: in bed, asleep or raiding the fridge
|
|
| Back to top |
|
G O D sk1lz Senior Zubscapian


Joined: 25 May 2008
Forum Rep: 0
38.75 points
|
|
| Back to top |
|
pknublet Sectional Moderator


Joined: 15 Mar 2008
Forum Rep: 0
87.46 points Location: behind you.
|
|
| Back to top |
|
|