Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 62: | Line 62: | ||
*Since navboxes usually extend from one side to the other, we have set the width for our navbox to 100%. | *Since navboxes usually extend from one side to the other, we have set the width for our navbox to 100%. | ||
*We have installed a 1 pixel solid blue line around our navbox. | *We have installed a 1 pixel solid blue line around our navbox. | ||
*"border-collaspe:separate; border-spacing:5px means we are placing a 5 pixel space between the boxes in the template. See [[ | *"border-collaspe:separate; border-spacing:5px means we are placing a 5 pixel space between the boxes in the template. See [[HTML_and_Wikitext_-_Lesson_Three#Cell_separation|Cell Separation]] for more details. | ||
*The title of the navbox has to extend both columns of the navbox so that is coded with the colspan="2" code. | *The title of the navbox has to extend both columns of the navbox so that is coded with the colspan="2" code. | ||
*Since the name of the organization and the image will extend over the two columns which contain the information about the organization we will install <font color="red">colspan="2"</font color> in the organization and image coding. | *Since the name of the organization and the image will extend over the two columns which contain the information about the organization we will install <font color="red">colspan="2"</font color> in the organization and image coding. |