256 Posted Topics
Re: ssuming the foregoing is correct, here is a script that will center the content of a Web pabe both horizontally and vertically between a header and footer, as long as the content is smaller than the window height. If the content, including header and footer, exceeds the window height, the … | |
Re: I use Dreamweaver, but almost exclusively in code mode. It's really nice to have all of the attributes pop up for you and it saves a lot of typing time. I've tried design mode, but I hate the way it makes my code look. | |
Re: Can we see the page so we can get an idea of what you are talking about? | |
Re: Use this code for each link you want to pop up in a new window: [code] <a href="javascript: window.open('test2.html',null, 'height=200,width=400,status=yes,toolbar=no,menubar=no,location=no'); self.close();">test</a> [/code] | |
Re: Go to the Run box on the Start Menu and type in: sfc /scannow This command will immediately initiate the Windows File Protection service to scan all protected files and verify their integrity, replacing any files with which it finds a problem. You can also try reinstalling internet explorer. | |
Re: The CSS style you want to eliminate the border around images in an anchor tag is: a img { border: none } |
The End.