Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | 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) |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | 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! |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | 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. |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | 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) |
|