Thread: Css
View Single Post
  #1  
Old 17th May 2012, 15:12
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Default Css
Click the image to open in full size.

can anyone tell me how to center this text in css so its got the same pixels top and bottom so its right in the middle here is whats in my css for this text

a.meny-l:link, a.meny-l:hover, a.meny-l:visited, a.meny-l:active {
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
float:none;
margin:7px 0px 0px 20px;
}


stdhead.php

Code:
<?if($CURUSER) {?>
<a href="index.php" class="meny-l">Home</a>
<a href="browse.php" class="meny-l">Browse</a>
<a href="forums.php" class="meny-l">Forums</a>
<a href="upload.php" class="meny-l">Upload</a>
<a href="topten.php" class="meny-l">Top10</a>
<a href="rules.php" class="meny-l">Rules</a>
<a href="faq.php" class="meny-l">FAQ</a>
<a href="staff.php" class="meny-l">Staff</a>
<?}?>
Bump: anyone ?
Reply With Quote