Author Topic: HTML  (Read 2205 times)

0 Members and 1 Guest are viewing this topic.

Offline MyiEye

  • Soldier
  • **
  • Posts: 166
  • .<><| `Homie
HTML
« on: July 18, 2009, 12:27:13 am »
So I just dipped my nose into HTML and decided to get a site on the web because that made me feel cool! ;D lawl

Anyway I used Free  Websites and it gave me a pretty shweet setup, while I was fiddling with my site I was making a <a href="blah"> tag and forgot the last ". The consequences were that I was able to mess with the banner on the bottom as you can see (as you can see I used <p style=" insted):

My question is: Will I get in trouble for this?
"I gotta live like Jacob more holy less hip, by his grace Sho Baraka gone spit the real, been doing that Reach life before I got the deal, called to make mini-me's till the day that I die, so on my tombstone say, "he didn't die he multiplied"!"                                                  - Sho Baraka

DarkCrusade

  • Guest
Re: HTML
« Reply #1 on: July 18, 2009, 01:06:37 am »
If you forget one syntax sign the Blah will stand for the website in one "grammatical term" with the rest. That may cause errors so I don´t know if you get trouble with it since you can edit what you´ve written.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: HTML
« Reply #2 on: July 18, 2009, 01:09:50 am »
If your hosting company knows what they're doing and is serious, then that'll piss them the hell off.

Fix the syntax errors. That'll lessen their anger and the likelihood of browsers rendering everything incorrectly and fugly'ly.

When you're doing HTML, what you have to watch out for the most is missing quotes and end tags, as they'll screw you over the most.


edit: wait. You're intentionally hiding their credit. That'll piss them off even more than careless mistakes, and may even lead to them kicking you off.
« Last Edit: July 18, 2009, 01:13:53 am by jrgp »
There are other worlds than these

Offline {LAW} Gamer_2k4

  • Flagrunner
  • ****
  • Posts: 560
  • To Wikipedia!
Re: HTML
« Reply #3 on: July 18, 2009, 09:17:01 am »
Just check their terms of service.  If it says, "Users must leave a link to our site in the bottom of each HTML page," you'd better do it.  That sort of thing varies from site to site, though.
Gamer_2k4

Only anime shows I've felt any interest in over the years are Pokemon (original TV series) and various hentai.
so clearly jgrp is a goddamn anime connoisseur. his opinion might as well be law here.

Best Admin: jrgp, he's like the forum mom and a pet dog rolled into one.

Offline ~Niko~

  • Rainbow Warrior
  • *****
  • Posts: 2410
Re: HTML
« Reply #4 on: July 18, 2009, 09:55:14 am »
Plus in the fifth line you put </html> instead of <html>...

Offline MyiEye

  • Soldier
  • **
  • Posts: 166
  • .<><| `Homie
Re: HTML
« Reply #5 on: July 18, 2009, 10:51:22 am »
edit: wait. You're intentionally hiding their credit. That'll piss them off even more than careless mistakes, and may even lead to them kicking you off.
Yeah, with the <p style=" I got rid of the hyperlink and with the <a style="color:green> I changed the text to the same color as the background. I'm guessing I can 'override' the size of the font with CSS and make it 1px....that'd be fun. But yeah, it's only possible because they were nice enough to give me one tiny Hyperlink...so I feel like a bit of an asshole :P

EDIT:
Plus in the fifth line you put </html> instead of <html>...
That's there because it was intended to close my own <html> tag which is higher up (obviously :P) then they added another one and I don't have the knowledge to say why...hehe
« Last Edit: July 18, 2009, 11:10:14 am by MyiEye »
"I gotta live like Jacob more holy less hip, by his grace Sho Baraka gone spit the real, been doing that Reach life before I got the deal, called to make mini-me's till the day that I die, so on my tombstone say, "he didn't die he multiplied"!"                                                  - Sho Baraka

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: HTML
« Reply #6 on: July 18, 2009, 11:14:39 am »
edit: wait. You're intentionally hiding their credit. That'll piss them off even more than careless mistakes, and may even lead to them kicking you off.
Yeah, with the <p style=" I got rid of the hyperlink and with the <a style="color:green> I changed the text to the same color as the background. I'm guessing I can 'override' the size of the font with CSS and make it 1px....that'd be fun. But yeah, it's only possible because they were nice enough to give me one tiny Hyperlink...so I feel like a bit of an asshole :P

EDIT:
Plus in the fifth line you put </html> instead of <html>...
That's there because it was intended to close my own <html> tag which is higher up (obviously :P) then they added another one and I don't have the knowledge to say why...hehe
Yeah, this is a bit asshole'ish of you. Why do it in the first place? Who cares about a little credit to your host.
There are other worlds than these

Offline Kazuki

  • Global Moderator
  • Camper
  • *****
  • Posts: 262
  • European Wonder
Re: HTML
« Reply #7 on: July 18, 2009, 11:25:21 am »
... If you're learning the basics, why not just use Notepad, save it as an HTML file, and open that file using IE / Firefox? You can then upload said file to one of the many websites out there designed specifically for site hosting and it will become a web page.

Offline ~Niko~

  • Rainbow Warrior
  • *****
  • Posts: 2410
Re: HTML
« Reply #8 on: July 18, 2009, 11:28:33 am »
Plus in the fifth line you put </html> instead of <html>...
That's there because it was intended to close my own <html> tag which is higher up (obviously :P) then they added another one and I don't have the knowledge to say why...hehe
There can only be one <html> </html>... I don't know what would happen if you added two.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: HTML
« Reply #9 on: July 18, 2009, 11:31:42 am »
Plus in the fifth line you put </html> instead of <html>...
That's there because it was intended to close my own <html> tag which is higher up (obviously :P) then they added another one and I don't have the knowledge to say why...hehe
There can only be one <html> </html>... I don't know what would happen if you added two.
The browser would try its best at ignoring your fuck up.

... If you're learning the basics, why not just use Notepad, save it as an HTML file, and open that file using IE / Firefox? You can then upload said file to one of the many websites out there designed specifically for site hosting and it will become a web page.
That's not it. He's deliberately using synax errors to hide where it mentions his host.
There are other worlds than these

Offline Kazuki

  • Global Moderator
  • Camper
  • *****
  • Posts: 262
  • European Wonder
Re: HTML
« Reply #10 on: July 18, 2009, 11:43:41 am »
So why not just get a host that is strictly for file uploading and doesn't inject its advertisements into your pages? I remember having one of those several years ago.

Offline 8th_account

  • Soldier
  • **
  • Posts: 237
  • Munitions Support
Re: HTML
« Reply #11 on: July 18, 2009, 02:07:11 pm »
Ian Hickson must be turning in his grave.

Offline MyiEye

  • Soldier
  • **
  • Posts: 166
  • .<><| `Homie
Re: HTML
« Reply #12 on: July 18, 2009, 02:45:18 pm »
Plus in the fifth line you put </html> instead of <html>...
That's there because it was intended to close my own <html> tag which is higher up (obviously :P) then they added another one and I don't have the knowledge to say why...hehe
There can only be one <html> </html>... I don't know what would happen if you added two.
The browser would try its best at ignoring your f**k up.

... If you're learning the basics, why not just use Notepad, save it as an HTML file, and open that file using IE / Firefox? You can then upload said file to one of the many websites out there designed specifically for site hosting and it will become a web page.
That's not it. He's deliberately using synax errors to hide where it mentions his host.
precisely and precisely...and I'm really not truly concerned about the add being there it was just sort of an experiment that started with a mistake that I found very interesting...

Ian Hickson must be turning in his grave.
Yes, I'm sure he is...except he's not in a grave...or am I wrong

Here 'tis should you want to take a look. I changed the font so it's size 1px now...it's right below the "Please come again!"
« Last Edit: July 18, 2009, 03:29:35 pm by MyiEye »
"I gotta live like Jacob more holy less hip, by his grace Sho Baraka gone spit the real, been doing that Reach life before I got the deal, called to make mini-me's till the day that I die, so on my tombstone say, "he didn't die he multiplied"!"                                                  - Sho Baraka

Offline croat1gamer

  • Veteran
  • *****
  • Posts: 1327
  • OMG CHANGING AVATAR!!! ^ω^
Re: HTML
« Reply #13 on: July 18, 2009, 04:03:44 pm »
Whats with the spam banner, as the host banner is much less annoying.
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.

Offline MyiEye

  • Soldier
  • **
  • Posts: 166
  • .<><| `Homie
Re: HTML
« Reply #14 on: July 18, 2009, 04:37:00 pm »
yeah well...50% of the time...adblock'll grab it
"I gotta live like Jacob more holy less hip, by his grace Sho Baraka gone spit the real, been doing that Reach life before I got the deal, called to make mini-me's till the day that I die, so on my tombstone say, "he didn't die he multiplied"!"                                                  - Sho Baraka