Jump to content

using <a> but on a row..


brown2005

Recommended Posts

Hi,

First of all sorry if this should be posted somewhere else...

I have say results

while()
{

echo"<tr>
        <td>1st</td>
        <td><a href='' target='_blank'>$array['cabbage']</a></td>
        <td>34,555</td>
      </tr>";

}

i know i can do that to visit a link, but is there anyway that i can put the link on the whole row.. i mean, if u click anywhere in the row it will open the new link...

Link to comment
https://forums.phpfreaks.com/topic/23168-using-but-on-a-row/
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.