Thread: 50.forumer.com cursor problem
View Single Post
Old 08-23-2008, 03:20 PM   #1 (permalink)
zzzu
Member
 
zzzu's Avatar
 
Join Date: Aug 2008

Posts: 2
Rep Power: 0 zzzu is on a distinguished road
fTrader: (0)
fBuck$: 509
Bank: 0
Total fBuck$: 509

My Forumer
My Country:
Default cursor problem

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.
zzzu is offline