|
'Christmas Bell' rose Reviews & Comments
-
-
Initial post
2 MAR 17 by
Michael Garhart
hyperlink is messing up the photo view :[
|
REPLY
|
Reply
#1 of 11 posted
3 MAR 17 by
Patricia Routley
Yes. I have noticed that with several this morning.
|
REPLY
|
Reply
#2 of 11 posted
3 MAR 17 by
Michael Garhart
Gets in the way of our rose porn :D
|
REPLY
|
Reply
#3 of 11 posted
3 MAR 17 by
jedmar
What is the problem with the link? I cannot detect any issues.
|
REPLY
|
Reply
#4 of 11 posted
3 MAR 17 by
Patricia Routley
In 'Moondust' for example, the very long source given in the Notes is in one line stretching the screen right out and so makes the photo smaller - on my iPad. It is quite OK on my computer screen, the Source is compressed to two lines.
|
REPLY
|
Reply
#8 of 11 posted
3 MAR 17 by
Give me caffeine
If it's one line on mobile that's a CSS problem (could be browser-specific). It'd help the tech guys if they knew what you were using: device, operating system, browser, etc.
Edit: TBH it'd make sense to automatically wrap url's in an anchor tag with a class.
|
REPLY
|
Reply
#9 of 11 posted
4 MAR 17 by
jedmar
Great proposal! Will do so.
|
REPLY
|
Reply
#10 of 11 posted
4 MAR 17 by
Give me caffeine
It's standard behaviour for just about any forum software.
If you go ahead with that, you can use CSS to truncate the display of the link to any width you like. So if the HTML is something like
<a class="linky" href="//whatever">//whatever</a>
you can have the CSS something like:
.linky { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90%; }
That will keep all links to one line, and should be bulletproof with any modern OS/browser combination.
You can also use PHP to truncate the visible portion of links, if you prefer that method. Offhand I'm not sure which is better for performance.
|
REPLY
|
Reply
#5 of 11 posted
3 MAR 17 by
Michael Garhart
Put these two html together and see:
http://i240.photobucket.com/albums/ ff285/pacificjade/Untitled_zpsetdrj1bq.png
|
REPLY
|
Reply
#6 of 11 posted
3 MAR 17 by
jedmar
I see. As Patricia says there is no issue on a computer. We cannot add references currently. The page URL is a given on Wikipedia. I see no solution to leave these Hyperlinks as a note until further notice, and to move them to references at a later date.
|
REPLY
|
Reply
#7 of 11 posted
3 MAR 17 by
Michael Garhart
I solely use a PC and a laptop. I don't own a cell phone or touch pad. I use HMF on this PC.
|
REPLY
|
Reply
#11 of 11 posted
5 MAR 17 by
Jay-Jay
Over here, it is looking like this:
|
REPLY
|
|