<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;
}...
<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?
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?
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?
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.
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.
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?