Search results

  1. O

    noob needs more help

    I have yet to learn CSS (next on my list of things to do) and that is probably why I couldnt figure out how to pull it off (Im still thinking html). I will give that a try and see how it works. Thanks.
  2. O

    noob needs more help

    on my practice web page (non-server, just on desktop) I have created a horizontal table at the bottom with each collumn containing a link. I have been trying to change the color of the link texts to "yellowgreen", but whenever I manage to change their color, the text no longer becomes a link...
  3. O

    Total noob needs help

    Im going to see if I can fiddle my way around it. If not, im just going to continue with the tutorial. :rolleyes:
  4. O

    Total noob needs help

    I think I have identified the problem. I am practicing this on a computer at work and I think IT has the computer set to block jpeg and gif files from being opened because when I try to open it by itself, its says that its not able to open the file. I have tried this with several random images...
  5. O

    Total noob needs help

    sorry, I was testing different things with that tag and forgot to reconvert it back to its original format. the original looked like this: <html> <head> <title> Octapulse.com </title> </head> <body> <h1> <center><b>Welcome to Octapulse.com!</B> </center> </h1> <p>In this adventure to...
  6. O

    Total noob needs help

    I tried all of those suggestions and I still cant get the image to appear. Here is the full html file for the page I am learning to create: <html> <head> <title> Octapulse.com </title> </head> <body> <h1> <center><b>Welcome to Octapulse.com!</B> </center> </h1> <p>In this adventure...
  7. O

    Total noob needs help

    so, if I move the image file into the same folder (or in this case, the file is on the desktop), then it will display the file without any extra extensions? Im going to try that and see what happens.
  8. O

    Total noob needs help

    Hello, I am new to this forum and I need some help. I just started learning html with the intent of learning how to do web design. I have been going through a tutorial and I am creating my first page. My problem is this: I am trying to insert an image into my page and I am using the tag...
Top