| Quick Search |
Create a container to store your image. In this case I use a <div>.
Create your <div> inside your <body>, just like this.
<body> <div></div> </body>
Next, create a <style> if you dont have one. Make sure they are between your <head> </head>. Put the following css inside.
<style>
body {background-color:#000}
div.flower {background:url(flower-transparent.png) no-repeat; height:100px; width:100px}
</style>
The … Read More
Neat and Easy Navigation: Navigation of links on your site plays a big role in formative the stickiness of your site (how long your visitor stays and explores your site). Ask yourself this, What do people do as soon as they open your site? They would possibly read the … Read More