Hi, I want to "Add a read-more link if output is trimmed" to a long text field in a view, but I dont want it to be a link, I just want the text "read more". I hoped that if I didn't fill in the "more link path" that no <a>
tags would be added but they were. My view is a list containing rows of image and various text so that each whole row is linked (so the user can click on the image or the text or the space between and go to where they are intending to go... and I dont think there is a problem with that per-say but when I include the "read more" the link gets messed up and there are <a>
tags round all the individual elements... cos you can't have a link within a link I assume :)
Feels like a bug, but thought I'd politely ask for support incase there was a way round this?