Miss Carthia van Canten (carthia) wrote in component_help,
Miss Carthia van Canten
carthia
component_help

A newbie with a question

Forgive me if this was already asked, I couldn't find the answer anywhere. It's probably because it's too simple to bother explaining...

I added a picture on top of the page, but the navigation bar with recent entries, friends and so on disappeared. How do I fix that?

Any help will be greatly appreciated.

Maybe it will help if I copy paste the codes

layerinfo "type" = "user";
set calendar_link = "#ffe6b2";
set calendar_inactive = "#da7945";
set entry_link_visited = "#770a17";
set background_repeat = "repeat";
set nav_calendar_text = "Book of Days";
set nav_entries_text = "Recent History";
set background_position = "center";
set text_post_comment = "Look into the mirror";
set entry_bgcolor = "#edad3e";
set header_bgcolor = "#cc7724";
set main_bgcolor = "#edad3e";
set nav_info_text = "The Lady";
set nav_friends_text = "Lords and Dames";
set entry_link = "#6f3002";
set comp_bgcolor = "#efe7c4";
set text_read_comments = "1 reflection // # reflections";
set entry_fgcolor = "#3b3221";
set calendar_fgcolor = "#fff4c1";
set show_entry_userpic = true;
set free_text_text = "About this journal";
set calendar_active = "#a93d0d";
set profile_text = "The Lady";
set comp_fgcolor = "#a55430";
set comments_screened_bgcolor = "#e49e44";
set text_reply_back = "Look into the mirror";
set calendar_text = "Book of Days";
function page_layout(Page p) {
var string title = $p->title();
"""
{html}
{head>
{link rel="stylesheet" href="$p.stylesheet_url" type="text/css" />
$p.head_content
{title>$title</title>
</head>
[Error: Irreparable invalid markup ('<body}>') in entry. Owner must fix manually. Raw contents below.]

Forgive me if this was already asked, I couldn't find the answer anywhere. It's probably because it's too simple to bother explaining...

I added a picture on top of the page, but the navigation bar with recent entries, friends and so on disappeared. How do I fix that?

Any help will be greatly appreciated.

Maybe it will help if I copy paste the codes <lj-cut>

layerinfo "type" = "user";
set calendar_link = "#ffe6b2";
set calendar_inactive = "#da7945";
set entry_link_visited = "#770a17";
set background_repeat = "repeat";
set nav_calendar_text = "Book of Days";
set nav_entries_text = "Recent History";
set background_position = "center";
set text_post_comment = "Look into the mirror";
set entry_bgcolor = "#edad3e";
set header_bgcolor = "#cc7724";
set main_bgcolor = "#edad3e";
set nav_info_text = "The Lady";
set nav_friends_text = "Lords and Dames";
set entry_link = "#6f3002";
set comp_bgcolor = "#efe7c4";
set text_read_comments = "1 reflection // # reflections";
set entry_fgcolor = "#3b3221";
set calendar_fgcolor = "#fff4c1";
set show_entry_userpic = true;
set free_text_text = "About this journal";
set calendar_active = "#a93d0d";
set profile_text = "The Lady";
set comp_fgcolor = "#a55430";
set comments_screened_bgcolor = "#e49e44";
set text_reply_back = "Look into the mirror";
set calendar_text = "Book of Days";
function page_layout(Page p) {
var string title = $p->title();
"""
{html}
{head>
{link rel="stylesheet" href="$p.stylesheet_url" type="text/css" />
$p.head_content
{title>$title</title>
</head>
<body}

{center>{img src=" http://img.photobucket.com/albums/v469/carthia/rozne/lady.jpg"></center>
<table width="100%" cellspacing="0" cellpadding="0" valign="top" align="center">
<tr valign="top" width="100%">
<td width="3">
{img src=" http://www.livejournal.com/palimg/component/clear.gif" width="3" height="1" alt="" border="0">
</td}
""";

if ($*comp_state == "left") {
print_my_components($p);
"""
<td width="3">
<img src=" http://www.livejournal.com /palimg/component/clear.gif " width="3" height="1" alt="" border="0">
</td}
""";
}

print_my_entries($p, $title);
if ($*comp_state == "right") {
"""
{td width="3">
<img src=" http://www.livejournal.com/palimg/component/clear.gif " width="3" height="1" alt="" border="0">
</td}
""";

print_my_components($p);
}
"""
{td width="3">
<img src=" http://www.livejournal.com/palimg/component/clear.gif " width="3" height="1" alt="" border="0">
</td>
</tr>
</table>
</body>
</html}
""";
}

function print_profile(Page p) {
print_comp_header("profile");
"""
{table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="50%" align="center">
</td}
{td align="center"><br />{a href=" http://www.livejournal.com/allpics.bml?user=carthia" alt="View my user icons">$p.journal.default_pic</a></td>
<td width="50%" align="center"}
</td>
</tr}

{tr>
{td colspan="3" class="compContent">
{div><b>user:</b> {span class="ljuser" style="white-space:nowrap;"><a href=" http://www.livejournal.com/users/carthia/info">{img src=" http://stat.livejournal.com/img/userinfo.gif " alt="userinfo" width="17" height="17" style="vertical-align:bottom; border:0;" /></a><a href=" http://www.livejournal.com/users/carthia"><b>carthia</b></a></span></div >
</div>
</td>
</tr>
</table}
""";

print_comp_footer();
}
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

  • 0 comments