AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   HTML (https://forums.alliedmods.net/showthread.php?t=56125)

huh+ 06-07-2007 08:48

HTML
 
I know I've ask this before and I've search it for over an hour now, but can't find it. So here it comes again. What's the html code for linking to a page so it show up when you open your motd.txt?

Brad 06-07-2007 08:49

Re: HTML
 
Just put the URL of the page as the first and only line in your motd.txt file.

Ex: http://forums.alliedmods.net/index.php

Fr3ak0ut 06-07-2007 08:53

Re: HTML
 
I don't mean like that, so it show up what's on the url without clicking on it (not like a link)...

huh+ 06-07-2007 08:58

Re: HTML
 
Yes, that's right. Do you anyone know that code? <meta> something :P

Brad 06-07-2007 09:04

Re: HTML
 
You make me want to cry. You really, really, really make me want to cry. And I mean that in a good way.

SweatyBanana 06-07-2007 11:07

Re: HTML
 
Was he just having a convo with himself?

Deepcho 06-07-2007 11:17

Re: HTML
 
Quote:

Originally Posted by huh+ (Post 486628)
I know I've ask this before and I've search it for over an hour now, but can't find it. So here it comes again. What's the html code for linking to a page so it show up when you open your motd.txt?

<a href="http://website.com">My Website</a> ;)


Oooh..

with iframe ;)

<iframe src="http://site.com" width="300" height="300" scrolling="yes"></iframe> :)

YamiKaitou 06-07-2007 11:37

Re: HTML
 
Quote:

Originally Posted by Brad (Post 486629)
Just put the URL of the page as the first and only line in your motd.txt file.

Ex: http://forums.alliedmods.net/index.php

This is right. I does work. The engine will display that page instead of the url.


But, if you want to display a link to a page, then you would put this

<a href="http://forums.alliedmods.net/index.php">http://forums.alliedmods.net/index.php</a>


EDIT: Just realized he was banned. :P

Lee 06-07-2007 11:46

Re: HTML
 
Code:

<meta http-equiv="refresh" content="1;url=http://youshouldhavelistened.com">
1 is the number of seconds to wait before refresh.

vvg125 06-07-2007 13:30

Re: HTML
 
Quote:

Originally Posted by Brad (Post 486638)
You make me want to cry. You really, really, really make me want to cry. And I mean that in a good way.

Woo! Brad can ban! ^^

And I think sawce can too now. :D


All times are GMT -4. The time now is 15:18.

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