Author Topic: Height and Width of image tick.png on quote page  (Read 493 times)

Offline semedia

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Height and Width of image tick.png on quote page
« on: 05/October/2010, 04:35:53 PM »
Hi,

I want to add the width and height of the image tick.png (/httpdocs/components/com_nbill/images/icons/tick.png) which is on quote page.

I've already add this code (  width="16" height="16"  ) on the line 299 and 303 of this file (/httpdocs/components/com_nbill/pages/quotes/quotes.default.html.php) but I think I must do too on line 296, but it's hard to me to understand the code (certainly Javascript/php ?!).

Could you help me ? :)
Kind regards !

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,984
    • View Profile
Re: Height and Width of image tick.png on quote page
« Reply #1 on: 05/October/2010, 04:49:46 PM »
You don't need to do anything there - it is just changing the image source using javascript, but as the size is the same there is no need to do anything about that (it is too late for it to make any difference by then anyway).

Offline semedia

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Re: Height and Width of image tick.png on quote page
« Reply #2 on: 05/October/2010, 07:30:34 PM »
Ok :)

 

anything