Page 1 of 1
The Useful and Random HTML code thread
Posted: Sun 15 May, 2005 17.03
by look
Im looking for some useful, and random HTML codes for my website... anyone know any good ones?
Posted: Sun 15 May, 2005 17.19
by Pete
yes
I find the following useful
<html>
<head>
</head>
<body>
</body>
</html>
Posted: Sun 15 May, 2005 17.24
by DJGM
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.)
Posted: Sun 15 May, 2005 18.01
by look
LOL, kool! I use frontpage and looking for some good html code source websites? Know any?
Posted: Sun 15 May, 2005 18.25
by Bail
<meta HTTP-EQUIV="REFRESH" content="3; url=
http://www.google.co.uk">
In the head tags
Posted: Sun 15 May, 2005 18.35
by Bail
Hehe when this place first started html was enabled, I had that in my sig.
Posted: Mon 16 May, 2005 18.39
by Bail
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.