Jump to content

Inserting An Image In Php


podarum

Recommended Posts

Hi,I'm trying to insert a picture instead of the word "TITLE", but something's not working out.. any help? I have the word TITLE in a fancier .png format. Thanks.

<?phpecho "<table cellspacing='2' cellpadding='3%' border='2' width='80%' bordercolor='#995961' ALIGN=CENTER BGCOLOR= '#f6faff'>";print "<br />";print"<tr><th colspan=5 align=center> <font size=5 color=maroon>TITLE</th></tr></font><TR><TH width='80%'rowspan='2'><TH colspan='3'>Effect1<TH rowspan='2' width ='5%'>Effect2<TR><TH width ='5%'>Negative<TH width ='5%'>Neutral<TH width ='5%'>Positive</th></tr>";?>

Link to comment
Share on other sites

How are you trying to "insert a picture"? You can just use an <img> tag, making sure the path is correct.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...