kpetsche20 Posted March 21, 2008 Share Posted March 21, 2008 I'm trying to stretch my footer image so it does not show up 100 times since my table width is set to 100%. http://webmasterfreehost.com/hqowner/ Go to the link above to see the problem. Thanks. Link to comment https://forums.phpfreaks.com/topic/97297-how-do-i-stretch-image/ Share on other sites More sharing options...
Caesar Posted March 21, 2008 Share Posted March 21, 2008 Heh...more of an HTML/CSS question. Link to comment https://forums.phpfreaks.com/topic/97297-how-do-i-stretch-image/#findComment-497911 Share on other sites More sharing options...
Lamez Posted March 21, 2008 Share Posted March 21, 2008 just set your image with to 100% <img src="imagepath.png" alt="Footer Image" width="100%" height="%90px" /> Link to comment https://forums.phpfreaks.com/topic/97297-how-do-i-stretch-image/#findComment-497925 Share on other sites More sharing options...
jkewlo Posted March 21, 2008 Share Posted March 21, 2008 yepp future refrence like say u wanted a health bar. stastus etc.. <img src=img/bar.png" width="<? echo "". $row['width'] ."" ?>"> that should come in handy as well Link to comment https://forums.phpfreaks.com/topic/97297-how-do-i-stretch-image/#findComment-497932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.