Welcome Guest   | Login   
  Search  
  Index |  Recent Threads |  Register | 


Quick Go »
Thread Status: Normal
Total posts in this thread: 4
[Change thread status] [Delete this Thread] [Move this Thread]
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 109 times and has 3 replies Next Thread
neciamiller
New Member
Member's Avatar

USA
Joined: May 31, 2006
Posts: 6
Status: Offline
Edit this Post   Changing Link colors Reply to this Post
Reply with Quote
[Delete this Thread]

I had figured this out with my free version, but now with premium, the links have reverted back to the default colors. The links I'm talking about are the ones in the Calendar for events with information added. I want to change the color to black (000000). Please advise.
[Jul 15, 2008, 2:10:16 PM] [72.213.186.253] Show Post Printable Version    http://www.rose.edu/faculty/nmiller [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6397
Status: Offline
Edit this Post   Re: Changing Link colors Reply to this Post
Reply with Quote
[Delete this Post]

All links are the same color whether or not they have event descriptions. Normally, an event that is just a title only will not have a link on the Public view of your calendar.

Left unchanged, the color of all links is set by your web browser. Usually blue for unvisited, purple for visited, etc. However, users can set their own preferences.

If you put a font (or some inline CSS) around a title, you could probably change the color that way. For example, in the title field:

<font color="red">This is a red event title</font>
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Jul 16, 2008, 4:14:08 PM] [171.161.224.10] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
neciamiller
New Member
Member's Avatar

USA
Joined: May 31, 2006
Posts: 6
Status: Offline
Edit this Post   Re: Changing Link colors Reply to this Post
Reply with Quote
[Delete this Post]

I couldn't get it to work. I put <font color=000000>Special Services<font> and the link stayed blue-the font was already black to begin with. So, how about letting me know how to embed a CSS style to change the browser defaults for active links, visited links, etc?

Also, I'm trying to change the heading on the Monthly Calendar page. I can change colors for our title, but not size. I'd like to change the size for July, too. I notice in your source code that there are some changes I could make, but I can't access that. I"m just wanting to personalize it. I guess I could make my own Calendar html page and embed the Calendar into it and achieve what I want. But that still doesn't allow me to change the size, color or active links to your calendar.
[Jul 16, 2008, 6:46:26 PM] [72.213.186.253] Show Post Printable Version    http://www.rose.edu/faculty/nmiller [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6397
Status: Offline
Edit this Post   Re: Changing Link colors Reply to this Post
Reply with Quote
[Delete this Post]

If the link you used was what you typed in your last message, then the syntax was wrong. It should be
<font color=000000>Special Services</font>

and not
<font color=000000>Special Services<font>

The size attribute can be used here (and in your calendar title) to change the size as well. For example, you could enter the following as your calendar title:

<font color="D4001A" size=""2>My Calendar Title</font>

You cannot change the size of the month name.

I should mention that the <font> tag is deprecated and there could come a time when it's no longer supported by browsers. The modern alternative would be something like:

<p style="font-family:Arial; color:#D4001A; font-size:12px;"> My Calendar Title</p>
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Jul 21, 2008, 9:32:04 PM] [72.255.62.114] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
[Show Thread Printable Version] [Post new Thread]

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us