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> 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> 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
Archived
This topic is now archived and is closed to further replies.