It turns out that Chrome and Chromium-based browsers don’t let you copy text from an alert box. I use Firefox but I should have checked other browsers as well. Doh!
One good thing about the update - you no longer have to copy anything as the generated HTML is placed automatically onto your clipboard ready for pasting.
@HightonRidley You are a wizard! This tool is magic- how on earth does it know my referral ID for promoting other people’s products when I’m in the Promoter Program? I didn’t enter anything, just dragged the bookmarklet to my bookmarks toolbar, and followed the steps to get the link copied to my clipboard!
When you’re logged in and visit a product page, even if you’re in the Promoter Program, your referral id is buried deep within the html of that page. The non-Promoter Program bookmarklet picks it up from there.
No magic involved just a bit of Sherlock Homes style digging around, lol!
Mark - I loved your HTML generator for posting from my SOLD page to the forums. Unfortunately, I am no longer able to do this, as I have had to change computers.
Was using desktop with Windows 10. Now using laptop with Windows 11 with touchscreen (I’ve connected a mouse)
I’m not certain where the problem lies, but when I try to copy your code to the “tool bar” I can’t. I don’t seem to have a toolbar now. (Windows 11, or the laptop?)
I’m searching the internet for fixes, but perhaps someone here has already solved this problem?
Thanks Mark - Yes I got it solved. Posted on another thread that you gave a link to the answer about the “hidden” tool bar. The answer was in the areas I looked at on my computer, but I didn’t recognize the wording.
Mark, I was posting three clocks in the Show Me forum, all three in the same post. They were too large, so I changed them from 736.webp to 375.webp, but the third clock didn’t have 736.webp and even if I changed what it had, the size wouldn’t change. Here’s the code where I’ve highlighted what I tried to change:
When you have an image in your post you can double left-click it and the whole image will turn highlighted blue and develop drag-handles which you can use to easily resize the image.
@ColsCreations : Well, I’ll be darned. Reading your reply, I immediately went over to the Testing forum and played around with the offending clock, and of course you were right. Over time, I’ve seen your spot-on answers to all kinds of things like this and end up impressed. Thank you so much for this and for the many solutions you’ve given others.
In the meantime, I just noticed that the forum censor bot is the same one as we had in the old forum but has been upgraded to “bleep” out the supposedly offensive words, in this case the words an exact duplicate of a nursery rhyme. LOL
@HightonRidley : Any idea why changing the number doesn’t work?
And you don’t have to use the camera icon to browse for the image you want to upload, you can just drag & drop the image from your computer into the post.
There have been times when I thought about using an image from my computer to show or explain or whatever, and I’ve decided the heck with it because it seemed annoyingly tedious.
I’m going to bookmark this thread. (Done. It’s called “Col’s Tips.”)
LOL. I think the ease of including pics is my favorite thing about this new forum. I’m a big believer in “a picture is worth a thousand words” and it was so tedious in the old forum, having to add the pic to your image gallery and then use the url for it and links to off-site images didn’t appear, the reader had to click the box in the post to view the image and I don’t recall having any control over the size. This forum makes it so easy to include pictures I for one probably over-do it, but again, a pic is worth a thousand words so I think it’s a super helpful feature.
Thinking it was the same here as in the old days, I was thinking you were a masochist.
A lot of human thought is actually pictures. Once upon a time, I knew a man who’d gone blind as an adult, and he told me he retained the pictures in his head and was able to form new pictures even in unfamiliar places using his memory augmented with sound and touch. Amazingly, he worked as a ship’s carpenter using picture, touch, and sound.
Well, I certainly took off on a tangent. Per usual.
Hey @Barbara I can see what’s going on with this one. There are two places in this case where you need to change things. The first is the webp dimension as you mention. That defines the pixel size of the image that Z provides. The second is the html pixel display size as defined in this case by max-width:736px
You need to change both to get what you’re after. I hope that helps