Jump to content

Image Tip


HeroGM

Recommended Posts

Images are controlled if it's in the file, not in the file, or just does it automatically rather one is there or not. Depending on how you want your sheet to look you may want to put a "Photo not currently available" pic in your export. Instead of bloating your character file with the image data, just use the <!--IF_NO_IMAGE--> block to create one and keep a single image either on your drive or on your server.

 

   <!--IF_IMAGE-->
  	 <h3>Image (in File)</h3>
  	 <img src="<!--IMAGE_RELATIVE_URL-->" alt="<!--CHARACTER_NAME--> Pic">
   <!--/IF_IMAGE-->

   <!--IF_NO_IMAGE-->
   	<h3>No Image (in File)</h3>
  	 <img src="no_image.jpg" alt="No Image Found">
   <!--/IF_NO_iMAGE-->

 

no_image.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...