Search results

  1. W

    Is it ok to just not care about the environment?

    I mean, I recycle like a good citizen and turn my lights off for the electric bill, but honestly I feel no enthusiasm whatsoever for protecting the environment. No interest at all.
  2. W

    Easy net ionic equation help?

    When HNO3 is added to an aqueous solution containing BaCO3 (s), it dissolves. What is the net ionic equation for this reaction?
  3. W

    HTML code help? Picture on the left side of a table?

    What is the exact code for a picture to the left side of a table?
  4. W

    HTML code help? Pictures?

    How do you place pictures on both the left and right sides of a table? I still want the writing in the table centered but I also want pictures on both sides of the tables that are stacked one on top of the other. If possible, I want to avoid using the table code.
  5. W

    HTML ? How do you wrap an image around a table?

    I need to know the exact HTML code. All I know is that it has something to do with css and float.
  6. W

    HTML scroll box code? Side-by-side?

    I want to create two scroll boxes that is side by side. I already know that the code for a scroll bar is <div style="height:120px;width:250px;font:16p… Georgia, Garamond, Serif;overflow:scroll;"> TEXT HERE </div> but what is the code to make two scroll boxes side-by-side and centered?
  7. W

    URGENT HELP? How come my HTML code works in firefox and not in internet explorer?

    In firefox, my HTML code works but when I try with internet explorer, all I get is a blank page. Why? How can I fix it so it works in Internet Explorer?
  8. W

    URGENT HELP? How come my HTML code works in firefox and not in internet explorer?

    In firefox, my HTML code works but when I try with internet explorer, all I get is a blank page. Why? How can I fix it so it works in Internet Explorer?
  9. W

    HTML code help? Pictures?

    For a webpage, I have a picture centered. However, I also want to have writing on both the left-hand and right-hand side of the picture. How do I do that? Can you give an example of the code?
  10. W

    Help? Fix my HTML code?

    Here is my code. <H10><li><a href="1. Open this first.html">All about me</a> <a href="Resume.html">Resume</a> <a href="">Programs I learned</a> <a href="">Best Work</a> </li> However, it looks like # All about me Resume Programs I learned Best Work . I want it to have spaces between the me and...
  11. W

    HTML help with codes?

    Here is my code. <H10><li><a href="1. Open this first.html">All about me</a> <a href="Resume.html">Resume</a> <a href="">Programs I learned</a> <a href="">Best Work</a> </li> However, it looks like # All about me Resume Programs I learned Best Work . I want it to have spaces between the me...
  12. W

    Fix my HTML / CSS code?

    <html> <HEAD> <STYLE TYPE="text/css"> <!-- BODY {background-color: #AFEEEE;} A:link {color: #FF3333;} A:visited {color: #9900CC;} H1 {font-size: 60pt; font-family: monotype Corsiva; color: #3333FF;} H2 {font-size: 24pt; font-family: times new roman; color: #FF3300;} H3 {font-size: 18pt...
  13. W

    HELP?? HTML linking websites?

    I got to link webpages onto a website using notepad. I know how to do so if the websites are published but the webpages I want to link are not published (I made them myself) How do you do that? Also, it has to work on another computer as well.
Back
Top