Hi all, I hope this is possible and my skills are limmited to copy paste...
my front page https://gaximplague.obsidianportal.com/wikis/main-page looks like this:
i plan to make the words like "Quest Log" in the picture with my MS Paint skills, but I have no idea how to make it so someone clicks on a picture as a link. I used a table building website to copy/paste the table code and this is basically what I have in the backend:
<table style="width: 100%;" cellpadding="1">
<tbody>
<tr>
<td>[[File:1125538 | class=media-item-align-none | 300px | ca2ccff707d86a11a29038fe63e245dc.jpg]]
"Adventure Log":https://gaximplague.obsidianportal.com/adventure-log</td>
<td>[[File:1100526 | class=media-item-align-none | 300px | tome.jpg]]
[[Quest log | Quest log]]</td>
<td>[[File:1059656 | class=media-item-align-none | 300px | d04caa3c64f236cdb03ac0677621ae6d-700.jpg]]
[[Places | Places]]</td>
</tr> ect etc etc etc ......
So what can I do to make a file picture the link itself?
Cheers,
Frak
twitter: @Frak_Lou_Elmo
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If I'm following you, I think you just need to wrap everything in each "td" tag in an "a" tag, and manually enter each href, instead of using the textile shorthand.
So for example, you would change this:
<td>[[File:1125538 | class=media-item-align-none | 300px | ca2ccff707d86a11a29038fe63e245dc.jpg]]
"Adventure Log":https://gaximplague.obsidianportal.com/adventure-log</td>
To this:
<td><a href="/adventure-log">
[[File:1125538 | class=media-item-align-none | 300px | ca2ccff707d86a11a29038fe63e245dc.jpg]]
</a></td>
Obsidian Portal Developer
wow thanks! this is coding stuff is amazing! has anyone considered taking over the world withthis stuff?!
.png)
twitter: @Frak_Lou_Elmo
Ugh i seem to not be able to figure out how to get the href code to link to a wiki page like the quest log. Can you help me out again?
twitter: @Frak_Lou_Elmo
Happy to!
You're missing the "/wikis/" part.
For the Adventure Log, the full url is:
https://gaximplague.obsidianportal.com/adventure-log
So you chop off the "https://gaximplague.obsidianportal.com", and just put the "/adventure-log" in the href.
For your Quest Log (for example), the full url is:
https://gaximplague.obsidianportal.com/wikis/quest-log
So you chop off the same "https://gaximplague.obsidianportal.com", and in this case that leaves you with "/wikis/quest-log".
So you're just chopping off the "https://gaximplague.obsidianportal.com", and putting whatever is after that in the href.
Let me know if that doesn't fix it for you. Or if you have any other questions at all.
Obsidian Portal Developer
IT WORKS!

twitter: @Frak_Lou_Elmo
Huzzah!!! : )
Obsidian Portal Developer
"I met a traveller from an antique land....."
CotM May 2016: Mysteria: set in Wolfgang Baur’s MIDGARD.
Previous CotM Aug 2012: Shimring: High Level Multiplanar Campaign
Inner Council Member
"I met a traveller from an antique land....."
CotM May 2016: Mysteria: set in Wolfgang Baur’s MIDGARD.
Previous CotM Aug 2012: Shimring: High Level Multiplanar Campaign
Inner Council Member