Can you please look at my page
<!-- m --><a class="postlink" href="http://members.cox.net/19kash88/sd/index.html">http://members.cox.net/19kash88/sd/index.html</a><!-- m -->?
Tell me what i am doing wrong in my css or my html page?
I really need this fix and i am getting really frustrated.
I am trying to this put of the text "June 8, 2005
We just recently redesigned the entire website" under the header of Website Update. Same for the other part.
Why is my navigation, poll, and search box push all the way down?
Please help.
Thanksfor textheader, replace float with:clear: both;
text-align: right;You really shouldn't be using id's more than once. In this case you can mark them up as second level headers (<h2>) and in other cases, use classes if you want the same style applied to multiple elements.
Not sure about your navigation boxes, I might come back and try later.
<!-- m --><a class="postlink" href="http://members.cox.net/19kash88/sd/index.html">http://members.cox.net/19kash88/sd/index.html</a><!-- m -->?
Tell me what i am doing wrong in my css or my html page?
I really need this fix and i am getting really frustrated.
I am trying to this put of the text "June 8, 2005
We just recently redesigned the entire website" under the header of Website Update. Same for the other part.
Why is my navigation, poll, and search box push all the way down?
Please help.
Thanksfor textheader, replace float with:clear: both;
text-align: right;You really shouldn't be using id's more than once. In this case you can mark them up as second level headers (<h2>) and in other cases, use classes if you want the same style applied to multiple elements.
Not sure about your navigation boxes, I might come back and try later.