this is my code
right now, its showing the image first and the description in the next line. i want to display image right side and description left side?
how to echo these two statements in a single line output.?
Code:
echo '<img src="'.$enclosure[0]->get_link().'"'; echo substr($item->get_description(), 0, 200);
how to echo these two statements in a single line output.?
Comment