|
layouts I want to start a layout site
i mean i know how to do java script but i dont knwo how to make the accual layouts.... so does anyone want to teach me how to do it??Or is there a website that will teach me how to make my own ORIGINAL layouts...
[ ] Want to answer more questions in the Miscellaneous category? Maybe give some free advice about: Random Weirdos?
It's all CSS. Want to change background color? Put:
<style type="text/css">
body{background-color:red}
</style>
Want to hide the navbar? Put:
<style type="text/css">
div table td font {visibility:hidden}
</style>
To make good layouts, you have to be intimately familiar with HTML and CSS. After you are, it becomes obvious.
If you want to do something specific, ask me and I'll walk you through it. ]
More Questions: |