
October 14th, 2012, 02:42 PM
|
 |
Confused badger
|
|
Join Date: Mar 2009
Location: West Yorkshire
|
|
Quote: | Originally Posted by maineman i realized that after i posted it, but i am not allowed to move it. |
I'm sure that a Moderator will when they see this; as for the CSS help, I'm not too hot on front-end but I think that you may need to use "margin" like so:-
margin: 10 10;
As for no underline, I think that you should use :-
text-decoration: none;
To remove the bullet you can try:-
list-style: none;
Although people in the CSS forum will be able to confirm if I'm talking out of my bottom or not, I'd think that all the answers to your CSS woes can all be found via google.
EDIT > For the text background, try :-
background-color:blue;
|