• Hi there,

    My site is no where near finished yet, however I just want to see if you guys and gals like what you see so far and what I should improve.

    Link: https://apps.thatrule.com/

    As I previously mentioned the most part is not yet finished, but if you could give me some feedback on the home page that would be great! Also any ideas on how to brighten up the post pages (single.php)?

    Thanks in advance

    p.s: I’m only just 14, so if there are any errors on some pieces of code that’s why and also I’m terrible at php- really need to start learning it! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tlw22

    (@tlw22)

    Is my site really that bad! After nearly 2 days no one has commented their opinions? ??

    Its not bad, it just doesn’t appear to have anything on it. Work on it a little more and then resubmit.

    Thread Starter tlw22

    (@tlw22)

    What more would you like to see (other than content)?

    Just a small thing, the image that you are using for one of your articles on the front page. The size that is being displayed is 225×150, however the image being displayed there is 1680×1050, for faster page loading you should always have the image of the file the same dimensions as image placeholder.

    Also the code for that line is a bit weird as well, this (below) is the html line displaying the image, where you are declaring the height and width of the image, yet in the css file you specify a different height/width. As this isn’t generating issues at the moment, it might perhaps make some older browsers freak out.

    <img height=”1050″ width=”1680″ title=”01040_fjordofart_1680x1050″ alt=”01040_fjordofart_1680x1050″ class=”attachment-first-post wp-post-image” src=”https://apps.thatrule.com/wp-content/uploads/2010/07/01040_fjordofart_1680x1050.jpg”&gt;

    Thread Starter tlw22

    (@tlw22)

    Ok, thanks I’ll have a play around with the code and see if I can get rid of the height and width tags. Are there any things you dislike about the appearance?

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feedback Please?’ is closed to new replies.