dholt
03-18-2007, 11:06 AM
I was wonder if one of you guys or girls could tell me how to write show Image in a PHP script.:eek: As I want to add a Image to a script but not sure of the php tag for it :rolleyes:
I want to add a Image above the phrase News Bulletins say 88x33 like a button
<hr size="1"/>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt=""/> <b>News Bulletins</b></td></tr>
<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'"><td><img src="$stylevar[imgdir_misc]/navbits_dash.gif" alt=""/> <a href="http://www.mysite.com/index.php?page=feed1">Top Stories</a></td></tr>
I want to add a Image above the phrase News Bulletins say 88x33 like a button
<hr size="1"/>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt=""/> <b>News Bulletins</b></td></tr>
<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'"><td><img src="$stylevar[imgdir_misc]/navbits_dash.gif" alt=""/> <a href="http://www.mysite.com/index.php?page=feed1">Top Stories</a></td></tr>