i need to know, what kind of Code do you have to use to place a background on a game Hub, i've tried some but... anyone willing to tell me ? (i want to learn how)
|
Feb 7 2014, 10:32 am
|
|
HTML.
|
Hey :)
try this <!DOCTYPE html> Ok, that will make your page color red. But let's imagine that you wanted all the bigger sized titles to be red. <!DOCTYPE html> Now what if you want the paragraph to be red? <!DOCTYPE html> oh i forgot to say that this <!--text--> I hope that i helped ,MistY, |
You really shouldn't be using the HTML tag, or doctype on a BYOND hub.
|
In response to Super Saiyan X
|
|
Why?
|
A doctype is already declared for the page, and its dumb to have nested HTML tags.
|
Malformed HTML, in short. Usually a browser's quirks mode will handle it (and I suspect BYOND's hub page renders in quirks mode usually anyway), but it kind of doesn't make sense to include a DTD there, or top level html tags.
Your description sits inside a div: <a name="desc"></a> So style wise, you need to work within those bounds. |