Results 1 to 2 of 2

Thread: "detail" button instead of text

  1. #1
    Join Date
    Jun 2008
    Posts
    65

    Cool "detail" button instead of text

    Hey guys,
    I am sure this is covered somewhere in the forum, hoever I couldn't find it.

    I would like the "detail" link to be a gif button (instead of a hyperlink) that I have created.

    How would I do this? I have created the button and placed it in the images folder already.

    thanks

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    This is HTML 101

    in rows.html change

    <a href="<%$site_url%>/<%$detail_page_url%>">Detail</a>

    to

    to <a href="<%$site_url%>/<%$detail_page_url%>"><img src="<%$site_url%>/images/image.ext" /></a>

Similar Threads

  1. "Detail" Page not loading properly
    By dePaulus in forum v5.x
    Replies: 5
    Last Post: 02-07-2008, 05:24 PM
  2. Replies: 2
    Last Post: 01-24-2008, 09:19 PM
  3. Replies: 2
    Last Post: 06-28-2007, 04:32 AM
  4. Members Detail Pages "Cutting off Text"
    By mxwebsites in forum v5.x
    Replies: 7
    Last Post: 01-30-2007, 11:13 AM
  5. Replies: 1
    Last Post: 07-18-2002, 07:47 PM

Posting Permissions

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