Skip to content

Commit

Permalink
Fixing Broken Images
Browse files Browse the repository at this point in the history
A user of the sheet notified me that some of the images on the sheet had a "Broken Link_ notification. I fixed it by finding or uploading new images to use on the sheet instead.
  • Loading branch information
KPhan1212 authored Aug 9, 2020
1 parent f652b68 commit 5efb547
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Basic_Roleplaying/Basic_Roleplaying.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</div>
</div>
<div class='sheet-2colrow'>
<div style="width:100%">
<img src="https://i.imgur.com/HhFlHyf.png" />
<div style="width:45%">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT2PfElyohySAyAg8VsXFx6z7D1dH7xF46dCw&usqp=CAU" />
</div>
<!-- General character descriptions -->
<div class='sheet-col'>
Expand Down Expand Up @@ -1558,11 +1558,11 @@ <h3 style="text-align: center; color: #FFF; background-color: #000;">Armor, Shie
<option value="0">Human</option>
</select>
Hit Location
<button style="font-size:0;height:32px" name="roll_melee-location" type="roll" value="&{template:HL-Melee} {{roll=[[1d20]]}}" class="btn ui-draggable">
<img src="https://i.imgur.com/Is6m9rX.png" />
<button style="font-size:0;height:32px;width :32px" name="roll_melee-location" type="roll" value="&{template:HL-Melee} {{roll=[[1d20]]}}" class="btn ui-draggable">
<img src="https://imgur.com/MMfgaxg.png" />
</button>
<button style="font-size:0;height:32px" name="roll_missle-location" type="roll" value="&{template:HL-Missle} {{roll=[[1d20]]}}" class="btn ui-draggable ">
<img src="https://i.imgur.com/IxuyBxY.png" />
<button style="font-size:0;height:32px;width :32px" name="roll_missle-location" type="roll" value="&{template:HL-Missle} {{roll=[[1d20]]}}" class="btn ui-draggable ">
<img src="https://imgur.com/D9usk5z.png" />
</button>
</div>
<div style="display: inline">Hit Pts.
Expand Down

0 comments on commit 5efb547

Please sign in to comment.