Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS help to “translate” a wiki code into css / html one Re: help to “translate” a wiki code into css / html one

#104798
Olo
Member

Hum… Are you trying to mix html and mediawiki syntaxes?
You should learn html first maybe then?
( And we do HTML5! now… not “one” =), …oh! that “one” ok whatever… =D )

mediawiki:
image:new.gif
is html:
some fancy new badge image

You should style in a .css file apart of your html, not inline. Try best practices for less trouble.

400px|link=http://starwars-figuren.com
will be:

image description here

I strongly suggest you find HTML and CSS courses.

Hope this help
Have fun
And may the CSS3 be with you!