Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Ziggi #1
Help me with bringing links to table cells
Hi !
I would like to add the link functionality to the
whole table cell (not only to its content).
The purpose is the text inside the cell and the link
itself is going to be frequently modified in Contribute,
while the client wants the whole cell area to be "clickable"
- not the text inside only.
As the text must remain editable - I am unable
to "bake" it into an image to provide all-over clickability.
The following construction: "<a href="link"><td>text</td></a>
works in Explorer but is not validated as <a> tag is not
allowed in this position according to XHTML1.1.
What is the right "legal" solution then ???
Thank you,
Ziggi
Ziggi Guest
-
Vertical alignment in table cells
If I create a table and then merge several cells vertically, I can enter some text and can set the vertical alignment of the new 'spanned' cell to... -
Right justify in all the cells of a table?
When I try to right justify all of the cells in a table only the right most cells are right justified. Is there any way to right justify all of the... -
Tabs in table cells
Once I have got a tab in a table I simply copy it when I need another. Saves going to the Type menu all the time. -
tabbing between table cells
Is there a shortcut for "insert end of column" to tab between table cells. Its so clunky. At this rate I think I'll do the tables in a wordprocessor... -
background in table cells
ameen: Yes. Click in the cell and use the Property Inspector to specify a background image. Be aware that in order to see the background fully,... -
Murray *TMM* #2
Re: Help me with bringing links to table cells
Ziggi:
Use CSS to define a specific style for that cell's link, e.g.,
..special a { display:block; height:23px; width:140px; } /* These
height/width numbers are arbitrary */
Then in your page's code, do this -
<td class="special">
Now the entire cell will be 'clickable'.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Ziggi" <admin@NOSPAM.pm-studio.pl> wrote in message
news:ca6u9l$56i$1@forums.macromedia.com...
Hi !
I would like to add the link functionality to the
whole table cell (not only to its content).
The purpose is the text inside the cell and the link
itself is going to be frequently modified in Contribute,
while the client wants the whole cell area to be "clickable"
- not the text inside only.
As the text must remain editable - I am unable
to "bake" it into an image to provide all-over clickability.
The following construction: "<a href="link"><td>text</td></a>
works in Explorer but is not validated as <a> tag is not
allowed in this position according to XHTML1.1.
What is the right "legal" solution then ???
Thank you,
Ziggi
Murray *TMM* Guest
-
Ziggi #3
Re: Help me with bringing links to table cells
Thanks !
I've also found a good info here:
[url]http://www.apptools.com/examples/tdcolor.php[/url]
Ziggi
Ziggi Guest
-
Murray *TMM* #4
Re: Help me with bringing links to table cells
Yep - exactly the same approach.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Ziggi" <admin@NOSPAM.pm-studio.pl> wrote in message
news:ca72sr$bhs$1@forums.macromedia.com...
Thanks !
I've also found a good info here:
[url]http://www.apptools.com/examples/tdcolor.php[/url]
Ziggi
Murray *TMM* Guest



Reply With Quote

