PDA

View Full Version : I Made A Simple HTML Test And It's Not Workin?




SamIchi
Jun 14, 2006, 02:59 AM
I'm using textpad, with both Shiira and Safari as browsers. I save it as a HMTL document and then open it in the browser, but it just diplays the text. Here's what I got...

<HTML>

<HEAD>
<TITLE> Sam I Am </TITLE>

I Think Therefore I Am
</HEAD>

<BODY>

<p>Body paragraph</p>

<p> This is just a test nuthin more </p>

</BODY>

</HTML>

What am I missing?



ChrisBrightwell
Jun 14, 2006, 03:22 AM
Works for me. Are you saving it as a .html file?

Nermal
Jun 14, 2006, 03:28 AM
Are you saving in plain-text format?

SamIchi
Jun 14, 2006, 03:30 AM
Are you saving in plain-text format?

Yea that was the problem. I asked in another forum and found out. Thanks anyways, What a great way to start :D

thejadedmonkey
Jun 14, 2006, 09:20 AM
<TITLE> Sam I Am </TITLE>

I Think Therefore I Am
</HEAD>
P.S. the bold part is invaled HTML and doesn't belong there.

joecool85
Jun 14, 2006, 09:40 AM
P.S. the bold part is invaled HTML and doesn't belong there.

Ah, beat me to it.