Search results

  1. T

    HTML/CSS how do i define a class link in css?

    i'm trying to create a margin for a link in css, but idon't know how to define the link class in css
  2. T

    HTML/CSS Help Moving Text up top.?

    <body> <img src="Pix/First Logo copy.jpg" width="1253" height="301" class=MainImg /> <img src="Pix/Tank Pull.jpg" width="303" class=FloatRight /> <img src="Pix/Oil Water.jpg" width="302" height="242" class=FloatRight /> <img src="Pix/Man Working.jpg" width="303" height="245" class=FloatRight />...
  3. T

    HTML/CSS help, with moving text?

    <body> <div style="color:#FFFFFF"><img src="Pix/Locations map.jpg" width="610" height="264" class=FloatRight /></div> <br> <h1>Hello</h1> I'm trying to separate <h1>Hello</h1> so that it is a good distance from the image, here is my css for it h1 { text-align:center; margin-bottom: 500px; }...
  4. T

    HTML Help text disappears when Div is closed!?

    <div style="color:#FFFFFF"> <h3>This is a Header</h3> <p>This is a paragraph</p> </div> the text disappears when i close the box, however it remains visible before i place the </div> any suggestions?
  5. T

    HTML help, text in Div not showing up,?

    <link rel="stylesheet" type="text/css"href="Locations.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Locations</title> </head> <body> <div style="color:#FFFFFF"> <img src="Pix/Locations map.jpg" width="521" height="286" class=FloatRight /> </div> <br />...
  6. T

    HTML/CSS Help with code thanks!?

    can someone please review my code, and help me figure out why my img will not float? html <img src="Pix/Tank Pull.jpg" class="floatRight" /> css img.floatRight {float:right; margin:400px;} I cannot get the my image to float right, what am i doing wrong?
  7. T

    HTML help, huge space between paragraph and img?

    I'm using this code to align an image, <img src="Pix/Tank Pull.jpg" style="margin-left: 900px; margin-bottom: 500px" /> but the problem is, that there is a huge space now between the image and my paragraph any suggestions?
  8. T

    HTML help moving image to right side.?

    I've hit a major road block here, NO MATTER WHAT I DO, i cannot move my image to the right side of the page!!! when i do, then the paragraph beneath gets a huge space between it and the img, and it just looks too uneven. can someone please answer my prayer and help figure this out.
  9. T

    HTML help, Trying to move image from left side to right on page?

    How do i Move an image from the left to the right side of the page.
  10. T

    HTML help moving image to right side.?

    I've hit a major road block here, NO MATTER WHAT I DO, i cannot move my image to the right side of the page!!! when i do, then the paragraph beneath gets a huge space between it and the img, and it just looks too uneven. can someone please answer my prayer and help figure this out.
  11. T

    HTML help, huge space between paragraph and img?

    I'm using this code to align an image, <img src="Pix/Tank Pull.jpg" style="margin-left: 900px; margin-bottom: 500px" /> but the problem is, that there is a huge space now between the image and my paragraph any suggestions?
  12. T

    HTML help, Trying to move image from left side to right on page?

    How do i Move an image from the left to the right side of the page.
Back
Top