MyBB Community Forums

Full Version: New to html/css
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So im working on a forums, but ive came across a problem where the css isn't linking to the code
code
http://i67.tinypic.com/2a8no10.jpg
incase first link isnt showing, http://imgur.com/a/iH2ss
css
http://i64.tinypic.com/104p47n.png
wasnt working in global.css so i made a new one, and put it to be used on all files, but doesnt make any changes to that class
what is your forum url ? are you using any cache system ?
http://websitename.com/admin/index.php?m...edit&gid=6
im not using any cache atm that im aware of
looks like your user name style class name is different from the class element you have in the custom css stylesheet
they both say "serversupport"

username style = <span class="serversupport">{username}</span>
css = .serversupport {
color: red;
}

but it doesnt show as red

ahh i think i may now have it working, it was confusing me as it wasnt showing as changed on admin cp , but is showing on the actualy user cp