Solarpitch Posted September 18, 2007 Share Posted September 18, 2007 Hey, Whats the correct way to encapsulate this? Keep getting an invalid markup browser error... I missing something simple arnt I! <a href="user_images/<? echo $image_name; ?>"><img src=" <? echo $image_path; ?> " </a> Quote Link to comment https://forums.phpfreaks.com/topic/69792-solved-quick-invalid-markup-question/ Share on other sites More sharing options...
GingerRobot Posted September 18, 2007 Share Posted September 18, 2007 Well, you dont close your image tag. Try: <a href="user_images/<? echo $image_name; ?>"><img src=" <? echo $image_path; ?> " /></a> Quote Link to comment https://forums.phpfreaks.com/topic/69792-solved-quick-invalid-markup-question/#findComment-350633 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.