(Untitled)

Jun 17, 2005 00:27

I've been trying to figure this out for a while but I've had no luck. So I wanted to know if it was possible to customize the info box to center the text & have it say what I want (besides for changing it in the info), or replacing it with an image.

Oh my, it's an LJ cut. )

code overrides, layout:the boxer, question

Leave a comment

Comments 9

ex_panda_coo153 June 17 2005, 06:58:13 UTC
To center your title and change it to whatever you want it to say:

layerinfo "type" = "theme";

layerinfo "name" = "panda_boxer_hack";

#############################################

#

# Print and Print Bodies

#

#############################################

function Page::print() {

var string title = $this->title();

"""

PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

""";

$this->print_head();

"""

post title here

""";

print_nav($this);

"""

title goes here

""";

Reply

(The comment has been removed)

darkladyothsith June 17 2005, 15:01:35 UTC
If you want the area to be blank, you have to insert a inside the tags:

That help?

Reply

(The comment has been removed)


Leave a comment

Up