What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Im new to skinning messenger(And new to codding XML)and i need some help.

1 votes - 5 average   Im new to skinning messenger(And new to codding XML)and i need some help.
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: Im new to skinning messenger(And new to codding XML)and i need some help.
ok matt heres what you do open up your 947 styles file the block of code you need to edit is on lines 545 - 549 im using a text editor that shows line numbers (notepad++)

the code will look like this

quote:
Element[class="CommonLabel"]
{
Fontface:rcstr(20071);
Fontsize:rcint(20102)pt;
}


change it to this

quote:
Element[class="CommonLabel"]
{
Foreground:rgb (255,255,255);
Fontface:rcstr(20071);
Fontsize:rcint(20102)pt;
}


this block controls all the text you pointed to, i use 255,255,255 as the rgb reference in the above code which will turn all that text white however you can use whatever colour you prefer in its place

regarding the images at the top 701, 703 & 706 yes they are also in the toasts change these images to a colour you prefer and reference them in your skininfo file in the replace section of your resgroup, toasts are in window 921 so if you wanna use seperate version of these images in the toast edit the 921 styles file

i hope this helps.

This post was edited on 12-21-2007 at 08:51 AM by stuartbennett.
12-21-2007 08:44 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-20-2007 at 06:23 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by John Anderton on 12-20-2007 at 06:32 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 06:50 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by stuartbennett on 12-20-2007 at 07:51 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 10:33 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by stuartbennett on 12-20-2007 at 11:04 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 12:22 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by Nathan on 12-20-2007 at 12:44 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 12:47 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 12:55 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 01:00 PM
RE: RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 01:08 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by CookieRevised on 12-20-2007 at 01:50 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-20-2007 at 04:47 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:16 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:25 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:28 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:29 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:32 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:33 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 01:23 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by CookieRevised on 12-21-2007 at 02:34 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 02:38 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 08:44 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-21-2007 at 09:21 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 10:47 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 10:51 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 10:58 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 11:21 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 11:28 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 12:10 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 12:12 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-21-2007 at 12:23 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 12:58 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 01:44 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 02:35 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 11:11 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-22-2007 at 12:57 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 01:16 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-22-2007 at 01:30 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 01:33 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 08:07 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 09:37 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 10:05 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 10:09 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 11:36 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 03:13 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 04:02 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 08:15 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 11:48 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 11:50 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 12:02 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 12:04 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 12:13 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 12:16 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by vaccination on 12-31-2007 at 08:08 PM
RE: RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 08:57 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by vaccination on 12-31-2007 at 09:14 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 10:50 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-31-2007 at 11:16 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 11:47 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-31-2007 at 11:54 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 01-01-2008 at 09:54 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On