Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 How to set Web Page Size and how to transfer, Web Layout?

views
     
Cyphereza
post Jun 3 2006, 09:30 PM

Jedi Catâ„¢
Group Icon
Moderator
2,311 posts

Joined: Jan 2003
From: Dark Zone, NYC



Hmm... please, enough with the google for it answers. He got the point. wink.gif
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) biggrin.gif

This post has been edited by Cyphereza: Jun 3 2006, 09:31 PM

 

Change to:
| Lo-Fi Version
0.0150sec    0.51    6 queries    GZIP Disabled
Time is now: 26th November 2025 - 06:47 PM