Hiring someone with basic html knowledge

Status
Not open for further replies.

Placa

News Editor
#3
Yeah, exactly how basic? I mean, is it something that can be done if you just take a look at codes off the internet even though you've never touched the stuff and easily take it from there? You might want to make some sort of test to go along with this.
 

Emeralda

Pistis Sophia
#5
I don't have anything test worthy, since all the badly formatted news are fixed when I see them, but here's an example. If you know what's going on it it and could replicate it, you're fit:

The youtube and image codes are supported in a different thread anyway, so if anything, making sure they are the same.

HTML:
<p style="text-align: center;">
	<a href="http://g2anime.net/news226.htm"><img alt="" src="http://g2anime.net/news/upload/imgs/2011-09-14_e4d1e.jpg" style="margin: 0px 1px 20px; border: 1px solid currentColor;" /></a></p>
<p style="text-align: justify;">
	    Image non related. Or is it? Mmm, who knows. Ok, gib, I gib, it's Star Ocean Hope cosplay. The game is soooo cliché, it's target audience are rather young teenagers, yet I still play it. Doesn't matter, Japanese are releasing something to Emmie's interest soon, rawr. Gee, I wonder what could be so awesome that Emmie would be a fan of? Despite what I say, it will be a shocker. It was a rather slow week, especially with me trying to limit games out of Otaku stuff, or others would get sad I don't let them post... yeah, I'll post it anyway later, I'm evul!~</p>
<p style="text-align: justify;">
	In today's episode of Emmie ish awesomez:</p>
<p style="text-align: justify;">
	<a href="http://g2anime.net/news/upload/imgs/2011-09-14_93b66.jpg"><img alt="" src="http://g2anime.net/news/upload/imgs/2011-09-14_a5df0.jpg" style="margin: 1px 12px 1px 0px; border: 1px solid currentColor; float: left;" /></a>    The game I was waiting for years. I totally loved Dead or Alive games, I loved to play it on PS2 with friends, it's the only fighting game I actually like. I could combo the love and tolerance out of you with Helena, rawr. And I QQed so hard when the recent DoA was released only on Xbox360. Evul Microsoft with its evul monehs. But do not despair, for capitalism is here! Studio Team Ninja (developers of the game, while Tecmo is the publisher), announced today that they will be making DoA 5 for PS3 and Xbox360. The release is planned somewhere around 2012, and yeah, I'm soooooooooooooooooooooooo buying it. Have fun being stun locked and countered with my Helena. Oh, and a short preview was just released, it's still hot:</p>
<p style="text-align: justify;">
	 </p>
<div style="margin: 12px auto; border: 1px solid black; width: 620px;">
	<embed allowscriptaccess="always" height="349" src="http://www.youtube.com/v/qsznlg5olBE?modestbranding=1&hd=1&autohide=1&probably_logged_in=0" type="application/x-shockwave-flash" width="620"></embed></div>
<p style="text-align: justify;">
	 </p>

Also, some graphic editing program would be welcome, since you'd need to fix, crop, resize images more than once. The job is pretty much about properly formatting news posts so they don't look ugly. A lot of it will deal with images and unnecessary code. I want to limit the need to use the html code for my news posters, so yeah. Making a post or two once a week would also be one of your duties.

Oh right, there is a graphical and html editor all in one, so you'd have to make sure they look good in both and are properly formatted html and language wise.
 

Placa

News Editor
#6
HTML:
<p style="text-align: center;">
    <a href="http://g2anime.net/news226.htm"><img alt="" src="http://g2anime.net/news/upload/imgs/2011-09-14_e4d1e.jpg" style="margin: 0px 1px 20px; border: 1px solid currentColor;" /></a></p>
An image is centered and given a 1 pixel solid border. The image has a margin around it where there is no margin at the top, a 1 pixel margin on both the left and right sides, and a 20 pixel margin on the bottom. The image itself is a link to the article.

HTML:
<p style="text-align: justify;">
        Image non related. Or is it? Mmm, who knows. Ok, gib, I gib, it's Star Ocean Hope cosplay. The game is soooo cliché, it's target audience are rather young teenagers, yet I still play it. Doesn't matter, Japanese are releasing something to Emmie's interest soon, rawr. Gee, I wonder what could be so awesome that Emmie would be a fan of? Despite what I say, it will be a shocker. It was a rather slow week, especially with me trying to limit games out of Otaku stuff, or others would get sad I don't let them post... yeah, I'll post it anyway later, I'm evul!~</p>
Paragraph is indented 3 times by a set amount. The "e" in cliché is accented. The paragraph is justified.

HTML:
<p style="text-align: justify;">
    In today's episode of Emmie ish awesomez:</p>
Justified paragraph.

HTML:
<p style="text-align: justify;">
    <a href="http://g2anime.net/news/upload/imgs/2011-09-14_93b66.jpg"><img alt="" src="http://g2anime.net/news/upload/imgs/2011-09-14_a5df0.jpg" style="margin: 1px 12px 1px 0px; border: 1px solid currentColor; float: left;" /></a>    The game I was waiting for years. I totally loved Dead or Alive games, I loved to play it on PS2 with friends, it's the only fighting game I actually like. I could combo the love and tolerance out of you with Helena, rawr. And I QQed so hard when the recent DoA was released only on Xbox360. Evul Microsoft with its evul monehs. But do not despair, for capitalism is here! Studio Team Ninja (developers of the game, while Tecmo is the publisher), announced today that they will be making DoA 5 for PS3 and Xbox360. The release is planned somewhere around 2012, and yeah, I'm soooooooooooooooooooooooo buying it. Have fun being stun locked and countered with my Helena. Oh, and a short preview was just released, it's still hot:</p>
Justified Paragraph. The image is given a 1 pixel solid border. The image is given a margin: 1 pixel at the top, 12 pixels on the left, 1 pixel on the right, 0 pixels on the bottom. The image is floating. The image is a link to the image itself :wacko: First line of text is indented 3 times by a set amount.

HTML:
<p style="text-align: justify;">
     </p>
Justified paragraph with no text.

HTML:
<div style="margin: 12px auto; border: 1px solid black; width: 620px;">
    <embed allowscriptaccess="always" height="349" src="http://www.youtube.com/v/qsznlg5olBE?modestbranding=1&hd=1&autohide=1&probably_logged_in=0" type="application/x-shockwave-flash" width="620"></embed></div>
Divided section. Has a margin of 12 pixels all around. 1 pixel solid black border. 620 pixel wide division. YouTube video within the division that is 620 pixels wide.

HTML:
<p style="text-align: justify;">
     </p>
Another justfied textless paragraph.

Do I get the job?
 
Status
Not open for further replies.