Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by niche

  1. Your code has a few width defined in pixels, but mostly 100% widths.

    I'd start there.  Take every thing out and start putting it all back in one element at a time.

    And, use your developer tools so you can actually see where the problem is.

    Judging on those 100% widths, I'd say, mobile was an after thought.

    EDIT:

    I just displayed your code.  All those inline styles are definitely going to be a problem.  Especially, at 100%.  Best to abstract em out into a stylesheet.

  2. FYI, my experience is your code will be tied to the version of the browser you're currently using when it comes to printing a page.  A version or to down the road, and your code may not work, as intended.

    Having said that, are you really talking about printing a page of displaying a page?

       

  3. If you won't EVER have to develop your project, my answer is probably no, no MVC needed.

    If you WILL develop your project, my answer is probably yes, yes MVC is a good idea.

    Else, spaghetti. 

     

     

     

  4. That's a start.  This is the place to learn some of the other scripting languages you'll need to know and work out the bugs in the code that you'll need to write.

    • Like 1
  5. Please read our guidelines:

    • [topics] Must be a Specific Problem or Question related to web design and developmen

    Do you code?

    • Thanks 1
×
×
  • Create New...