Search…

X3 Photo Gallery Support Forums

Search…
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

internal links

11 Nov 2009, 13:29

Ok, something isn't working right or I'm a moron. I can't figure out how to create an internal link from a textpage. I see the little link icon, and tried highlighting text and then clicking on the little icon, but it just sends me to the top of the page. I also tried just typing the html directly in, but all that appears is the code in text format when I save it. Please help.

http://www.jasonmerlo.com/#/content/Ran ... 0Services/
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

11 Nov 2009, 21:29

Do you mean "View Ranches" link? Hmm works here, did you fix it already? Are you using IE8?
firedev.com
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

11 Nov 2009, 23:26

I finally got it to work. Now I'm having a problem centering text after I've created an internal link. I've got three separate ranches listed. Check the View Images link on all three. None of them would center. Also, on the Willow Branch Creek Ranch page, the "View Images" link is a larger size font, although I did nothing different to make it appear that way.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

12 Nov 2009, 11:00

In your first link you have successfully set:
Code
<p align="center"><a href="http://www.jasonmerlo.com/#/content/Ranch%20and%20Property%20Services/Client%20List/">VIEW RANCHES</a></p>
In your page with the three links, you dont have the <p align="center"> attribute. Are you pasting text from word or some other text editor? I would consider writing the text into the admin editor from scratch to avoid junk following from other text-editors.
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

12 Nov 2009, 18:43

it was 100% done in the imagevue admin text editor I didn't cut and paste. Should I just try to write the code by hand?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

14 Nov 2009, 00:17

Just like other online text-editors, they are not flawless ... Especially if the text is cut-and-paste from other applications(like word), which mixes in a lot of its own special tags that messes it up. I would suggest writing it from scratch in the editor without pasting from anywhere.

As a last resort, you can always click the "edit html code" button to fine tune the code.