sharkchaser
Technical User
All nighter again . . .
How can I center these images on an HTML page?
SIMPLE method please.
My background image failed again - doesn't show and I can't figure out whats wrong.
Thanks much.
Rick
How can I center these images on an HTML page?
SIMPLE method please.
Code:
<img src="/MacroValueChart.jpg" vspace="10" width="950" height="700" alt="macrovaluechart" longdesc="/MacroValueChart.jpg" />
<img src="/MicroValueChart.jpg" vspace="10" width="950" height="700" alt="microvaluechart" longdesc="/MicroValueChart.jpg" />
My background image failed again - doesn't show and I can't figure out whats wrong.
Code:
<style type="text/css" media=all>
body {
width:100%;
background-color: #ffffff;
background-image: url(/"PrarieWind.jpg");
background-position:center;
}
p {text-align: justify; color: #000 ;font-size: 1.6em
margin-left:auto;
margin-right:auto%;
width:950px;
Thanks much.
Rick