Jump to content

Khai

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Khai

  1. I see. Well, it's not really about the coding aspect, since I'm not THAT great at coding. It's more about my skills in UI design. I understand what you mean though. So I guess it's not enough to just have nice UI examples? I've never really thought deeply about how to stand out, but I'm doing the best I can. What I want a client to look at is how good my UI skills are after taking a look at the portfolio page, not coding.

  2. Hello! I'm new here and I have a question regarding footer placement.This is not about slapping a footer to the bottom, it's about where to put the footer tag in the HTML document.I'm not sure weather it's alright to put it inside a wrapper, or outside. For example... ....<div id="site_wrapper"> <div id="footer">Info</div> --------------- Should the footer be inside? </div> <div id="footer">Info</div> --------------- Or outside?</body></html> This might be a dumb and simple question. But I can't seem to find which approach is better - or does it even matter? Thanks.

×
×
  • Create New...