Search…

X3 Photo Gallery Support Forums

Search…
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Textpage - insert link / aligment in first line

02 Nov 2011, 08:49

Hey!

I just came over following problems:

- I put a hyperlink on a word aligned to center and recognised that the whole blank line to the left of the link is also referred to as a part of the link. The same behavior occurs when aligning the link to the right. Here the HTML tags created by the editor:
Code
<p align="center"><a target="_blank" href="https://www.photo.gallery">center</a></p>
<p align="right"><a target="_blank" href="https://www.photo.gallery">right</a></p>
I tried to change the html code in various ways but it remains always the same..

- I'm not able to align a word in the first line to left, right or center unless I put the word in a new second line and then move it back to the first one.

I hope my explanations are understandable! :D
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Textpage - insert link / aligment in first line

02 Nov 2011, 12:24

Not 100% sure what you mean, but a link would be helpful ...

To use alignment, for sure you would need separate paragraphs ...
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Textpage - insert link / aligment in first line

03 Nov 2011, 05:21

Well, here is a link to a test gallery where you can find a textpage with links aligned to left, right & center. If aligned to center or right the whole line is clickable, not only the linked text itself... Please have a try!

http://www.jungs.co.at/276/#/content/test/

Actually it's ok for me, just wanted to report and ask for it.
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Textpage - insert link / aligment in first line

03 Nov 2011, 10:05

Try if it's ok now :wink:

All I did was put extra html space:
Code
&nbsp;
Example:
Code
<p align="center">&nbsp;<a target="_blank" href="https://www.photo.gallery">center</a></p>
<p align="right">&nbsp;<a target="_blank" href="https://www.photo.gallery">right</a></p>
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Textpage - insert link / aligment in first line

04 Nov 2011, 10:38

Wow, it's working now!

Thanks to all for your super fast support!