Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Image inside table problem
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

Image inside table problem

Image inside table problem 9 months ago #793

  • rajan
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
Hi,
I have some IMAGES inside a TABLE, now I know how to style my table using CSS but what I really need to do is style the Images inside the table using CSS also. IMG tag in my CSS only styles images outside the table.
my code:

<table><tbody><tr><td> <img style="width: 25px; height: 25px;"
alt="alternat text" src="images/image1.jpg"><br>
</td></tr></tbody></table>

Re: Image inside table problem 9 months ago #794

  • hrishi
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
Try styling your image like this:
td img {width: 25px; height: 25px; }
  • Page:
  • 1
Time to create page: 1.36 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download