Block help
Posted: 27. May 2009 07:20
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...
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...