Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Html (https://forums.graalonline.com/forums/showthread.php?t=22200)

aller05 01-27-2002 06:07 AM

Html
 
will pay gelats for someone to post about the basics of HTML
or i will support any guild.

Dustey 01-27-2002 06:12 AM

It easy
 
This site is ment or webpages more but you can learn many things
www.htmlgoodies.com
just to get you started here
<html>
<body>
<P>Hello<P>
</body>
</html>

aller05 01-27-2002 06:15 AM

what do those do?:confused:

nyghtGT 01-27-2002 06:16 AM

Re: Html
 
Quote:

Originally posted by aller05
will pay gelats for someone to post about the basics of HTML
or i will support any guild.

NPC Code:

Well first off html appears within the,
<html>
</html>
brackets ...
In the head,
<head>
</head>
part of the HTML, is where your web page
title,
<title>
</title>
and style,
<style>
</style>
sheets, as well as scripts,
<script>
</script>
if you have em.
Examples:
<html>
<head>
<title>Examples</titles>
<style type=text/css>
a:active {COLOR: #000000 ;}
a:visited {COLOR: #000000 ;}
a:hover {COLOR: #DCD21C;}
a:link {COLOR: #000000;}
</style>
</head>
</html>


aller05 01-27-2002 06:22 AM

ok...hey nyght...can i please be staff on your skate shop in Delteria?

entravial 01-27-2002 09:49 AM

~AlphaFlame~

This site is great for newbie HTMLers.

www.lissaexplains.com

It even goes into SHTML and CSS and Java a tiny bit. ^^;;


All times are GMT +2. The time now is 07:04 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.