Recent content by RobotGymnast

  1. R

    What HTML tag is different?

    One italicizes, One changes it to fixed-width text One changes it to fixed-width text One bolds. I have to say, I can't tell which one doesn't belong. I looked for deprecation, but none of them seem to be deprecated either.
  2. R

    help with html editor please?

    You go to your web host, find a file manager, and click "upload file". If that's not available, try creating a new page in your file manager and pasting in the source code of the page you created.
  3. R

    Hyperlink cell in html table?

    As posted above, I don't believe it can be done without JavaScript. Yeah, you could do <td onclick="window.location='[link]'">, that would probably be easiest. Then you can do <td style="cursor:pointer">
Back
Top