View difference between Paste ID: G3kdW6kS and
SHOW: | | - or go back to the newest paste.
1-
1+
$placeholder_image1 = get_bloginfo('template_url').'/files/e-commerce_280x124.jpg'; 
2
		$placeholder_image2 = get_bloginfo('template_url').'/files/marketing_280x124.jpg';
3
		$placeholder_image3 = get_bloginfo('template_url').'/files/ipad_280x124.jpg';
4
		
5
		$placeholder_image1 = kriesi_build_image(array('url'=>$placeholder_image1,'height'=>'124','width'=>'280'));
6
		$placeholder_image2 = kriesi_build_image(array('url'=>$placeholder_image2,'height'=>'124','width'=>'280'));
7
		$placeholder_image3 = kriesi_build_image(array('url'=>$placeholder_image3,'height'=>'124','width'=>'280'));
8
9
$placeholder[1] = $placeholder_image1;
10
$placeholder[2] = $placeholder_image2;
11
$placeholder[3] = $placeholder_image3;		
12
13
		echo	'<a href="http://webtransit.mobi/atlanta-e-commerce-more">'.$placeholder_image1.'</a><h3>E Commerce:</h3><p>E-Commerce includes web and mobile sites. You have to be everywhere. We understand the interface, gateway, merchant services, and how it all works.<br /><a style="width:100px;" href="http://webtransit.mobi/atlanta-e-commerce-more">We help you sell online</a></p>';
14
		
15
16
		echo	'<a href="http://webtransit.mobi/atlanta-online-marketing">'.$placeholder_image2.'</a><h3>Internet Marketing:</h3><p>Web, mobile, local, email, iPad, Android, etc. You need to use everything at your disposal to drive sales.<br /><a href="http://webtransit.mobi/atlanta-online-marketing">We get customers to your store</a></p>';
17
		//class for link used to be class="more-link", removing this allowed the link 
18
		//to be all on one line instead 12 ( or whatev) characters per line.
19
		
20
		echo	'<a href="http://webtransit.mobi/atlanta-ipad-development-more">'.$placeholder_image3.'</a><h3>iPad / Mobile Development:</h3><p>The web is moving to your handheld device, at an alarming rate. There are more searches coming from mobile devices than ever before. <a  href="http://webtransit.mobi/atlanta-ipad-development-more">We help you get your mobile going.</a>';