Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

Web and HTML

hi,

I am trying to customise a web application to suit our own corporate idendity and i wanted to remove the right hand grey pane on the index page but it seems to rely on a file called uifstatus.html and whenever i edit it it messes everything up, maybe i am not doing it properly..

All the htmls seemed to be dependent on each other, alli want to do is remove the right handgrey pane i have uploaded the webfiles.
barix.zip
Avatar of h4mi
h4mi
Flag of Sweden image

There is no right hand pane in the provided example. It's all blank. Could you specify further which file in the zip attachment is giving you the unwanted design?
Avatar of jonathanduane2010
jonathanduane2010

ASKER

sorry here you go
New-folder.zip
If you just want to remove the grey portion go to this file: uifstatus.html

and change the code to this:


<html>
<frameset cols="680,*" frameborder="NO" border="0" framespacing="0">
  <frame src="uistatus.html" marginwidth=5 marginheight=5 frameborder=0 framespacing=0>>
  </frameset><noframes></noframes>
</html>

that will remove the grey pane, if you want to fill it with something else that might be a different problem.
thanks a mill how do i get rid of the scrolling bar?? i dont want to fill it with anything else.
ASKER CERTIFIED SOLUTION
Avatar of h4mi
h4mi
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial