Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1 2  Previous   Next
Background color for overview in standard layout
Author Message
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,432
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting sugarjoe:
Quote:
That was very helpful, thank you very much.

If I now want the color to be from a darker blue to a lighter blue like in the Invelos Default Layout, does anybody how to do that in HTML?


Unless you want to get all fancy with the CSS (which would be a good thing, though), you can just use
<body bgcolor="#D5E8EE">
The code behind the # is the number you can see in the ColorDetector program you downloaded earlier.

Quoting SH84:
Quote:
That's not necessary, just add your picture to the "Images" tab and add it directly to your CSS:

Doh! Thanks for reminding of that. Will be useful in the future, I am sure.
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting SH84:
Quote:
Quote:
var image = DP_ProgramPathDatabase + "Bilar.jpg";

That's not necessary, just add your picture to the "Images" tab and add it directly to your CSS:

Quote:
<HTML>
<HEAD>
<STYLE>
BODY {
  font: 8pt/12pt Verdana;
  background-repeat: repeat-y;
  background-image:url($DPIMAGES.Bilar.jpg);
}
</STYLE>
</HEAD>
<BODY>
<DP NAME="OVERVIEW">
</BODY>
</HTML>

And you don't need the Header_Vars if you use the <DP NAME="OVERVIEW"> tag...

That is much better for this problem! :thumbsup:

@RossRoy: np. Overview looks very good! Nice to see "EPGL" there did you by any chance catch the update?

@ya_shin: Once one get into the ways of CSS vs editing each HTML tag... it's hard to give it up! 
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
Quoting xyrano:
Quote:
@RossRoy: np. Overview looks very good! Nice to see "EPGL" there did you by any chance catch the update?


Yep, I got the 1.1 update of your script! Works like a charm, I'm really enjoying the EPG a lot more than before, now with the HTML windows.
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,432
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting xyrano:
Quote:
@ya_shin: Once one get into the ways of CSS vs editing each HTML tag... it's hard to give it up! 

I know, I am using the little knowledge I have for my website (which is very simple in itself).

But I wasn't sure how much the user knows about this stuff and for just changing the color of the background, it shouldn;t be necessary to start the CSS...
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1 2  Previous   Next