Jump to content

help is needed


runnerjp

Recommended Posts

hey guys i dunno if this is php or not but

at the moment i have my php include script in a table with i picture in a table and basicly its all a mess lol
see 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">&nbsp;
      <?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

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

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.