Arranging images dynamically in a page
-
Using an API to get an array with contain image an description.I need to arrange it side by side inside a page such a way that it adjusts with width.
foreach($value as $key1 => $value1) { echo '<img src="' . $image_link . '" />'; ?> echo '<strong>' . $heading . '</strong>'; }
How should i proceed.Thamks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Arranging images dynamically in a page’ is closed to new replies.