how do i remove scrollbars from the browser window i know its html or javascript code but i dont know what to type in and where to type it;/
thanks
how do i remove scrollbars from the browser window i know its html or javascript code but i dont know what to type in and where to type it;/
thanks
make your body tag say
<body scroll="no">
thanks for that it worked but it looks like it is tiling my background image
well if you have
<body bg="image.gif">
then its going to tile that image.
If you dont want a background image to tile, set up a stylesheet in your page to redefine the BODY tag like so:
<style type="text/css">
<!--
BODY {
background-image: url(/path/to/image/background.gif);
background-repeat: no-repeat;
}
-->
</style>
Hope that helps.
Cheers
Julian
[SIZE=1]JMS Media[/SIZE]
:: Copyright KIRUPA 2024 //--