Forums

This topic is locked

How do I create a replica of this using Dreamweave

Posted 08 Jul 2004 02:13:39
1
has voted
08 Jul 2004 02:13:39 Thin Lizzy posted:
I want to create a html version of this pic with cells and tables and WITH the gray lines as well. I plan on placing text in the cells.
Thanksmedia-creations.net/front_pic.gif

Replies

Replied 08 Jul 2004 21:03:11
08 Jul 2004 21:03:11 Dave Thomas replied:
create a 3x3 table

select the first <tr> table row and use the 'merge cells' feature to make it a single long cell. your html for the <tr> should now read something like
<pre id=code><font face=courier size=2 id=code>
&lt;tr colspan="2"&gt;
&lt;td&gt;
&lt;/td&gt;
&lt;/tr&gt;
</font id=code></pre id=code>

do the same for the bottom row, this has now created the cells structure.

better if you control the tables through css, you'll need to put padding in the top row to create the space around the links.
also you'll need to specify the seperate borders in the css to make sure the grey borders are correct as the middle cell left border is a funny blue and not grey, so specifying seperate border styles will keep this the same as the pic.

best of luck

Regards,
Dave

[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]

Reply to this topic