|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/afglcweb/ny/sites/all/modules/views/help/ |
Upload File : |
<!-- $Id: style-fields.html,v 1.3 2008/06/17 20:07:03 merlinofchaos Exp $ --> The <strong>fields</strong> row style displays each field defined in the view, one after another. Each field defines its own output. By default, each field is put in a <div> unless it is selected to be <em>inline</em>. If it is inline, it is put in a <span>. Two items in <div>s will be displayed one after another, with the second one below the first. Two items in <span>s will be displayed on the same line. One item in a <span> next to <div>s is the same as two items in <div>s. This means that for the <em>inline</em> setting to do anything, at least two consecutive items must be set inline. You may define a separator which will be placed between each item. This separator may be html. You can use &nbsp; to print blank space.