Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
Alright - I have some HTML code. Is there any convenient way to show the whole world what it is without giving them the code and telling them to go use an HTML-viewer? Perhaps an HTML form sharing website...?
PS: I don't have a website, so don't ask me to publish it there.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
This belongs in Questions And Answers but this is off-topic idk...
Last edited by haze123 (Dec 29 2011 11:05:15 pm)
I are back.
Offline
Alright - I have some HTML code. Is there any convenient way to show the whole world what it is without giving them the code and telling them to go use an HTML-viewer? Perhaps an HTML form sharing website...?
PS: I don't have a website, so don't ask me to publish it there.
Just replace the PHP code in the text box. Hit "Paste" and copy the "HTML" link at the top right of the frame.
^That would work, But if you want, there are lots of free websites creators such as Google sites, webs, wix, etc..
Player Since 2011. I used to make bots and stuff.
Offline
^That would work, But if you want, there are lots of free websites creators such as Google sites, webs, wix, etc..
Yeah I didn't want to create a whole new website just for the html-insert option.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
EE Beast wrote:^That would work, But if you want, there are lots of free websites creators such as Google sites, webs, wix, etc..
Yeah I didn't want to create a whole new website just for the html-insert option.
Yea I figured bass was probably right for one time use and such.
Player Since 2011. I used to make bots and stuff.
Offline
TakoMan02 wrote:Alright - I have some HTML code. Is there any convenient way to show the whole world what it is without giving them the code and telling them to go use an HTML-viewer? Perhaps an HTML form sharing website...?
PS: I don't have a website, so don't ask me to publish it there.
Just replace the PHP code in the text box. Hit "Paste" and copy the "HTML" link at the top right of the frame.
Hm... everything I put in gives a 502 Bad Gateway error - even the beginning example.
And webs won't let me use HTML for the first 7 days of my account.
*sigh*
Last edited by Tako (Dec 30 2011 11:42:23 am)
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
You could always do the view source method.
View Source Code:
<a id="button" onClick='window.location="view-source:" + window.location.href'>View Source</a>
CSS:
#button { padding: 2px; background: dodgerBlue; } /* Alter to your liking, just an example. */
However this does not work in some browsers, but I can show you some other ways that are a little more complex.
Last edited by Maikel (Dec 30 2011 4:02:28 pm)
Use < for < and > for >
<html> would produce <html> when viewed. PHP has a function that does it so I made an itteh bitteh tool with it:
http://failwin.tk/php/utils/htmlencode.d55
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Hmmm... let me think hmmmm...
nope I have no idea what the hell you guys are talking about!
Why did you make that useless post? [warn]
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
Topic closed
[ Started around 1732527561.2591 - Generated in 0.046 seconds, 12 queries executed - Memory usage: 1.55 MiB (Peak: 1.71 MiB) ]