Author Topic: The Thin White Line (skin question)  (Read 5296 times)

0 Members and 1 Guest are viewing this topic.

Offline Melmoth

  • User
  • ***
  • Posts: 50
    • View Profile
The Thin White Line (skin question)
« on: February 18, 2013, 11:27:29 am »
Hi everybody.

I have been skinning again and I have created a mysterious white line around one section (an <imagelist>). I have no idea why it is there or where it came from. Notepad++ failed to indent it properly with pretty print, see code below. Does anyone have any idea how to make it disappear?

Code: [Select]
                <section>
<color>$333333></color>
<border shape="rect">
<color>$333333</color>
</border>
<row>
<column valign="center">
<imagelist height="200" cwidth="120" halign="center">
<border shape="none"/>
<color>$333333</color>
</imagelist>
</column>
</row>
</section>


Thanks in advance!

Ups, almost forgot: Win 7 x64, PVD 1.0.2.3 Beta (portable)

[attachment deleted by admin]
« Last Edit: February 18, 2013, 11:39:04 am by Melmoth »

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: The Thin White Line (skin question)
« Reply #1 on: February 20, 2013, 09:23:04 am »
Quote
I have created a mysterious white line around one section...

It's a section border. You'll have to place the imagelist in the main section to eliminate it.

Offline Melmoth

  • User
  • ***
  • Posts: 50
    • View Profile
Re: The Thin White Line (skin question)
« Reply #2 on: March 06, 2013, 12:52:36 pm »
Sorry for the delay, I'm very busy... all work and no play makes Jack a dull boy....

And of course: thanks for your reply!

But: I'm not sure what you mean since I have no main section. There are multiple sections, first one is the title box, second the two-column main info section (with nested sections), then custom section, screenshot section, etc...
As far as I remember a main section (like opening a section at the beginning of the skin and closing it at the bottom and everything nested inside) drove me crazy and lead to strange results. So I think I abandonded this idea to tame the xml-chaos I've created along the road.

Or maybe I did not get your idea...

Thanks in advance!