banner size inline code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drdokter
Forum Newbie
Posts: 21
Joined: Thu Jul 23, 2009 10:57 am

banner size inline code

Post by drdokter »

can you post a line of code for the inline style for a hypothetical .jpg banner image specifying it's size?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: banner size inline code

Post by requinix »

Uhh...

Code: Select all

<img src="/path/to/image.jpg" height="123" width="456" />
Post Reply