FamilySearch Wikitext Inline Styling
Inline styling[edit | edit source]
Lets look closely at the inline style code and break it down into pieces.
- Space after the p.
- Next the word "style"
- Followed by an equal sign =.
- Then a quotation mark ".
- The item to be changed or property. In this case "font-family."
- A colon :.
- What change you want to make for the property or what value you want the property to now have. In this case change the font to "times new roman."
- Add another quotation mark ". You cannot leave out any of the quotation marks. The coding will not process if any of them are missing.
Study the coding again and impress it in your minds. You will be using it over and over again.
<p style="font-family:times new roman">
The number of attributes you can put into a tag is unlimited.