The Useful and Random HTML code thread

look
Posts: 29
Joined: Fri 25 Mar, 2005 19.52

Im looking for some useful, and random HTML codes for my website... anyone know any good ones?
User avatar
Pete
Posts: 7631
Joined: Fri 15 Aug, 2003 13.36
Location: Dundee

yes

I find the following useful

<html>
<head>
</head>
<body>
</body>
</html>
"He has to be larger than bacon"
DJGM
Posts: 528
Joined: Fri 15 Aug, 2003 15.39
Location: Manchester
Contact:

Try Nvu, a free webpage creation and editor program based upon Mozilla Composer. The latest release (1.0PR)
was released a few weeks ago, and can produce standards compliant webpages. As of this 1.0PR, XHTML 1.0
is now supported, in both Transitional and Strict formats, as well as the older HTML 4.01 standard.

(Far better to use something like that, rather than cadging for a few random HTML odds 'n' sods.)
look
Posts: 29
Joined: Fri 25 Mar, 2005 19.52

LOL, kool! I use frontpage and looking for some good html code source websites? Know any?
User avatar
Bail
Posts: 1142
Joined: Fri 15 Aug, 2003 21.41
Location: UK

<meta HTTP-EQUIV="REFRESH" content="3; url=http://www.google.co.uk">

In the head tags
Image
User avatar
Bail
Posts: 1142
Joined: Fri 15 Aug, 2003 21.41
Location: UK

Hehe when this place first started html was enabled, I had that in my sig.
Image
User avatar
Bail
Posts: 1142
Joined: Fri 15 Aug, 2003 21.41
Location: UK

Ok ok, how about this on a more serious note:

<script type="text/javascript" src="http://www.makepovertyhistory.org/white ... g_right.js">
</script>

You can change "right" to left and "big" to small to suit your site. Just stick it under the <body> tags.
Image
Please Respond