Recent content by Paolo Jay

  1. P

    HTML: How to nowrap two images next to eachother?

    Try to revise your code: <tr><td style="white-space: nowrap"><img src=......><img src=.....></td></tr> I hope this could help.
  2. P

    HTML: How to nowrap two images next to eachother?

    Try to revise your code: <tr><td style="white-space: nowrap"><img src=......><img src=.....></td></tr> I hope this could help.
  3. P

    PHP String or not String?

    I have this simple form in PHP and I have this one big problem: I want the "First Name" and "Last Name" should only be STRING(no special characters and numbers) if I submitted the form. Otherwise, it will output "You've entered an invalid string." What's the efficient code for this one? HELP...
Back
Top