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
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.
I finally found the HRs I wanted to block by setting color to yellow (a trick I learned long ago).