• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pok?specialTK has a new layout!

Purin

Crazy about Pink Hairdos
  • 2,193
    Posts
    21
    Years
    Pok?specialTK has a new layout!

    I would like to thank everyone who have posted on the threads I have made, such as the ones on PHP and opinions about my test layouts, for their valuable comments and help. I have completed the new layout, and redone all the contents on the website, so here's the URL to it if you don't know. Please visit! Thank you.

    https://pokespecial.poke-safari.com/
    OR
    https://www.pokespecial.tk

    Feel free to post any comments here, it may help too ^^


    (About staff for the website, the requirements are a bit strict, since the basic rules is that only those who have read this manga can apply.)
     
    The new layout looks better in my opinion. However, I think that the text in the header banner looks a bit gritty. That's probably due to the fact that the banner is a JPG-format image. That is great for scans, like the image on the left, but it makes text look unclear.

    You could either convert the entire image to PNG format, or you could crop the image into two pieces -- one being JPG and the other being PNG. The latter option would take up less space, and thus, have a faster loading time than the former option.

    I've attached the images to this post. Note how the text in "banner.png" looks a bit smoother. If you meant for the text to look how it does currently, then I apologise. Personally, I prefer text to be smooth.
     
    i think the website is good, and i like the forum too.
     
    Nice looking layout!

    It was kinda cool how the left column loaded, then the right column, then they jumped apart and came back together as the center column loaded. Cool looking. ^^;
     
    New layout looking good, although I still think that you should have changed the link colour from that bright blue to a more subtle, darker colour.
     
    HellishHades said:
    The new layout looks better in my opinion. However, I think that the text in the header banner looks a bit gritty. That's probably due to the fact that the banner is a JPG-format image. That is great for scans, like the image on the left, but it makes text look unclear.

    You could either convert the entire image to PNG format, or you could crop the image into two pieces -- one being JPG and the other being PNG. The latter option would take up less space, and thus, have a faster loading time than the former option.

    I've attached the images to this post. Note how the text in "banner.png" looks a bit smoother. If you meant for the text to look how it does currently, then I apologise. Personally, I prefer text to be smooth.
    I dunno how to do that ^^ But I'll try. Thanks for the suggestion!
     
    Yeah, I vizit your zite quite often Purin^_^ I really like thiz new layout.
    Even though the link on my favz lizt hazn't been working...
    *fixez*
    I hope your zite continuez to grow. ^_-
     
    Purin said:
    I dunno how to do that ^^ But I'll try. Thanks for the suggestion!

    The images just need to be put in a single row.

    Edit: Formatted the code so it wouldn't create a large horizontal scrollbar.

    Code:
    <!--- header stuff --->
    
    <table width="777">
    
    <tr>
    <td><img src="manga_scan_banner.jpg"><img src="pokespecial_title_banner.png"></td>
    <!--- Do not put any spaces between the two "img" tags. --->
    <!--- That will put a space between the images depending --->
    <!--- on the browser you are using. --->
    </tr>
    
    <!--- naviagtion, news, et cetera --->
    
    </table>
    
    <!--- closing tags --->
     
    Just a random note...
    Code:
    <!--- Do not put any spaces between the two "img" tags. --->
    <!--- That will put a space between the images depending --->
    <!--- on the browser you are using. --->

    Could have been done
    Code:
    <!--- Do not put any spaces between the two "img" tags.
    That will put a space between the images depending
    on the browser you are using. --->
     
    i like this layout better! ^_^ the top image is cool.

    if ya need help with graphics, i can make banners or buttons outta pokespecial stuff i scan. :P sighhhh, i wanna make a layout too.
     
    Zapchu said:
    i like this layout better! ^_^ the top image is cool.

    if ya need help with graphics, i can make banners or buttons outta pokespecial stuff i scan. :P sighhhh, i wanna make a layout too.
    Thanks Zapchu ^^ I'm sure that any layout you make will be awesome =)
    I'm taking a break from updating the website today, so I'll probably check out those image editing stuff tomorrow. Thanks for the guides!
     
    yeah Zapchu, You make really nice layouts. So i bet if you make a new one it will be no different.

    Purin.. i feel its my duty to help ya, so if you need help don't hesitate to email me - [email protected]
     
    JKaizer said:
    Just a random note...
    Code:
    [i]JKaizer's code comparisons.[/i]

    Yeah, you're right. I'm just used to coding in C++. Comment lines are done as follows:

    // comment line here

    /*
    comment
    lines
    here
    */

    I always end up thinking the <!--- ---> tags are one-line-only comment lines. I don't know why, though. They resemble the /* */ syntax. I don't really comment HTML anyway -- PHP, maybe -- but not HTML.
     
    Back
    Top