Wednesday, August 5, 2009

HTML Practical Problems

1. Line spacing in Firefox is more than that in IE. How can we solve it.

Get rid of spans and use div tags with a css style sheet.

2. To change the size of the text

Use inline style sheet

span style="font-weight: normal;"

3. How can I change the text field background on onSubmit?
http://www.webdeveloper.com/forum/showthread.php?t=85422

4. How can I go back to the previous page from the current page ?
< href="javascript:history.back(-1);">Back < /a >

5. How to include a file up one level in php.