Thanks for the input but that code supplied didnt make any changes.
This is what you advised,
Code:
background:#E6E6E6;
display:block;
margin:5px 0;
padding:10px;
text-decoration:none;
border-style: hidden solid;
border-width: 1px;
border: #5d0e13;
box-shadow:#000 4px 4px 8px
This morning using the W3schools try it editor.
I used my original code but made a few edits.
Each edit i made one at a time was shown perfect on there editor.
The only only that caused an issue was border: #5d0e13; so i left it out.
Having the code below working in there editor i thought i cracked it,sorry to say but when i put it in my basic css line 153 that also had made no changes ???
I think there must be something else controlling this.
Code:
border-style: solid;
border-color: #000000;
background:#E6E6E6;
display:block;
border-width: 10px;
margin:5px 0;
padding:10px;
text-decoration:none;
box-shadow:#000 4px 4px 8px
Bookmarks