Jump to content

Quertas

Members
  • Posts

    5
  • Joined

  • Last visited

Quertas's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. ok here it goes.. i created a drop down menu using the select.. but i noticed i cannot manually put in info to the same area. """<select class ="sheet-select" name="attr_species_select" value="0" style="width:200px"> <option value="0"> </option> <option value="Blasters">BLASTER</option> <option value="S-Blaster pistol">Spec-Blaster Pistol</option> <option value="S-Blaster heavy pistol">Spec-Heavy Blaster Pistol</option> <option value="S-Blaster rifle">Spec-Blaster rifle</option> <option value="S-Blaster Hold Out">Spec-Hold out Blaster</option> </select> so how can i program this so i can use the list as well as enetr in one own info to the list
  2. <select class ="sheet-select" name="attr_dexterity_select" value="0" style="width:600px"> <option value="0"> </option> <option value="1">Acting Ability - 1,2,3 +1/point charm skills</option> <option value="2">Acute hearing 2 +1d per,search/conceal,sneak</option> </select> <input type="number" name="attr_DEXTERITYpip" class="sheet-smallnumber" min="0" value="0" style="width:35px"/> <!-- there is alot more in the drop down menu, just gave u a small sample.. instead of copying andpasting i want a "place holder or function or sumtin" so i can just put in the code and it will call the code instead
  3. i have a page with multiple areaas to fill in with text.. question is how can i save the data from the sheet and be able to recall it later on
  4. whats the code to put in other code so u can recall it at any time in order to not copy and paste it all over tons of times.. i think it is a fucntion but i cant seem to find it anywhere and i cant remeber what its called
×
×
  • Create New...