Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Table cells - linking to somewhere

 
Thread Tools Search this Thread
Old 01-20-2004, 11:47 PM   #1
Default Table cells - linking to somewhere


Say i have a table:

<table width="100" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>Blah</td>
</tr>
</table>

I want this cell link somewhere without people having to click on the text.
Can I just put
<a href="page"><td>Blah</td></a> ?

Next, i'm going to combine this with an onmouseover to change the cell
colour, how can i put the onmouseover into a CSS class for my stylesheet?

I don't want to use any javascript or anything if possible.




nirvanasource
  Reply With Quote
Old 01-20-2004, 11:55 PM   #2
brucie
 
Posts: n/a
Default Re: Table cells - linking to somewhere

in post: <news:L6jPb.5310$>
"nirvanasource" <> said:

> I want this cell link somewhere without people having to click on the text.
> Can I just put
> <a href="page"><td>Blah</td></a> ?


not valid

> Next, i'm going to combine this with an onmouseover to change the cell
> colour,


not needed

> I don't want to use any javascript or anything if possible.


have the link fill the <td> area, not try to apply the properties to the
<td>s http://moreshit.bruciesusenetshit.in...er-thingy.html

[insert usual stuff about not using tables for layout]

--
brucie - i usenet nude
  Reply With Quote
Old 01-21-2004, 07:55 AM   #3
Toby A Inkster
 
Posts: n/a
Default Re: Table cells - linking to somewhere

nirvanasource wrote:

> I want this cell link somewhere without people having to click on the text.
> Can I just put
> <a href="page"><td>Blah</td></a> ?
>
> Next, i'm going to combine this with an onmouseover to change the cell
> colour, how can i put the onmouseover into a CSS class for my stylesheet?


Dump the table and use something like:
http://www.goddamn.co.uk/tobyink/scratch/example-link

(Tested in IE 6, Opera Linux 7.23)

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump