PDA

View Full Version : Changing hieght of pm box.


ExTincTi0N
12-24-2008, 08:02 PM
Okay I was just wondering what template do I go into to change the hieght of the pm box.

here is a pic of what i have.
91139

I would like to make it so the pm box is taller so the moods can fit under the credits but not go over the quick links.

Any advice?

Lynne
12-24-2008, 08:38 PM
Most likely you need to do it in the navbar template. To find this out yourself, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

ExTincTi0N
12-24-2008, 09:06 PM
Didnt work for me lol, couldnt figure out anything.

Lynne
12-24-2008, 09:18 PM
I don't see the template names in the page source at all. It doesn't look like you turned them on. If you did, you would see comments like this throughout the page:

<!-- open content container -->

<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 25px 0px 25px" align="left">
<!-- END TEMPLATE: spacer_open -->

<!-- END TEMPLATE: header -->
<!-- BEGIN TEMPLATE: navbar -->
<br />

<!-- breadcrumb, login, pm info -->

ExTincTi0N
12-24-2008, 09:25 PM
Would i see that in the styles and template area while modifying the template? Because I didnt know where lol and I turned it off.

Lynne
12-25-2008, 12:09 AM
Why would you need to see the template name if you are editing the template? But, to answer your question, no you would not see that in the template area while modifying the template. It tells you the beginning of the template, and then when you reach the end of the template. So, for instance, that <br /> in the code I copy/pasted is in the navbar template since it says the navbar template started right above there.