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: Layouts and Reports Page: 1  Previous   Next
HTML Window Scroll Bar
Author Message
DVD Profiler Unlimited Registrantjeepmanblair
Registered: May 11, 2007
Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I'm working on a little HTML window and I can't seem to get rid of the vertical scroll bar even though it is dimmed out and unusable. Does anyone know of a way???



Also, I am working on replacing the audio/video section. I want to keep the default icons for aspect ratio. What i've done so far is go through and screen capture all of the different aspect ratio icons (shown) and save them as


1.33.jpg

1.66.jpg

2.30.jpg
etc.

I am using "if / else" statements to read:

<DP NAME="VIDFORMATS" Ratios="yes">

This determines which image to load. What I am wondering is if there is an better way. In the reports section there is a very customizable aspect ratio icon.



My goal is to have one "window" (no scroll bars) with the A/V info plus the location and the IMDB link.

Now that i'm going, here's another. Why is it that a window by itself always has a title bar attached to it but if you tab two together the title bar dissapears??? It is a MUCH cleaner look without the title bar. I would really like for it (my HTML window) to be without a title bar or any tabs.

Any help would be great.

Many thanks,  Blair
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
to remove scrollbars make sure the body has scroll="no" in it. That should work.

ie:  <BODY scroll="no">
DVD Profiler Unlimited Registrantjeepmanblair
Registered: May 11, 2007
Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
One down, the ' scroll="no" ' worked perfectly.

Thank you.
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
Thanks for the great tip, northbloke. Already used it in one of my HTML windows too...

Well, almost, I changed it to
<BODY scroll="auto">
so that the scroll bar will appear, when content demands it...
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
Quoting ya_shin:
Quote:
Thanks for the great tip, northbloke. Already used it in one of my HTML windows too...

Well, almost, I changed it to
<BODY scroll="auto">
so that the scroll bar will appear, when content demands it...


Cool. I didn't know about that one, I just thought it was a yes/no situation.
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next