Posted: Tue Nov 06, 2007 12:54 pm Image not appearing in Table
I'm not a Web Dev so have patience with me. Just helping a friend make some changes to his page.
I can't get a simple pic to appear after the heading in the following code:
switch (page) {
case 1:
fill = "<TABLE width=\"370\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
fill += "<TR valign=\"top\">";
fill += "<TD class=\"plain\">";
fill += "<P><FONT class=\"dem_heading\">Whitehall Dr</FONT><BR>";
fill += "BLAHBLAHBLAH";
fill += " [ <A href=\"javascript:setGallery('whitehall');\" class=\"selected\">photos click here</A> ]</P>";
fill += "</TD>";
fill += "</TR>";
fill += "</TABLE>";
break;
}
I just want to add <IMG src="../images/new.gif"> after the heading above. Please help.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum