Raised This Month: $ Target: $400
 0% 

website top


Post New Thread Reply   
 
Thread Tools Display Modes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-11-2009 , 19:33   Re: website top
Reply With Quote #11

If the webpage has the DOCTYPE declared the scroll bars will not work.

DOCTYPE declaration:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
It will be the first line in the html. If you are using a web program it could be more difficult to remove, just depends on the program.

If it just an html page that you edit then you can just remove that line.
__________________

Last edited by fysiks; 03-11-2009 at 19:41.
fysiks is offline
Ultralord
Senior Member
Join Date: Oct 2008
Old 03-11-2009 , 20:05   Re: website top
Reply With Quote #12

i want to use that site:

http://gather.noobwars.gr/war/


thnx
Ultralord is offline
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 03-12-2009 , 03:53   Re: website top
Reply With Quote #13

http://forums.alliedmods.net/showthread.php?t=83170

hihi
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-12-2009 , 05:45   Re: website top
Reply With Quote #14

Ok, I noticed on my clans server it works with a DOCTYPE declaration. I found that what does work is this:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
But not this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
Interesting , it doesn't like xhtml.


Quote:
Originally Posted by Ultralord View Post
i want to use that site:

http://gather.noobwars.gr/war/


thnx
I can't see the source of that page. I can only assume that it's declared as xhtml. I'm guessing that will be a hard thing to change. Sorry I can't help.

EDIT:

If you use an iframe it will work with xhtml. Make this file and show it using show_motd():

Code:
<html>
<body>
<iframe src="http://gather.noobwars.gr/war/" width="100%" height="100%">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
__________________

Last edited by fysiks; 03-12-2009 at 06:18.
fysiks is offline
Wentix
Junior Member
Join Date: Jan 2009
Old 03-12-2009 , 08:17   Re: website top
Reply With Quote #15

offtop :-):

anybody knows function in amxx, that equivalent explode() func in php?

http://php.net/explode
Wentix is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-12-2009 , 08:19   Re: website top
Reply With Quote #16

Quote:
Originally Posted by Wentix View Post
offtop :-):

anybody knows function in amxx, that equivalent explode() func in php?

http://php.net/explode
Wow, offtopic is the understatement of the century. Answer: In other threads I've seen "No".

http://forums.alliedmods.net/search....archid=3640937
__________________
fysiks is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode