#class="wikitable floatright" code problem
6 messages · Page 1 of 1 (latest)
they likely have a .floatright css class in their common.css that you don't have
I see... Could you please tell me how to add the floatright css class to common.css?
does adding
.floatright {
float: right;
}
to the MediaWiki:Common.css file work?
a class is basically a group, to which styling code can be applied
Problem solved. Thank you very much!!