Two queries -
1) How do I get to the search function? I can't find a link. I know the URL - [link] - but it doesn't help me, for after I type it out and click "GO", I get an error 404 - whatever that means, and "search" somehow dropped from the URL.
2) How do I post a link? Typing out >the URL
I can't answer your question about the search feature, but to make a link, type:
[a href="http://www.yourlinkhere.com"]underlined word indicating it's a link[/a]
only replace the [ ] with greater than / less than signs.
doesn't help, as it does on other discussion sites.
These two problems have stopped me using the site as I'd like to. I'd be grateful to be told how to deal with them
Dai, it's .php, not .phb - could that be the problem?
For pasting links, I ususally just copy the sample from the 'how-to' page and paste in the address and name I want.
t /lazy
Dai, the search link ends in php, not phb.
As for a link (I hope this works):
t a href="http://www.yourlink.com"
text here
t /a
.
I edited so a facsimile of the code would show up.
I can't figure out how to make the actual correct code appear--anything I put in angle brackets is automatically stripped.
Edit: Hil! How did you do that?!
OK, Dai, if you just want to link with the URL, without bothering with the link text, just type it in, with the "http" at the beginning, like [link] . You don't need the bracket at the beginning.
Entities Jen -- instead of the actual "less than" sign, type < (because the real one gets stripped out)
Edit: Hil! How did you do that?!
I did it by using the t to make fake html, but Jess's way works too.