• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Page getting resized

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ranchers,

I am working on one xsl file where I need to display registration block or login block depending upon the some condition. I am doing that with <xsl:choose> tag.

Now, my registration block is vertically long and login block is short. So when login block is being displayed it shows white page below that block. Looks like it is resizing that everything. something similar to cutting the page in half and displaying it.

I have very begginner skills in html and not able to figure out how should I debug it.
I am not setting any table with width/height. Its a sequential display and I want to display that page till end of the screen filled with background color .

I would really appreciate any help on this.

Thanks in advance.
Vivian
 
Sheriff
Posts: 28344
97
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are using XSLT to generate HTML, but you don't quite know what HTML you should be generating? Then you have a question about HTML. Get that answered, then write the XSLT to generate the desired HTML. If you still have a problem, then it's an XSLT question.

In the meantime, it's an HTML question. Moving to the HTML forum...
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic