Adding tags

I'm playing with CSS file unifying the changes I've made for colours, etc. and identifying what each declaration applies to. One lead me to look at Tags so I tried them for first time.

On a Sized Image page, I "click to add tags" but no mention of how to add multiples: space, comma or one-at-a-time (clicking save button between each addition). Just a note in passing :)

(DEFAULT THEME) Above the Tag entry and below "View Slideshow" (Sized Image View)) are two horizontal lines (bottom-top declaration) with spacing between: [i purpose broke the code to make it display here]

a href="document.slideshow.submit()">View Slideshow</a
</form>

`
[br /]


`
Not sure why the one after the [br /] is present but am trying to avoid as much customizing to Theme php files as possible so while cosmetic, just wondering if it serves purpose.
Probably would be better AFTER the [form] to add space before the `View Slideshow` which currently blends into the description itself.

Comments

  • acrylian Administrator, Developer
    Tags are separated by comma.

    If you don't need the <hr /> just delete it... (BTW, [br /] of course is wrong....)

    The slideshow link should not be within the </form> because the slideshow link itself prints one. This would probably lead to confusion.
  • The horizontal rules bracket the EXIF data, tags, and a few other things from the image and comment blocks. If you have none of these, then the second rule is redundant.
  • You could also change your CSS to not display the horizontal rule.
  • My actual code in the php files are correct. This forum post would not accept using the greater/less than signs so did the substitute.

    I finally found the HRs I wanted to block by setting color to yellow (a trick I learned long ago).
Sign In or Register to comment.