Hi there i am creating a blog website through xml and have used xsl to output it and have also used css to style it but i am having problems, i am wanting to create a table for which i can have title, blog text, date, time do i enter the table through css? everytime i do it doesnt load and i have tried everything also i wanted to add a menu and i have tried adding that through css and that doesnt work too, any help much appreciated
edit: thiss is the code for the menu i have tried putting it in css and xsl but it doesnt show up
Code:
div.menu2
{
/*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
text-align:center;
background-image: url(bg1.gif);
border:1px solid black;
font-size:0;
}
div.menu2 a
{
display: inline-block;
padding: 0 20px;
background-image: url(bg.gif);
color:White;
text-decoration:none;
font: bold 12px Arial;
line-height: 32px;
}
div.menu2 a:hover, div.menu2 a.current
{
background-position:0 -60px;
}
div.menu2 a.dummy
{
width:2px;
padding:0 0;
}