Yes, the first suggestion was one of the many things I've tried that didn't work.
Okay, I have to admit that I had no idea that you can break up link strings. I've never done it and I guess I'm doing it wrong now, because replacing <a href="$*SITEROOT/allpics.bml?user=$comment.poster.username"> with <a href="http://$e.poster.username" + ".dreamwidth.org/icons"> only produces an "The requested URL could not be retrieved" error. Apparently the browser just pulls up the first part of the string. Can you tell me what else I'd need to change to "put them on two different lines" like you said? Sorry, if that is a stupid question!
no subject
Date: 2012-11-14 07:07 pm (UTC)Yes, the first suggestion was one of the many things I've tried that didn't work.
Okay, I have to admit that I had no idea that you can break up link strings. I've never done it and I guess I'm doing it wrong now, because replacing <a href="$*SITEROOT/allpics.bml?user=$comment.poster.username"> with <a href="http://$e.poster.username" + ".dreamwidth.org/icons"> only produces an "The requested URL could not be retrieved" error. Apparently the browser just pulls up the first part of the string. Can you tell me what else I'd need to change to "put them on two different lines" like you said? Sorry, if that is a stupid question!