runnerjp Posted December 1, 2006 Share Posted December 1, 2006 hey guys i dunno if this is php or not butat the moment i have my php include script in a table with i picture in a table and basicly its all a mess lolsee below[code]<table width="627" height="44" border="0" align="center" cellpadding="" cellspacing="0" bordercolor="#111111" id="AutoNumber1"> <tr> <td width="91" height="44" background="http://www.runnerselite.com/image/shout1.bmp" align="center"><p align="center"> <BODY LINK="#ffffff"> <b><font color="#FFFFFF"> Shout-Outs</font></b><br> <a href="javascript:TagBox=void(window.open('http://www.runnerselite.com/tag/tag.php','TagBox','scrollbars=1,width=400,height=600,top=60,left=400'))"> Post a shout</a></td> <td width="536" height="44" background="http://www.runnerselite.com/image/shoutbox2.bmp"> <?php include("tag/maq.php")?> </td> </tr></table>[/code]is there a way where i can just simply add the php script over the image to get an outcome or is doing the tabkle the only way? Link to comment https://forums.phpfreaks.com/topic/29116-help-is-needed/ Share on other sites More sharing options...
ToonMariner Posted December 1, 2006 Share Posted December 1, 2006 MATE! DON'T serve bitmaps over the network - they are enormous!!! thats why gifs, jpegs and pngs were invented!Back to your question...I couldn't really understand it but what ever you are doing you don't NEED tables. Tables are for displaying data NOT laying out your site. You can achieve this with a div of a specified height and width (same as the image normally) and simply putting text within that div. Link to comment https://forums.phpfreaks.com/topic/29116-help-is-needed/#findComment-133467 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.