Results 1 to 8 of 8

Thread: Help Needed

  1. #1
    Join Date
    Aug 2005
    Location
    Location Location
    Posts
    1,730
    Tokens
    0

    Latest Awards:

    Default Help Needed

    I was editing a template and putting hyperlinks around pictures
    Code:
    <a href="home.htm" target="main"><img src="images/index_33.gif" width=157 height=17 alt=""><br>
    That is what i have done
    and this happened:

    http://img334.imageshack.us/my.php?image=help5sx.png



    Any ideas?
    Last edited by Flauvo; 02-03-2006 at 09:50 PM. Reason: New Image Location

  2. #2
    Join Date
    Feb 2006
    Location
    Manchester UK
    Posts
    156
    Tokens
    0

    Default

    HTML Code:
    <a href="url.php" target="main" /><img src="url.gif" alt="Alt" width="" height="" border="0" /><br />
    Last edited by Raremandan; 02-03-2006 at 09:49 PM.
    I'm extremely critical and mean..

  3. #3
    Join Date
    Aug 2005
    Location
    Location Location
    Posts
    1,730
    Tokens
    0

    Latest Awards:

    Default

    Thanks Guru

    Just needed to add the border="0"

    I dont work in php

    cheers

    -Stevie

  4. #4
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    It would be easier just to add this to your CSS.
    Code:
    img {
      border: none;
    }
    kinda quit.

  5. #5
    Join Date
    Feb 2006
    Location
    Ireland
    Posts
    31
    Tokens
    0

    Default

    Where u going with php, thats basic HTML

    Quote Originally Posted by Remin
    Thanks Guru

    Just needed to add the border="0"

    I dont work in php

    cheers

    -Stevie

  6. #6
    Join Date
    Nov 2005
    Posts
    66
    Tokens
    0

    Default

    Quote Originally Posted by -habbexjs-
    Where u going with php, thats basic HTML
    No, because of the example page he used 'home.php'

  7. #7
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    1,624

    Latest Awards:

    Default

    Quote Originally Posted by Guru
    HTML Code:
    <a href="url.php" target="main" /><img src="url.gif" alt="Alt" width="" height="" border="0" /><br />
    Thats what i would of said :rolleyes: it works for me :rolleyes:

    Regards,

    Snoop
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  8. #8
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Snoop
    Thats what i would of said :rolleyes: it works for me :rolleyes:

    Regards,

    Snoop
    And the point in that post being..?
    kinda quit.

Posting Permissions

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