Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

my website


ghost's Avatar
0 0

can some check the code for me. its done in html and css. thanks

<html>

<head>

<title>mallys</title> <META NAME="Keywords" CONTENT="mally,mallys,malley,malleys,mallies,mazza,random"> <META NAME="Description" CONTENT="this website of random stuff and about me,mally."> <META name="author" content="j m" </head>

<table cellspacing="0" style="posItion:absolute; width:15%; height:56%; top:22%; left:1%; style=boder; border-style: groove; border-color: Silver" >

<tr> <td> <center> link will be here</center></td> </tr> <tr> <td><img src="images\div.gif"></td> </tr> <tr> <td> <center>link will be here</center></td> </tr> <tr> <td><img src="images\div.gif"></td> </tr> <tr> <td> <center>link will be here</center></td> </tr> <tr> <td><img src="images\div.gif"></td> </tr> <tr> <td><center> link will be here</center></td> </tr> <tr> <td><img src="images\div.gif"></td> </tr> <tr> <td> <center>link will be here</center></td> </tr> <tr> <td><img src="images\div.gif"></td> </tr> <tr> <td> <center>link will be here</center></td> </tr> <tr> <td><img src="images\div.gif"></td> </tr>

</table>

<iframe name="mainframe" src="" frameborder="0" style="position: absolute; width:52%; height:76%; top:22%; left:27%" ></iframe>

</body>

</html>


ghost's Avatar
0 0

just a note 92; is a foward or backward slash. i get confused which way round they are. its because the forum doesnt let you put them in.


ghost's Avatar
0 0

Well except for missing a Doctype and character encoding, the only thing I can think of is that you don't have the alt attribute in your img tags.

Alt attribute = in case you can't show the image show this insteed (only text).

Example: <img src="Snow.jpg" alt="Some Snow">

hope you're satisfied with that answer. :)