joboyogi
Forum Replies Created
-
<tr style=”height: 15.0pt;”>
<td class=”xl65″ style=”height: 15.0pt;” bgcolor=”#000000″ height=”20″></td>
<!–Change this out for an image file at some point–>
<td class=”xl136″ style=”text-align: center;” colspan=”5″ rowspan=”15″>[picture of animal]</td>
<td class=”xl108″ colspan=”2″ bgcolor=”#000000″><span style=”color: #ffffff;”>Name:</span></td>
<!–Input box needed for the name of the character–>
<td class=”xl116″ colspan=”10″><form action=”POST” method=” ” name=”rpg_character_name_forms”><input name=”rpg_character_name_forms” type=”TEXT” value=”character name” />
</form></td>
<td class=”xl65″ bgcolor=”#000000″></td>
</tr>So I got it to have a text box, but haven’t connected to the field in the table yet.
From this page I think I need to assign a variable to the header of the page for “character_name” which is the name of the field I’m looking to pull from here, which lives in the “wp_yyz_dlp_rpg_characters” table. Where would this function be placed for it to work on a WP post?
I’m thinking that I can set the character sheet as a post template with an owner/author and find a way to keep them private by default. Eventually I want to use the data from the posts in the sidebar to run the game. Is this impossible?
Forum: Themes and Templates
In reply to: Easy way to remove margins and padding?I was able to set a min-height attribute at 1080 that allowed me to kind of fake it. Is there a way to set a min-height for the main page section and mount the footer to the absolute bottom of the page, removing the gap that appears?
Thanks for all the help
Forum: Themes and Templates
In reply to: Easy way to remove margins and padding?Thanks! that worked to make the top part flush with the sides, but is there a way to always make the bottom of the window reach the bottom of the browser frame?
Also, there is a space between the background image and the top of the frame, is there a way to remove that?
Forum: Themes and Templates
In reply to: Easy way to remove margins and padding?So how can I remove the spacing above the background image and make the content frames flush with the edges of the browser window?
Forum: Themes and Templates
In reply to: Easy way to remove margins and padding?OK, did that, uploaded a clean 2011 theme from the download and renamed the folder, reset all my stuff back and it should be ready to start.
Forum: Themes and Templates
In reply to: Twenty Eleven theme, subpages to Home buttonMy productivity just went up a bajillion percent. Thanks so much!
Forum: Themes and Templates
In reply to: Twenty Eleven theme, subpages to Home buttonThanks, this lets me choose the top level menu items only, trying to figure out how to add the subpages to the dropdown.