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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.