- Joined
- Oct 3, 2017
- Messages
- 2
- Reaction score
- 0
Okay I have been at this for two days now trying to figure out the source of the problem. When I use firebug to inspect the elements there is no css being applied, even though the link to external stylesheet is correct. When I use chrome developer to inspect the elements it seems default styles are being applied but not the styles I set. I checked the network portion of firebug and chrome developer and the css file in question is no where to be found. So this leads me to believe that the css file is not being loaded. I don't know if this matters but the table info on this page is being dynamically generated by php. The only way that I can get the styles to apply is if I put all the css in external stylesheet internally into stats.php. Another thing I have noticed is that I cannot use classes on any of the dynamically created content and I had to use a mix between tag selectors and inline styling. The page in question is: http://www.skillersrealm.com/includes/scripts/stats.php?rsn=CrypticKaxar
This is what the page is suppose to look like:
https://imgur.com/a/kexYV
I didn't include any code because the code is correct including the link to external stylesheet.
This is what the page is suppose to look like:
https://imgur.com/a/kexYV
I didn't include any code because the code is correct including the link to external stylesheet.