Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
Line 18: | Line 18: | ||
---- | ---- | ||
====Div tags misplaced==== | ====Div tags misplaced==== | ||
Problem: Links that are blue but don't work. | '''Problem''': Links that are blue but don't work.<br> | ||
Cause:Check for misplaced <nowiki></div></nowiki> tags. Sometimes they are in the wrong place. | '''Cause''': Check for misplaced <nowiki></div></nowiki> tags. Sometimes they are in the wrong place. This might be the cause for the page you are looking at, but this might be one of the problems<br> | ||
Cure: First, look | '''Cure''': First, look for opening div tags by typing "<nowiki><div</nowiki> without the > under Ctrl F. This search will show you all the beginning div tags. | ||
*Now look to see if each of these opening div tags has a closing div tag somewhere down the page. *If it does, make the sure closing div tag is in the right place. If you are not sure, get someone to help you. It may take someone with a lot of experience to find the error. | *Now look to see if each of these opening div tags has a closing div tag somewhere down the page. *If it does, make the sure closing div tag is in the right place. If you are not sure, get someone to help you. It may take someone with a lot of experience to find the error. | ||