Ok. I'll take a stab..........
Quote:
|
I want to put my menu and my block has the same height <p> how?
|
I'm not exactly sure what you are asking here.
Quote:
|
I would also like to put my text with my menus in the middle of the page 5/6cm each side how do?
|
If I am understanding this correctly, you can wrap this in a div that is centered maybe like this....
Code:
<div class="centeredmenu">Item goes here.</div>
and css would be
Code:
div.centermenu
{text-align:center;}
Quote:
|
And when I want to put my menu is all black section of the page that starts tonight and the menu why not?
|
Are you saying where the menu should appear there is just a black box? If so, there is more than likely a problem with your code. Do you have a background color set?
Quote:
|
and how to center the name of the list was bulleted list in the report has not occurred?
|
Use the text-align:center; for the list.
I hope I haven't made myself look too foolish. I am new to building sites myself.
|