top



What the code WD homepage in html.


Thank bsdd

I don't think you'll recieve such a source code, it's just copy-paste then. Smile

Try to make your own, it's actually very simple - you can do it within an hour, if you got an good experience in HTML and CSS. If you don't, can you then read about those two programming languages all over the net. Wink

You can't edit ours even if you viewed the source, we encrypted it.

not whole page.

just those table thingy.. like

Welcome to World-Dezign

under it

it have

Web and Graphic on left and recent topic on right..

That's just a simple table.





left column right column

Code:
<table border="1">
<tr>
<td> left column </td><td> right column </td>
</tr>
</table>

i have try bit later

o forgot something..

wat the code for 1 table





1 column

Code:
<table border="1">
<tr>
<td> 1 column </td>
</tr>
</table>