[TYPO3] How to wrap only the url

Dmitry Dulepov dmitry at typo3.org
Mon Dec 18 16:24:07 CET 2006


Hi!

Søren Vedel wrote:
> Well, this actually brings me a little closer but it is not what I want.
> 
> I get this output from the linkWrap now:
> 
> <tr onmouseover="'doThis'" onmouseout="'doThat'"
> onmousedown="window.location = '<a href="index.php?id=23" 
> onfocus="blurLink(this);">News</a>'">
> 
> But I only need
> 
> <tr onmouseover="'doThis'" onmouseout="'doThat'"
> onmousedown="window.location = 'index.php?id=23'">
> 
> Any other ideas?

I can be wrong but I afraid this is not possible... I would do it 
without script, this way:

<tr onmouseover="'doThis'" onmouseout="'doThat'"><td><a style="display: 
block; width: 100%; height: 100%" href="/index.php?id=123">bla</a></td></tr>

This will do the same and even will be more search engine friendly.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)


More information about the TYPO3-english mailing list