Forum: HTML and CSS Aug 15th, 2005 |
| Replies: 4 Views: 1,379 |
Forum: HTML and CSS Aug 15th, 2005 |
| Replies: 4 Views: 3,099 Re: how to make a horizontal rule styled HR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"... |
Forum: HTML and CSS Aug 15th, 2005 |
| Replies: 4 Views: 1,379 Re: Page redirecting for no reason page is not there
<HTML>
<HEAD>
<TITLE>Page has moved</TITLE>
</HEAD>
<BODY>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=contact.html">
<A HREF="contact.html"><B>Click here...</B></A>
</HTML> |