Lines Matching refs:in

87   * **''column''** is the same as ''left'' in LTR languages and the same as ''right'' in RTL languages
90 * **''center''** will position the wrap in the horizontal center of the page
96 You can set any valid widths (but only on divs): ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in'', but most of the time you'd only want either
99 ^''%''|''30%''|makes sense in most cases|
111 * **''half''** fits two columns in a row
112 * **''third''** fits three columns in a row
113 * **''quarter''** fits four columns in a row
114 * **''twothirds''** together with ''third'' fits a 2/3 and a 1/3 column in a row
116 :!: Attention: In order to work properly, wraps with width keywords need an **additional ''%%<WRAP group>%%'' around a set** of them. If you mix several types in one group, you might need a ''%%<WRAP clear/>%%'' after a row.
124 :!: Attention: What is the difference between widths and width keywords and when is it best to use which? **Widths** can cause problems and will never fully add up, therefore will break the layout under some circumstances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a technical explanation.) So, getting widths right will need some fiddling around and testing in various browsers. **Width keywords** on the other hand fit automatically and work better on mobile devices. But the drawback is that they need an extra wrap around them and don't work properly in older browsers (IE8 and under).
126 All of those options will also work in the [[#boxes and notes]] wraps (see below).
138 Multi-columns work best in modern browsers (no IE9 and below) but should still be considered experimental as some browser behaviour is still inconsistent and buggy.
188 * ''round'' can be added to anything with a background colour or a border and will only work in modern browsers (no IE8 and under)
239 Best only use simple markup in safety notes.
279 :!: This might look ugly in some templates and should be adjusted accordingly.
283 You can create a row of tabs by simply wrapping a list of links in ''%%<WRAP tabs></WRAP>%%''.
337 Inside this code block the words will wrap to a new line although they are all in one line.
343 Inside this code block the words will wrap to a new line although they are all in one line.
353 Just select the text in the spoiler box to be able to read its content.
367 :!: Warning: The text will still appear in the source code, in non-modern browsers and is searchable. Do not hide any security risky secrets with it!
375 This has no effect on the browser screen. A [[http://reference.sitepoint.com/css/page-break-after|pagebreak]] will force a new page in printouts.
383 This also has no effect on the browser screen. It will try to [[http://reference.sitepoint.com/css/page-break-inside|avoid a page break]] in printouts.
387 <wrap noprint>This text appears on the screen, but not in print.</wrap>
389 <wrap noprint>This text appears on the screen, but not in print.</wrap>
393 <wrap onlyprint>This text does not appear on the screen, but only in print.</wrap>
395 <wrap onlyprint>This text does not appear on the screen, but only in print.</wrap>