SID-02124: Move the attachments section to the right
| Status: |
Asked |
TWiki version: |
|
Perl version: |
|
| Category: |
CategoryTemplates |
Server OS: |
|
Last update: |
10 years ago |
Hello,
I want to move the attachments section to the right instead of at the bottom of the page. Is there anyway I can do this?
--
TWiki Guest - 2015-11-17
Discussion and Answer
Create a user template to move the attachments. Specifically, move the attachments into the
TMPL:DEF{"attachmentstop"}% section, and enclose it in a floating div so that it shows up on the right.
%TMPL:DEF{"attachmentstop"}%<div class="...">%TMPL:P{"attachments"}%</div>%TMPL:END%
%TMPL:DEF{"attachmentsbottom"}%%TMPL:END%
Read
TWikiTemplates,
PatternSkinCustomization.
--
Peter Thoeny - 2015-11-17
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.