1,352
edits
No edit summary |
|||
Line 111: | Line 111: | ||
Chiesa's educational system consists of a mentorship program. At age 12 students are given a mentor by the king's appointed minister for education. This individual provides the student with reading materials and proceeds to take them through a curriculum which the king deems important for everyone to know. | Chiesa's educational system consists of a mentorship program. At age 12 students are given a mentor by the king's appointed minister for education. This individual provides the student with reading materials and proceeds to take them through a curriculum which the king deems important for everyone to know. | ||
=Wordpress Coding= | |||
==Table Work== | |||
===To get table look consistent without CSS=== | |||
Replace | |||
<code> | |||
(<table.*cellspacing="0"[^>]*)> | |||
</code> | |||
with | |||
<code> | |||
\1 width="75%"> | |||
</code> | |||
=Useful Graphics?= | =Useful Graphics?= |
edits