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. Quote 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. Quote 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" /> Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.