Ok, so its possible to change the background colour, and text colour, but how is it possible to change the Hyperlink(normal,visited,hover) colours?
in normal CSS it would be
how do you apply this to the byond hub, specifically the creator name, and forum link
ID:185930
Sep 25 2005, 11:35 am
|
|
Sep 27 2005, 7:23 am
|
|
BUMP
|
In response to Xeronage
|
|
Well, you can't. Stylesheets are on valid as part of the <head> block of a page, or as an argument to an existing tag. Since you can't access any of the required stuff you can't really edit the stylesheet the hub uses.
|
In response to Nadrew
|
|
it works for background colours, so why not for hyperlinks?
|
In response to Xeronage
|
|
Because you can embed a second body tag into a pre-existing body tag. You can't however embed a head tag into a body tag and expect it to work properly. (Head comes before body, good rule for HTML.)
|
In response to Nadrew
|
|
Nadrew wrote:
Because you can embed a second body tag into a pre-existing body tag. Although doing so is a really bad idea. Unless you have to, in which case it's only a moderately bad idea. =) |
In response to Crispy
|
|
Right, but it works a bit better than a second <head> tag. Back in the day it was added as a feature, it used to not work at all.
|