Recent content by whatispunk

  1. W

    I have an HTML project that I am having trouble figuring out.?

    First of all, DON'T USE FRAMES!! If your teacher or prof or whatever expects you to do so, tell them to pick up a book about modern HTML practices. No one uses frames anymore. You could use CSS to do this. <html> <style type="text/css"> .Box { height: 200px; overflow:hidden;} .Top {...
  2. W

    I have an HTML project that I am having trouble figuring out.?

    First of all, DON'T USE FRAMES!! If your teacher or prof or whatever expects you to do so, tell them to pick up a book about modern HTML practices. No one uses frames anymore. You could use CSS to do this. <html> <style type="text/css"> .Box { height: 200px; overflow:hidden;} .Top {...
Back
Top