PDA

View Full Version : Coloured skin appears black in skinviewer.


pSJP
19 Jan 2002, 10:40 AM
Coloured skin appears black in skinviewer.
IT'S TOTALY BLACK Look at the attachmend

Md
19 Jan 2002, 10:47 AM
Then it ain't coded properly. Perhaps the image isn't being linked to, you may want to check that.

Or zip it up and send it to me and I'll have a quick look for you.

pSJP
19 Jan 2002, 10:52 AM
I don't know your e-mail so I'm just posting it as an attachmend

Md
19 Jan 2002, 11:11 AM
Ok, first problem is your trillian.dtd file.

The information that is in here NEEDS to be left in there.

The only items you should delete from another persons DTD file are the Entity tags, which you've got one.

Which leads me to problem 2. :)

You have 2 xml files. You've only linked to one. The Buddylist file. You need to add another entity tag for your files.xml file. Ever additional file you have, you'll need a link to in the DTD, otherwise, it won't get loaded.

Move along to problem 3. %-)
The Trillian.XML file.

You've only got & buddylist ;

With the new entity tag to the files.xml file, you'll need a & files ; entry.

DTD will load the content with the entity tags, but you choose when you want to use that with the & blah ; comments.

So basically, it was loading the Trillian.xml file and loaded your stuff, but there were no graphics loaded cause there was no link to the file which calls it, additionally, if you did have an &files; with no link in the DTD file to your files.xml file, you would have received an error.

Attached is the fixed up version, however, now that the graphics are loading, you may want to check your positioning of those graphics ;)

pSJP
19 Jan 2002, 11:22 AM
thnx Md

Md
19 Jan 2002, 11:25 AM
No problemo :)