Recent content by Jessica83

  1. J

    PHP code to display picture and picture information?

    I'm using PHP code to display a picture on it's own page (from thumbnail to larger size) <?php echo $_GET['name']; ?> I would like to also display information to go with this text. Anyone have any thoughts on how to do this without using mysql or do I need to dig into that?
  2. J

    HTML table alignment help?

    Did you try playing with the top margin on your stylesheet? Without looking at the code it seems like a quick fix for your problem.
Back
Top