PDA

View Full Version : Navigation Links



RyanDOT
04-05-2008, 04:11 PM
Hey.

I got my own site now.

And i already put the navigation bit on
http://www.welcomehabbo.com/

how do i make the 'welcomehabbo' image into an image like clubhabbo and hffm?

+Rep for all answers.

Hypertext
04-05-2008, 04:15 PM
Create a rounded corner rectangle of a width and height of your choice, check clubhabbo.net's if you want it to be exact, save it on your web server, and in the actual bit:

Change in home.html:
<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
-->
</style>

to

<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-image:thesavedimage.gif;
}
-->
</style>

Good Luck

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