Ok if I'm posting in the wrong area again I'm very sorry. But I need a little help. I am trying to create a template that is connected to a new tab in the Profile area. I don't really know how to read code I just do a bunch of research to get me where I need to be and I'm close but I need lots of help here. Here is the code I have for my template:
Code:
<div class="blockbody userprof_content userprof_content_border">
<h5 class="subblocksubhead subsubsectionhead first">Tour of Duty Roster</h5>
<dl>
<dt id="profilefield_title_1" class="aboutme_left">Events:<a href="#"><img title="Edit Value" alt="Edit Value" src="http://www.bloodfingarrison.com/forums/images/misc/userfield_edit.gif" border="0" hspace="6"></a></dt>
<dd id="profilefield_value_1" class="aboutme_right">
CVI Orlando, August 23 - 26<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Just testing how far this can go
<script type="text/javascript">
<!--
vBulletin.register_control("vB_ProfilefieldEditor", "1");
//-->
</script>
</dd>
</dl>
</div>
Here are my issues that I don't know how to fix
#1. It sits far too far down on the page.
#2. I want the height to be about 3oopx unless the information in the block causes it to expand
#3. and last but not least when I click on the edit field icon it kicks me out to the forum home page
Thank you for your time!