Changing color of the empty links...
How do I do this? I know how to change the full links (using CSS), but I don't know how to change the color of the empty links…
Navigation
How do I do this? I know how to change the full links (using CSS), but I don't know how to change the color of the empty links…
For non-existing links, the syntax is:
a.newpage {
color: #your-color;
text-decoration: your-text-decoration;
}
and for hover of non-existing links:
a.newpage:hover {
color: #your-color;
text-decoration: your-text-decoration;
}
Wikidot Team
Any problem? Write to me: support@wikidot.com or lukasz@wikidot.com
Visit my wiki: http://www.squark.wikidot.com
Thanks!
No problem :)
Wikidot Team
Any problem? Write to me: support@wikidot.com or lukasz@wikidot.com
Visit my wiki: http://www.squark.wikidot.com