related to the layout...cupcakedFebruary 24 2006, 18:11:32 UTC
Hello- sorry to bother you!
I was over at s2layers looking at Kunzite1's boxer layout she posted (basically the one you and I are using)...but I was wondering how you managed to change the colour of your links? Because you know they are light grey with the original..I can't find where to change them in the HTML.
I've already asked kunzite1 a question, and I know she's swamped, so I was seeing if I could get a tip anywhere else before I bugged her some more!
Re: related to the layout...cupcakedFebruary 24 2006, 19:41:31 UTC
You absolute wonder..thank you so much! And the stupid part is I really should have been able to work that one out for myself.
I have one more question (sorry to take advantage of your friendliness!); how do you create other links in your nav bar besides info, calender, recent etc.?
I'm so so sorry to bother you with something else. That's it now, I promise!
I was over at s2layers looking at Kunzite1's boxer layout she posted (basically the one you and I are using)...but I was wondering how you managed to change the colour of your links? Because you know they are light grey with the original..I can't find where to change them in the HTML.
I've already asked kunzite1 a question, and I know she's swamped, so I was seeing if I could get a tip anywhere else before I bugged her some more!
Again, sorry about this! =)
Laura
Reply
It's at the top of the code...
set entry_link = "#A13C44";
set entry_link_visited = "#A13C44";
set nav_link = "#000000";
Reply
I have one more question (sorry to take advantage of your friendliness!); how do you create other links in your nav bar besides info, calender, recent etc.?
I'm so so sorry to bother you with something else. That's it now, I promise!
=)
Reply
[table cellspacing="0" cellpadding="0" border="0" width="600px" class="new" bgcolor="B1C9BF"]
[tr]
[td class="nav1" valign="top" align="middle" width="25"][/td]
[td class="nav1" valign="top" align="middle"]
[center]
""";
foreach var string v ($p.views_order) {
var string url = $p.view_url{$v};
var string text = lang_viewname($v);
"""[a href="$url"]$text[/a] """;
}
if($p.journal.website_url != ""){
var string url = $p.journal.website_url;
var string text = $p.journal.website_name != "" ? $p.journal.website_name : $*text_website_default_name;
"""[a href="$url"]$text[/a] """;
}
with
[table cellspacing="0" cellpadding="0" border="0" width="470px" class="new" bgcolor="B1C9BF ( ... )
Reply
Reply
Reply
Leave a comment