Difference between revisions of "Template talk:Orgbox"

From Akvopedia
Jump to: navigation, search
(New page: I am having trouble getting the coding right for the web site link. I really want it to look like [http://www.akvo.org akvo.org] But it is not working. I have to figure that out later.)
 
(Fixed)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
I am having trouble getting the coding right for the web site link. I really want it to look like
 
I am having trouble getting the coding right for the web site link. I really want it to look like
 +
<pre><nowiki>
 +
[http://www.akvo.org akvo.org]
 +
</nowiki></pre>
 +
Which should give this result:
 +
 +
[http://www.akvo.org/ akvo.org]
 +
 +
But it is not working. There are some nested template problems. I have to figure that out later.
  
[http://www.akvo.org akvo.org]
+
== Fixed ==
  
But it is not working. I have to figure that out later.
+
That problem with the links not producing the right result was that I had (stupidly) used a pipe char between the link and the text of the link.

Latest revision as of 16:22, 18 June 2008

I am having trouble getting the coding right for the web site link. I really want it to look like

 [http://www.akvo.org akvo.org]

Which should give this result:

akvo.org

But it is not working. There are some nested template problems. I have to figure that out later.

Fixed

That problem with the links not producing the right result was that I had (stupidly) used a pipe char between the link and the text of the link.