![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
'">\n'); |
#3
| |||
| |||
|
|
In a web page I have created I have included a .js file in the body section of the page with the below JavaScript code. The code works fine, but creates an extrra blank line at the bottom of the web page! Does anyone know why this is happening? Any help kindly appreciated Tobierre Code:
|
#4
| |||
| |||
|
|
"Tobierre" <No-Reply (AT) hotmail (DOT) com> wrote: In a web page I have created I have included a .js file in the body section of the page with the below JavaScript code. The code works fine, but creates an extrra blank line at the bottom of the web page! Does anyone know why this is happening? Any help kindly appreciated Tobierre Code:
Remove the "\n" at the end of the code. -- Spartanicus |
|
"Tobierre" <No-Reply (AT) hotmail (DOT) com> wrote: In a web page I have created I have included a .js file in the body section of the page with the below JavaScript code. The code works fine, but creates an extrra blank line at the bottom of the web page! Does anyone know why this is happening? Any help kindly appreciated Tobierre Code:
Remove the "\n" at the end of the code. -- Spartanicus |
#5
| |||
| |||
|
|
The code works fine, but creates an extrra blank line at the bottom of the web page! |
|
document.write('<img width="1" height="1" src="http://www.mydomain.com/log_analysis_screen_info.gif?' + 'width=' + screen.width + '&height=' + screen.height + '&depth=' + screen.colorDepth + '">\n'); |
#6
| |||
| |||
|
|
The code works fine, but creates an extrra blank line at the bottom of the web page! document.write('<img width="1" height="1" src="http://www.mydomain.com/log_analysis_screen_info.gif?' + 'width=' + screen.width + '&height=' + screen.height + '&depth=' + screen.colorDepth + '">\n'); I'm guessing a HTML image would also create that space (because of line-height). If so, do this: CSS: .script img { display: block } HTML: div class="script" script type="text/javascript" // Your code /script /div |
![]() |
| Thread Tools | |
| Display Modes | |
| |