runnerjp Posted February 27, 2007 Share Posted February 27, 2007 hey guys ok i have put this together <td width="220" valign="top"><div id="linedown"> <img src="http://www.runnerselite.com/images/linedown.jpg"></div><?include("include/info.inc.php"); ?></td> <td width="1158"><img src="../images/training.jpg" alt="Training" width="120" height="120" /><? include("include/adminerr.inc.php"); if($auth[error]) { include("include/messages/index_unverified.inc.php"); } else { include("include/messages/index_verified.inc.php"); } ?></td> </tr> div#linedown { width: 2px; height: 500px; background:url(http://www.runnerselite.com/images/linedown.jpg); float: right; background-repeat: repeat-y; } div#training { margin-top:1% float:left; } for sum reason the text from the php script apears under the picture but i want it to appear next to the picture.... any ideas ??? Link to comment https://forums.phpfreaks.com/topic/40389-any-1-able-to-help-me/ Share on other sites More sharing options...
simcoweb Posted February 27, 2007 Share Posted February 27, 2007 In your image attributes set this: align="left" And the text should wrap around it. Link to comment https://forums.phpfreaks.com/topic/40389-any-1-able-to-help-me/#findComment-195431 Share on other sites More sharing options...
runnerjp Posted February 27, 2007 Author Share Posted February 27, 2007 so instead of sloat left have align left Link to comment https://forums.phpfreaks.com/topic/40389-any-1-able-to-help-me/#findComment-195433 Share on other sites More sharing options...
runnerjp Posted February 27, 2007 Author Share Posted February 27, 2007 ah that worked lol easy enough haha thanks for takin time to read it and give me answer Link to comment https://forums.phpfreaks.com/topic/40389-any-1-able-to-help-me/#findComment-195435 Share on other sites More sharing options...
simcoweb Posted February 27, 2007 Share Posted February 27, 2007 No problem Link to comment https://forums.phpfreaks.com/topic/40389-any-1-able-to-help-me/#findComment-195441 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.