I was wondering if there is a way to have a list of files with on "heading" and then two below slightly indented. For example, I have a list of files for every week, Sunday Bulletin, Sermon, and full service. I would like to have the Bulletin normal, and Sermon and Full service indented maybe 5 spaces?

For a visual idea, http://www.irwinfirstumc.org/2012

Comments

joshbgosh10592’s picture

any idea at all?

pixelsweatshop’s picture

Status: Active » Closed (works as designed)

This is not a drupal core issue, but a simple issue of knowing a bit of html to put in your body field, like:

<h2>Heading</h2>
<ul>
<li><a href"/path-to-file-1.pdf">File 1</a></li>
<li><a href"/path-to-file-2.pdf">File 3</a></li>
</ul>

Closing as it doesn't really belong here. If you feel you need further support, issues like this are better of in the Drupal forums or something as basic as this just requires learning a bit of html. Check out w3schools

joshbgosh10592’s picture

Status: Closed (works as designed) » Active

The thing is, this is the drupal file upload, not HTML coding. I'd like to be able to make the Bulletin normal, and the Sermon and Full service as a sub under the Bulletin of that week. Since it is dynamic php, I can't indent using the HTML, right? The reason I chose core is because the file module is built into core, and I cannot select file in the project.