Jump to content

Sizing image displayed


rdub

Recommended Posts

Not that easy so far. Sorry I didn't paste the entire code section. Maybe this will help.

 

  echo "<td width=378 valign=top>".$fetched['id']."<br />"."<span class=style1>"."<strong>".$fetched['Customer']."</strong>".

("<img src='" . $fetched['thumb'] . "' /> ") .

 

I've tried adding the usual height and width.

I can't think of any reason specifying the <img> height and width in the echo statement shouldn't work. What is echoed out to the browser in the HTML source of the page? There almost has to be a syntax error somewhere in the HTML output.

This is a part of what is echoed (Thumb and text). I apologize if I am not answering your question.

 

  // put what you would like to display within each cell here

  "<tr>\n";

  echo "<td width=378 valign=top>".$fetched['id']."<br />"."<span class=style1>"."<strong>".$fetched['Customer']."</strong>".

  ("<img src='" . $fetched['thumb'] . "' /> ") .

  "<br />"."<span class=style1e>".$fetched['hi_lite']."</span>".

  "<br />".$fetched['Phone'].

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.