Anyway, I think you should just use slice tool (Adobe Photoshop) and a WYSIWYG editor (I recommend Adobe GoLive). but u will also need to learn about basic HTML tags.
CODE
<html>
<head><title></title></head>
<body>
<table>
<tr>
<td colspan="16">... insert the main banner here ...</td>
</tr>
<tr>
<td colspan="16">... insert the top main menu here ...</td>
</tr>
<tr>
<td></td><td></td>... 16 times of <td> here ...
</tr>
<tr>
<td colspan="16">... insert the bottom main menu here ...</td>
</tr>
<tr>
<td colspan="16">... insert the contents here ...</td>
</tr>
</table>
</body>
</html>
the basic skeleton of the page, using tables (i prefer tables)
This post has been edited by Cyphereza: Jun 3 2006, 09:31 PM
Jun 3 2006, 09:30 PM
Quote
0.0150sec
0.51
6 queries
GZIP Disabled