PDA

View Full Version : Making a layout



Ash564
21-02-2008, 09:16 PM
Right, i havent got Dreamweaver, so im stuck with Notepad.

I was wondering if people could share some basic code which i could develop on of just a plain layout.


OR


Does anyone know of anygood free software which is similar to dreamweaver?

Many Thanks!

Ash

Meti
24-02-2008, 02:15 PM
<table cellspacing="1" cellpadding="0" border="0"
bgcolor="black" id="shell" height="250" width="400">
<tr height="50"><td colspan="2" bgcolor="white">
<table title="Banner" id="banner" border="0">
<tr><td>Place a banner here</td></tr>
</table>
</td></tr>
<tr height="200"><td bgcolor="white">
<table id="navigation" title="Navigation" border="0">
<tr><td>Links!</td></tr>
<tr><td>Links!</td></tr>
<tr><td>Links!</td></tr>
</table>
</td><td bgcolor="white">
<table title="Content" id="content" border="0">
<tr><td>Content goes here</td></tr>
</table>
</td></tr></table>

Like that?

http://www.tizag.com/htmlT/htmllayout.php >> And check the full tutorial ;)

kk.
24-02-2008, 02:21 PM
theirs a free trial for dreamweaver from adobe and you might just be lucky enough to find a registration code for it. look for css tutorials, start their so you dont get in the habit of using tables

--ss--
25-02-2008, 02:03 PM
There's nothing wrong with notepad, http://www.habboxforum.com/showthread.php?t=451601 Free layout coded by me , feel free to edit it anyway you want :).
Also surprisingly that was coded using nothing but notepad :P

redtom
25-02-2008, 06:09 PM
Yeah notepad is fine I code using it.

ryan-h
26-02-2008, 08:04 AM
i used it. but then i got addicted to the worst! IFRAMES

Want to hide these adverts? Register an account for free!