Log in

View Full Version : Help With Window!


asddsa
02-29-2004, 01:12 AM
Hi, Our website address is http://www.bluenosesonline.com, however when the site is viewed in the window we are going to use it puts a horizontal scrollbar on the bottom of the window.

I know the forum will fit in to the window because the I have opened the forums up using the address http://www.bluenosesonline.com/forum/ and it has resized to smaller than the window it opens up in on the website.

This is very annoying as the whole point of the window is to make the site look smarter!

If anyone has any idea on how to get rid of the scroll bar, please let me know!

Cheers!

asddsa
02-29-2004, 01:27 AM
Ok, i think i've found the problem, but how do I locate it? I think it is:

"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"

But how do I delete that from the forum?

asddsa
02-29-2004, 11:32 PM
Sorted.

For anyone with the same problem, search and delete "$stylevar[htmldoctype]" in all templates.

filburt1
03-01-2004, 12:53 AM
Sorted.

For anyone with the same problem, search and delete "$stylevar[htmldoctype]" in all templates.
That would be unwise. By doing so, you don't let the browser know the DTD of the document so it has to guess at how to render some parts.

SCN
05-22-2004, 01:38 PM
Hi found a solution...

set your frame scrolling to yes instead auto

A php example looks like this

echo "<frame src='./stock-board/index.php3' name='content' scrolling='yes' title='content' noresize frameborder='0'>";

Cheers Bernd