256 Posted Topics

Member Avatar for preist

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 …

Member Avatar for FC Jamison
0
123
Member Avatar for thescorp

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.

Member Avatar for FC Jamison
0
139
Member Avatar for leeboy120
Member Avatar for FC Jamison
0
65
Member Avatar for Mushy-pea

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]

Member Avatar for FC Jamison
0
171
Member Avatar for drahmani

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.

Member Avatar for FC Jamison
0
289
Member Avatar for tefflox

The CSS style you want to eliminate the border around images in an anchor tag is: a img { border: none }

Member Avatar for tefflox
0
69

The End.