Question: Regarding Annoying Brackets

Jul 23, 2004 21:04

I was wondering, what override removes the brackets "[ ]" from around the dates for RECENT, FRIENDS, and DAY.

Or any of the following

I use the generator style and a free account

thank you

Leave a comment

Comments 5

disturbed_lane July 24 2004, 16:38:41 UTC
Step one:

Match the color of your date/time to the color of your stronger accent on your custom colors

Put this override in your GLOBAL_HEAD overrides (between your style tags), using whatever color you have decided on (replace white with w/e your stronger accent color is)

p .index {
color:white;
}

As long as you use the same color in your **stronger accent**, you should not be able to see your date/time display at all at this point.

Step two: Putting the color back where you want it

The bonus to this step is you can also change your date/time to say whatever you want it to say. Look in the memories to find the tutorial about chaging what your date/timr says. This override does not belong inside of your GLOBAL_HEAD. Above it or below it will be fine. I am going to put a font tag in the override and use the color that I want my words to be.

LASTN_DATE_FORMAT=><*****font color="black"****>%%dayshort%%, %%monlong%% %%dth%%, %%yyyy%% @ %%12h%%:%%min%%%%ampm%%<****/font ( ... )

Reply

PROBLEM lukameno July 24 2004, 18:25:25 UTC
The Override works well with my RECENT page, but It completely blacks out the date on my FRIENDS page

Reply

Re: PROBLEM disturbed_lane July 24 2004, 19:04:27 UTC
FRIENDS_DATE_FORMAT=><*****font color="#FF66CC">%%dayshort%%, %%monlong%% %%dth%%, %%yyyy%% @ %%12h%%:%%min%%%%ampm%%<*****/font>

Take out the stars *

Reply

Re: PROBLEM lukameno July 24 2004, 19:28:24 UTC
THANK YOU!

Reply


Leave a comment

Up