0
Welcome Guest! Login
0 items Join Now

linked images in Joomla templates

  • linked images in Joomla templates

    Posted 17 years 11 months ago
    • Hi, ???
      I don't know if this is relevant to RT but if someone could answer it I'd be very grateful.

      How is it that whenever I make an image into a link I end up with a border around it with my joomla sites? The border is the same color as the link color for that template..

      This spoils my pages and images I feel, especially when the image hasn't got a natural border of it's own and should just blend into the page..

      Is there a way to stop this happening? I looked in the html and couldn't see anything..

      Thanks everyone, :)
      Russ
    • Polaris World golf properties
  • Re: linked images in Joomla templates

    Posted 17 years 11 months ago
    • You can change this in html mode

      Your image code will be something similar to the following

      <img src="image_url" width="10" height="10" alt="Image"/>

      change to

      <img src="image_url" width="10" height="10" alt="Image" border="0"/>
    • James Spencer / Developer & Support / Hull, UK
  • Re: linked images in Joomla templates

    Posted 17 years 11 months ago
    • Thanks James, you're a star! ;D

      If you can sort out that 'titles in header bars' thread in the vortex section I'll get the wife to make you a computer out of cake!

      thanks ;)

      Russ
    • Polaris World golf properties
    • biju hameed's Avatar

    Re: linked images in Joomla templates

    Posted 17 years 11 months ago
    • Edit the template css file and put this code at the bottom

      a img {
      border: 0;
      }

      That should solve the problem

Time to create page: 0.064 seconds