hello i saw this
Skinning FAQ
and there's something about change the cursor Number 14 in the forum so i did make the cursor then upload it and its in *.cur extension, what i exactly did is i've put after background-color: #FFFFFF; this:
cursor: url("http://www.mywebsite/home/name.cur") so it became like this:
body {
/* Text-Sizing with ems:
http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
cursor: url("http://www.mywebsite/home/name.cur")
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 11px;
margin: 0;
padding: 2px 0;
}
but it didnt work, when i entered the forum again the font size of the text was big, this usualy was happening with me when i edit something and it goes wrong so how can i fix it plz, i want to put a cursor in my forum and i dont know where this went wrong.
im using phpBB3 and i have full control on the forum.