daniel (libel) wrote in component_help,
daniel
libel
component_help

  • Mood:
  • Music:

Coding Help

I am trying to get all of these codes to work. If someone could help me out I would greatly appreciate it. If the code behind the cut doesn't work out leave a comment in my journal or email me at dadelius@livejournal.com and I will email the codes to you if you could help me out.
This is the code I presently have

layerinfo "type" = "user";
set font_size = "normal";
set calendar_text = "calendar";
set text_post_comment = "Give it up";
set page_recent_items = 10;
set lineheight = 22;
set text_meta_mood = "Current Mood";
set calendar_link = "#a0522d";
set text_meta_music = "Current Music";
set comp_navbar = true;
set header_fgcolor = "#000000";
set comp_friends = true;
set entry_link_visited = "#a0522d";
set font_family = "sans-serif";
set background_repeat = "repeat";
set show_recentnav_icons = true;
set icalendar = true;
set page_background_image = "";
set calendar_active = "#ffffcc";
set fourth_position = "links_order";
set free_text_text = "About this journal";
set profile_text = "profile";
set entry_link = "#a0522d";
set nav_text_forward = "Forward";
set show_entrynav_icons = true;
set entry_bgcolor = "#cccc99";
set color_forms = false;
set main_bgcolor = "#000000";
set comp_state = "right";
set nav_info_text = "profile";
set use_shared_pic = false;
set show_summary = false;
set show_calendar = true;
set nav_friends_text = "people i like";
set free_text = "This journal is open to all who stumble across it. Be forewarned that most of this journal is boring. There will be alot of cussing. If you have a problem with homosexuality leave now. Other than that have fun and comment if you want.";
set text_reply_back = "What They Said";
set header_fgcolor_lt = "";
set second_position = "profile_order";
set page_friends_items = 10;
set calendar_inactive = "#cccc99";
set view_entry_disabled = false;
set show_free_text = true;
set show_links = true;
set entry_fgcolor = "#000000";
set text_read_comments = "1 Gave it up // # Gave it up";
set comment_divider = "~";
set sixth_position = "none";
set comp_bgcolor = "#cccc99";
set text_post_comment_friends = "Give it up";
set page_summary_text = "Page Summary";
set background_scrolling = "scroll";
set fifth_position = "free_text_order";
set comments_screened_bgcolor = "#4a4a4a";
set text_read_comments_friends = "1 Gave it up // # Gave it up";
set nav_text_back = "Back";
set nav_calendar_text = "calendar";
set comp_fgcolor = "#000000";
set underline_links = "hover";
set header_link = "#a0522d";
set show_entry_userpic = true;
set text_permalink = "Click";
set show_profile = true;
set links_text = "links";
set header_bgcolor = "#cccc99";
set comments_bgcolor = "#ffffcc";
set first_position = "navigation_order";
set third_position = "calendar_order";

function page_layout(Page p) {
var string title = $p->title();
"""



<td>
</td> """; if ($*comp_state == "left") { print_my_components($p); """ """; } print_my_entries($p, $title); if ($*comp_state == "right") { """ """; print_my_components($p); } """
"""; } function print_profile(Page p) { print_comp_header("profile"); """

$p.journal.default_pic
user: </a></b></a>libel
</div>
"""; print_comp_footer(); } function print_my_entries(Page p, string title) { """<td valign="top" width="100%">"""; $p->print_body(); }





I'm trying to add this to the above code but eveytime I complie it, it says I have an error.
<*style media="screen" type="text/css">
.compBg { filter:alpha(opacity=65); -moz-opacity:0.65; }

<*style>
html {
scrollbar-3dlight-color: #cccc99; 
scrollbar-arrow-color: #cccc99;
scrollbar-base-color: #cccc99;
scrollbar-darkshadow-color: #cccc99;
scrollbar-face-color: #ffffcc;
scrollbar-highlight-color: #cccc99;
scrollbar-shadow-color: #cccc99;
}
<*/style>

If this doesn't show up if you could help me email me at dadelius@livejournal.com or leave a reply in my journal so I can email the code to you.

Thanks Dadelius
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

  • 6 comments