Block help

Post Reply

Topic author
dudenell
Active Member
Posts: 31
Joined: 19. December 2008 05:08
phpBB.com User: dudenell
Location: NY state
Contact:

Block help

Post by dudenell »

I probably should have read more of the release logs that went along with 1.0.3

One of the things I just learned about was the block config file.. so I decided to try updating the style on my site and it looks a lot better then it did... Only thing is that the blocks that I customized from 1.0.2 and lower are obviously not. so far I have figured it out except one thing... how do I center the text for the center blocks

EX when I look at the styles already in place such as custom_center.html

all I see is
{$C_BLOCK_H_L}{PORTAL_CUSTOM_CENTER_HEADLINE}{$C_BLOCK_H_R}

I'm not quite sure where its calling on that and how exactly its centering the text. Lets say I didn't want to have it call upon another file to center the text, how would I do it within that one block? (tried div center and just regular <center> with no luck)

-Dan

Edit:

I figured it out, I just had to change it from {$LR_BLOCK_H_L} to {$C_BLOCK_H_L} ect...
Post Reply

Return to “Modifications Support”