Coloring links: Difference between revisions
Jump to navigation
Jump to search
[checked revision] | [checked revision] |
BerkmanSysop (talk | contribs) (updated formatting) |
BerkmanSysop (talk | contribs) (symplified with new version) |
||
Line 1: | Line 1: | ||
This wiki supports | This wiki supports css <code>style</code> attributes on links. | ||
The syntax is a little unorthodox but is set using the following: | The syntax is a little unorthodox but is set using the following: | ||
== | ==style attribute== | ||
To set the | To set the style attribute on a link, enclose the link title within a span with a defined style - in this case specifically, color. e.g.: | ||
<pre><nowiki> | <pre><nowiki> | ||
[http://cyber.law.harvard.edu/ Berkman | [http://cyber.law.harvard.edu/ <span style="color:green;">Berkman</span>] | ||
</nowiki></pre> | </nowiki></pre> | ||
The above would be converted to the following link: | The above would be converted to the following link: | ||
<a href="http://cyber.law.harvard.edu/" | <a href="http://cyber.law.harvard.edu/"><span style="color:green;">Berkman</span></a> | ||
==caveats== | ==caveats== | ||
There are no caveats at the moment. | |||
==examples== | ==examples== | ||
Line 56: | Line 21: | ||
[http://www.google.com/ This((.link_red))] is a link in red. | [http://www.google.com/ This((.link_red))] is a link in red. | ||
</nowiki></pre> | </nowiki></pre> | ||
* [http://www.google.com/ This | * [http://www.google.com/ <span style="color:red;">This</span>] is a link in red. | ||
<pre><nowiki> | <pre><nowiki> | ||
[http://www.google.com/ This((.link_green))] is a link in green. | [http://www.google.com/ This((.link_green))] is a link in green. | ||
</nowiki></pre> | </nowiki></pre> | ||
* [http://www.google.com/ This | * [http://www.google.com/ <span style="color:green;">This</span>] is a link in green. | ||
<pre><nowiki> | <pre><nowiki> | ||
[http://www.google.com/ This((.link_blue))] is a link in blue. | [http://www.google.com/ This((.link_blue))] is a link in blue. | ||
</nowiki></pre> | </nowiki></pre> | ||
* [http://www.google.com/ This | * [http://www.google.com/ <span style="color:blue;">This</span>] is a link in blue. | ||
<pre><nowiki> | <pre><nowiki> | ||
[http://www.google.com/ This((.link_yellow))] is a link in yellow. | [http://www.google.com/ This((.link_yellow))] is a link in yellow. | ||
</nowiki></pre> | </nowiki></pre> | ||
* [http://www.google.com/ This | * [http://www.google.com/ <span style="color:yellow;">This</span>] is a link in yellow. | ||
Line 74: | Line 39: | ||
[http://cyber.law.harvard.edu/cfl/Main_Page This((.link_green))] is a green link. | [http://cyber.law.harvard.edu/cfl/Main_Page This((.link_green))] is a green link. | ||
</nowiki></pre> | </nowiki></pre> | ||
* [http://cyber.law.harvard.edu/cfl/Main_Page This | * [http://cyber.law.harvard.edu/cfl/Main_Page <span style="color:green;">This</span>] is a green link. |
Revision as of 21:45, 26 January 2013
This wiki supports css style
attributes on links.
The syntax is a little unorthodox but is set using the following:
style attribute
To set the style attribute on a link, enclose the link title within a span with a defined style - in this case specifically, color. e.g.:
[http://cyber.law.harvard.edu/ <span style="color:green;">Berkman</span>]
The above would be converted to the following link:
<a href="http://cyber.law.harvard.edu/">Berkman</a>
caveats
There are no caveats at the moment.
examples
[http://www.google.com/ This((.link_red))] is a link in red.
- This is a link in red.
[http://www.google.com/ This((.link_green))] is a link in green.
- This is a link in green.
[http://www.google.com/ This((.link_blue))] is a link in blue.
- This is a link in blue.
[http://www.google.com/ This((.link_yellow))] is a link in yellow.
- This is a link in yellow.
[http://cyber.law.harvard.edu/cfl/Main_Page This((.link_green))] is a green link.
- This is a green link.