Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Code select TAB

ENG I'm creating a character sheet for a Pokémon Game e.g. Character and Pokemon. Each character sheet has some tabs, player/team/backpack/ranch and I  want to assign those tabs individually to each new character that I'm creating, and the players can't edit, just the GM. Does exist any code html or css to do it? SPANISH Estoy creando una hoja de personaje para un juego de Pokémon, ejemplo: personaje y Pokémon. Cada hoja de personaje tiene varias pestañas: jugador, equipo, mochila, rancho. Me gustaría asignar cada pestaña de forma individual a los personajes que voy creando y que los jugadores no puedan editar, solo el GM. ¿Existe algún código html o css para hacerlo? If anyone can help me? Thank you in advance!
You want them to be able to look at the tabs to read the information but not edit the information in them? But you want to be able to change the tab information for any new characters made?&nbsp; There is a great section I used on tab making for my sheet at this link. <a href="https://wiki.roll20.net/CSS_Wizardry#Tabs" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Tabs</a> That will solve the tab making issue. To lock the information from being editable I would lock the text input block on the character sheet by adding disabled to the code. Make sure to have the value = an attribute. &nbsp; &lt; input &nbsp;type ="text" &nbsp;id ="lname" &nbsp;name ="lname" &nbsp;disabled &gt; Then on the attributes tab of the character sheet input the info you want to the attribute. I hope this helps.&nbsp;
ENG Hello. Thanks for replying and sorry for not saying anything until now, I've had a computer crash.&nbsp; I don't quite understand your example. I'm quite new to HTML/CSS coding and I think I've explained myself badly when I formulated my question.&nbsp; I'm creating a character sheet for a Pokémon game with some friends and I'm using the base of: PokemonTableroAventuras_v3. I've created two tabs: Trainer - Pokémon (attached picture) What I want is that as GM when I create a character (from inside the game) I can select which tab uses that character Trainer/Pokémon. And that the other one is disabled so that only one is functional.&nbsp; Thanks for your time.&nbsp; SPANISH Hola. Gracias por contestar y perdón por no decir nada hasta ahora, he tenido el ordenador estropeado.&nbsp; Tu ejemplo no lo acabo de entender del todo. Soy bastante novato con esto del codigo HTML/CSS y creo que me explique mal a la hora de formular mi duda.&nbsp; Estoy creando una hoja de personaje para un juego de Pokémon con unos amigos y estoy usando la base de: PokemonTableroAventuras_v3. He creado dos pestañas: Entrenador - Pokémon (adjunto foto) Lo que yo quiero es que como GM cuando creo un personaje (desde dentro de la partida) yo pueda seleccionar qué pestaña usa ese personaje Entrenador/Pokémon. Y que la otra quede deshabilitada haciendo que solo una sea funcional.&nbsp; Gracias por vuestro tiempo.&nbsp;