Results 1 to 3 of 3

Thread: need help with website

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116

    need help with website

    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
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    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:

    Code:
    a.menu {
      background:transparent url('LinkBackground.png') no-repeat center;
      text-align:center;
      vertical-align:middle;
    }
    and then for the links:

    Code:
    <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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok, cheers, i'll let u know if i brake it or not
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width