Been trying to do a small thing for RMXP, just as a test, and i'm having an issue.
I think the problem may be in the oline
<IMG Src="C:\Document and Settings\My Name\My Documents\My Pictures\untitled.bmp", or it could be because i don't have a
Alt="" in there, but that gives me a blank.
The error is a blank page, links are viable, but the rest is unviewable.
Code:
<html>
<head>
<title> Test Project </title>
</head>
<MAP name="mymap">
<AREA Shape="circle" coords="70,84,51"
Href="http://www.rmxp.org/forums/index.php"
<AREA Shape="rect" Coords="25,180,125,280"
HREF="http://www.rmxp.org/forums/index.php?topic=32399.0"
<AREA Shape="poly"
Coords="153,106,186,225,340,193,315,81,304,167"
Href="http://www.rmxp.org/forums/index.php?topic=32941.0"
<AREA Shape="Default" Coors="0,0,195,111"
Href="http://www.rmxp.org/forums/index.php?topic=35803.0"
<Area Shape="rect" Coords="421,18,470,276"
nohref>
</MAP>
<IMG Src="C:\Documents and Settings\My Name\My Documents\My Pictures\untitled.bmp"
width="550" Height="260"
Usemap="#mymap">
</html>
<IMG Src="C:\Document and Settings\My Name\My Documents\My Pictures\untitled.bmp", or it could be because i don't have a
Alt="" in there, but that gives me a blank.
The error is a blank page, links are viable, but the rest is unviewable.