hi
I am makin a page in CSS and xhtml..
i have made a header box using this in the head:
h1
{
position:absolute;
width:600;
height:50;
left:302;
top:93;
font-weight:bold;
font-size:36;
font-family:Arial;
}
and this in the body:
<h1>Assignment 1 - XHTML and CSS</h1>
I also got other boxes I made which are these in the body:
<div class="box_B"></div>
<div class="box_C"></div>
<div class="box_D"></div>
They all work fine...now i want to insert a horizontal line using <HR> so that it appears in the natural order after the above boxes...I tried putting <HR> after the codes for the boxes but the line keeps appearing at the top of the page instead of below the boxes...any idea how to do this? I wanna make another box after this line also in natural order..
any ideas? Thanks for you help
I am makin a page in CSS and xhtml..
i have made a header box using this in the head:
h1
{
position:absolute;
width:600;
height:50;
left:302;
top:93;
font-weight:bold;
font-size:36;
font-family:Arial;
}
and this in the body:
<h1>Assignment 1 - XHTML and CSS</h1>
I also got other boxes I made which are these in the body:
<div class="box_B"></div>
<div class="box_C"></div>
<div class="box_D"></div>
They all work fine...now i want to insert a horizontal line using <HR> so that it appears in the natural order after the above boxes...I tried putting <HR> after the codes for the boxes but the line keeps appearing at the top of the page instead of below the boxes...any idea how to do this? I wanna make another box after this line also in natural order..
any ideas? Thanks for you help