User:KTucker/My Sandbox/Styles

From WikiEducator
Jump to: navigation, search

Are <style> tags supported?

<style type="text/css"> h3 {color:red} p {color:blue} </style>

Heading 3 Red

paragraph blue

No. How about a style template?

Style Template

Template:ktStylesSet: {{ktStylesSet|set|subset|element}} - returns a string of styles.

color:red;background:yellow

text-align: left; background:teal; color:black; border-top: 3px solid DarkSeaGreen; border-left: 1px solid DarkSeaGreen;border-right: 1px solid DarkSeaGreen;

test:

Caption
Header

Some text in td

Some paragraph text

fun:

Caption
Header

Some text in td

Some paragraph text

Test H1

Wondering how to attach my own style on WE sheet to a page.

<LINK REL=StyleSheet HREF="http://wikieducator.org/User:KTucker/My Sandbox/Styles/monobook.css" TYPE="text/css" MEDIA="screen"> ktTest - monobook.css

Test H2

Nope :-(.

Misc

LightgreySilver