I was trying to add some more style into the WoW Guild Roster module I'm writing, but I ran into an issue that stumped me for quite a while - how to link to the CSS file.
The issue with linking to a Cascading Style Sheet (CSS) was problematic on two fronts:
Needless to say, I was convinced that using the standard <link> call wasn't looking too useful at this point. After looking around and playing with the code for 20-30 minutes, there's a couple routes to go for this:
I ended up using with the third option, quite happily, and thought I would share here.