PDA

View Full Version : Editing Style (Green Leaf)



totenmaske
Thu 11th Aug '05, 2:22am
I hope this is the right place to post this :confused:

Does anyone perchance know where the following bit of code is in the Green Leaf skin?



<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>

</thead>
</table>


Thanks in advance...

KingSpade
Tue 16th Aug '05, 2:01am
What are you trying to modify? The code above may reside in a few areas, but if you could state specifically what you are looking to modify, maybe I can help you :).

DirectPixel
Thu 18th Aug '05, 12:56am
I hope this is the right place to post this :confused:

Does anyone perchance know where the following bit of code is in the Green Leaf skin?



<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>

</thead>
</table>


Thanks in advance...
You won't find that exact piece of code in your templates; values like cellpadding, cellspacing, width, etc. are not hardcoded into the templates. Those values, when shown in the templates, are substituted with their equivalent variable names.

I'd look in forumhome and all the forumhome_levelx_post/nopost templates as a start (this code occurs in more than just those areas, but those are some of the most common places that are modified).

Also, you might want to check out the showthread/threadlist/etc. templates. :)