Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Using preview images, which were made by textpattern
- Bookmark the Textbook Tag Listing
- For thumbnails, go to Content>Images and hover your mouse over the Textpattern/Textile links next to the image. In your browser status bar, an number will appear at the end, like 6. This is the image ID. Then in your article (Content>Write), type
<txp:thumbnail id="6" />. info- An easier way is to use a plugin like upm_img_popper or bas_img_selector.
- To design the image display, you need to use CSS. If you aren’t using an external CSS file, go to Presentation>Style and write CSS for images. An example would be:
<pre>
img {
margin: 10px;
border: 1px solid #ccc;
padding: 5px;
background: #ddd;
}
</pre>
Last edited by deldindesign (2006-08-27 19:10:31)
Offline
Re: Using preview images, which were made by textpattern
deldindesign wrote:
- In your browser status bar, an number will appear at the end, like 6. …
oh well. there’s mac users. i am one of them, though on old OS… in safari though, which is the newer browser, you might not have a status bar. that means, image IDs should be displayed next to the image NAME in the imahe tab in the backemd’s admin aimge section.
Last edited by jayrope (2006-08-27 21:45:32)
A hole turned upside down is a dome, when there’s also gravity.
Offline