(Untitled)

Dec 05, 2010 19:29


Double your pleasure. Double your fun.
Comments screened.

Leave a comment

related to the layout... cupcaked February 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!

Again, sorry about this! =)

Laura

Reply

Re: related to the layout... fitz_schiz February 24 2006, 18:57:57 UTC
No problem. :)

It's at the top of the code...

set entry_link = "#A13C44";
set entry_link_visited = "#A13C44";

set nav_link = "#000000";

Reply

Re: related to the layout... cupcaked February 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!

=)

Reply

Re: related to the layout... fitz_schiz February 24 2006, 20:57:05 UTC
I had problems with that, too. I ended up just using my own code. In function print_nav(Page p) { towards the end of the code, I replaced

[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

Re: related to the layout... cupcaked February 24 2006, 22:32:00 UTC
Thank you so much for all of this. It's been so nice of you to help me out! =)

Reply

Re: related to the layout... fitz_schiz February 25 2006, 19:24:47 UTC
You're welcome. I'm glad I could. :)

Reply


Leave a comment

Up