Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-08-27 19:09:33

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Using preview images, which were made by textpattern

  1. Bookmark the Textbook Tag Listing
  2. 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
    1. An easier way is to use a plugin like upm_img_popper or bas_img_selector.
  3. 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

#2 2006-08-27 21:45:05

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 700
Website Mastodon

Re: Using preview images, which were made by textpattern

deldindesign wrote:

  1. 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

Board footer

Powered by FluxBB