View Single Post
  #18  
Old 12-15-2014, 02:43 PM
parayna's Avatar
parayna parayna is offline
Member
 
Join Date: May 2013
Location: Devon, UK
Posts: 342
Gender: Female
Credits: 27,841
parayna is on a distinguished road
Default

You mean these?:

  Spoiler: Long >.< 
HTML Code:
                    <div class="s_panel sc_npc_text"><p>Welcome to Mais Stand!</p></div>
                    <div class="sc_npc_img"><img src="http://i1346.photobucket.com/albums/p696/parayna/MaiForShop_zpse0665685.png" border="5" height="450"></div>    
HTML Code:
        
                <div class="s_panel sc_item">

                <!-- 
                // This is where I would get the tooltip working, but it's not currently
                <abbr rel='tooltip' title="It\'s a shiny red apple! Raises your adoptables clicks by 5 points. <em><b>use:</b> Feed a pet to give them 5 EXP.</em>."><img src='http://ycadopts.byethost4.com/picuploads/png/c36a93552de2e29e369c9196b47fd19f.png'></abbr> 
                -->
                
                <img src="http://ycadopts.byethost4.com/picuploads/png/c36a93552de2e29e369c9196b47fd19f.png">
                  <br>
                  <b>Red Apple</b>
                  <br>
                  10 Credits<br>
                
<form id="buyform" action="../purchase/Mais Stand" name="buyform" method="post">

<input id="action" name="action" value="purchase" type="hidden">
<input id="itemname" name="itemname" value="Red Apple" type="hidden">
<input id="shopname" name="shopname" type="hidden">
<input id="shoptype" name="shoptype" value="itemshop" type="hidden">
<input id="salestax" name="salestax" type="hidden">
<input id="quantity" size="3" name="quantity" maxlength="3" value="">
<button id="buy" value="buy" name="buy" type="submit">Buy
</button>
</form></div>
                <div class="s_panel sc_item">

                <!-- 
                // This is where I would get the tooltip working, but it's not currently
                <abbr rel='tooltip' title="It\'s a shiny green apple! Raises your adoptables clicks by 5 points. <em><b>use:</b> Feed a pet to give them 5 EXP.</em>."><img src='http://ycadopts.byethost4.com/picuploads/png/1e10d8fdabd1e4514187ca5ef663622d.png'></abbr> 
                -->
                
                <img src="http://ycadopts.byethost4.com/picuploads/png/1e10d8fdabd1e4514187ca5ef663622d.png">
                  <br>
                  <b>Green Apple</b>
                  <br>
                  10 Credits<br>
                
<form id="buyform" action="../purchase/Mais Stand" name="buyform" method="post">

<input id="action" name="action" value="purchase" type="hidden">
<input id="itemname" name="itemname" value="Green Apple" type="hidden">
<input id="shopname" name="shopname" type="hidden">
<input id="shoptype" name="shoptype" value="itemshop" type="hidden">
<input id="salestax" name="salestax" type="hidden">
<input id="quantity" size="3" name="quantity" maxlength="3" value="">
<button id="buy" value="buy" name="buy" type="submit">Buy
</button>
</form></div>
                <div class="s_panel sc_item">

                <!-- 
                // This is where I would get the tooltip working, but it's not currently
                <abbr rel='tooltip' title="It\'s a shiny red and green apple! Raises your adoptables clicks by 5 points.  <em><b>use:</b> Feed a pet to give them 5 EXP.</em>."><img src='http://ycadopts.byethost4.com/picuploads/png/117bdee9f79f0f3fefed1355c3eb0f05.png'></abbr> 
                -->
                
                <img src="http://ycadopts.byethost4.com/picuploads/png/117bdee9f79f0f3fefed1355c3eb0f05.png">
                  <br>
                  <b>Red and Green Apple</b>
                  <br>
                  10 Credits<br>
                
<form id="buyform" action="../purchase/Mais Stand" name="buyform" method="post">

<input id="action" name="action" value="purchase" type="hidden">
<input id="itemname" name="itemname" value="Red and Green Apple" type="hidden">
<input id="shopname" name="shopname" type="hidden">
<input id="shoptype" name="shoptype" value="itemshop" type="hidden">
<input id="salestax" name="salestax" type="hidden">
<input id="quantity" size="3" name="quantity" maxlength="3" value="">
<button id="buy" value="buy" name="buy" type="submit">Buy
</button>
</form></div>
                <div class="s_panel sc_item">

                <!-- 
                // This is where I would get the tooltip working, but it's not currently
                <abbr rel='tooltip' title="It\'s a yellow banana! Yummy! Raises your adoptables clicks by 5 points. <em><b>use:</b> Feed a pet to give them 5 EXP.</em>."><img src='http://ycadopts.byethost4.com/picuploads/png/6503a21baa10e46b2f6905ec11085ddf.png'></abbr> 
                -->
                
                <img src="http://ycadopts.byethost4.com/picuploads/png/6503a21baa10e46b2f6905ec11085ddf.png">
                  <br>
                  <b>Yellow Banana</b>
                  <br>
                  10 Credits<br>
                
<form id="buyform" action="../purchase/Mais Stand" name="buyform" method="post">

<input id="action" name="action" value="purchase" type="hidden">
<input id="itemname" name="itemname" value="Yellow Banana" type="hidden">
<input id="shopname" name="shopname" type="hidden">
<input id="shoptype" name="shoptype" value="itemshop" type="hidden">
<input id="salestax" name="salestax" type="hidden">
<input id="quantity" size="3" name="quantity" maxlength="3" value="">
<button id="buy" value="buy" name="buy" type="submit">Buy
</button>
</form></div>


Just tell me if you need anything else. Thanks~

EDIT:

It seems to be for the entire first column :/


Last edited by parayna; 01-02-2015 at 12:20 AM.
Reply With Quote