mikegreenia.com
06-27-2007, 10:50 PM
I'm trying to align about 4 or 5 links across my page horizontally but instead they just lay on top of each other. Can somebody help. You can view the page at:
http://voluptuousdiva.com/example1/
Here is my stylesheet:
p.navigation {font-size: 20px; font-weight: bold; text-align: center;
width: 25%;
}
p.navigation a {display:block; color: black;
background-color: #CCCCCC; text-decoration: none;
padding: 5px; border: 3px solid black
}
p.navigation a:visited {display:block; color: black;
background-color: #CCCCCC; text-decoration: none;
padding: 5px; border: 3px solid black
}
p.navigation a:hover {display:block; color: white;
background-color: black; text-decoration: none;
padding: 5px; border: 3px solid white
}
http://voluptuousdiva.com/example1/
Here is my stylesheet:
p.navigation {font-size: 20px; font-weight: bold; text-align: center;
width: 25%;
}
p.navigation a {display:block; color: black;
background-color: #CCCCCC; text-decoration: none;
padding: 5px; border: 3px solid black
}
p.navigation a:visited {display:block; color: black;
background-color: #CCCCCC; text-decoration: none;
padding: 5px; border: 3px solid black
}
p.navigation a:hover {display:block; color: white;
background-color: black; text-decoration: none;
padding: 5px; border: 3px solid white
}