Jump to content

Ot: some internet help


shiznit1083

Recommended Posts

I can help.

I looked at your source code, and there is a > missing after your image command.

You need to add it here:

<img

src="http://www.angelfire.com/alt/shiznit1083/NowDesign_Logo.gif" width=361 height=105 border=0 alt="">

The reason it works in Netscape is that Netscape is designed so that it automatically closes certain functions when another one starts. Explorer does not do this. It's a handy thing in this case, but it causes problems in other situations.

Anyway, if you add the >, I think you'll be fine.

CK3ZP8E.jpg

Link to comment
Share on other sites

Oh, I just noticed.

You also left a > off the previous line. It should be:

<a href="http://www.angelfire.com/alt/shiznit1083/concepts">

Also, after the img line (the first one I mentioned in the post above), you need another line closing the < a href...> line.

The whole line should be just:

</a>


In other words, the whole series of three lines should look like this:

<a href="http://www.angelfire.com/alt/shiznit1083/concepts">

<img

src="http://www.angelfire.com/alt/shiznit1083/NowDesign_Logo.gif" width=361 height=105 border=0 alt="">

</a>

Good luck!

CK3ZP8E.jpg

Link to comment
Share on other sites

You've got some mistakes in the table codes also.

Here, cut and paste this whole segment below into your document. See what happens.

<center>

<table cellpadding=100>

<tr>

<td valign=middle>

<a href="http://www.angelfire.com/alt/shiznit1083/concepts">

<img
src="http://www.angelfire.com/pro/nowdesign/NowDesign_Logo.gif" width=361 height=105 border=0 alt="">

</a>

</td>

</tr>

</table>

<font face=sans-serif><font size=5><center>established 2003</center></font>

</center>

</BODY>

</html>

I tested it on my computer and it works.

CK3ZP8E.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.