PDA

Click to See Complete Forum and Search --> : need help with website


Paxthegreat
Jun 22nd, 2002, 12:20 PM
pls, pls, anyone who has a spare few minutes, i could use help making my own lil website, just a few simple lil problems like :

http://www.manix-creations.net/Home/
1.without editing the images them selves, how can i place names for each of the links on the menus

2. ... i'll come to that, after i've dealt with number 1

Rick Bull
Jun 22nd, 2002, 01:30 PM
I've only taken a quick look at your site, and I think one way you could do what you want is something like this:

In your style sheet:


a.menu {
background:transparent url('LinkBackground.png') no-repeat center;
text-align:center;
vertical-align:middle;
}


and then for the links:


<a class="menu" href="#">Home</a>


or something like that. Remember to change the LinkBackground for the proper file you want to use. You may find if the text is too big it will overflow the background though.

Paxthegreat
Jun 22nd, 2002, 01:40 PM
ok, cheers, i'll let u know if i brake it or not