Runboard.com
Слава Україні!



🙂       Use the black navigation bar to log in or create your account.

Jump to Page:  1  2  3 

 
DianeAlmond Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 09-2006
Posts: 34
Karma: 0 (+0/-0)
ReplyQuote
posticon Have goofed. Forum list and more not showing!


LeDesigner:
You have helped me so..and am embarassed to say that I found myself playing around and I have NO clue how to fix tho spent hours not wanting to "big" u and probably made matters worse emoticon
However am in need and am starting to thread for this isolated problem.
http://bnewcountry.runboard.com
*MAIN PAGE: my list of forum names..the text is not showing up and can tell its there but color FF0000 is not displaying.
*BELOW at bottom of Main page: (membership box)the newest member to board's name..has disappeared
*CLICK ON A FORUM NAME...to post...and that FORUM NAME is not showing up.
FIGURED THIS WAS ALL RELATED and a link color problem..but with all my idiot troubleshooting attempts....hahaha..well...I am stuck

DO want to thank you so again for your continued help.
Will be posting new thread(s) for other specific areas in need of tweaking..hope it is appropriate to do so in that way.
(((hugs)))



---
 
COUNTRYMusicRRBoard

pink flamingos
9/20/2006, 1:48 pm Link to this post PM DianeAlmond AIM Read Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Copy everything in your CSS box and paste it in at this site. Fix the errors it finds, then come back here if that doesn't take care of your problem.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
9/20/2006, 5:35 pm Link to this post PM Lesigner Girl Read Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Nevermind. I cleaned it up.

First, go into your Layout/Colors screen and change all the link colors to #ff0000 (red). Right now you have the regular and visited links as #000000 (black), which is why you can't see the forum links on the black background. Same thing with the text color, but change that to #ffffff (white). Then save your changes.

Second, take this out of your HTML Header:

<body bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#ffffff" alink="#ffffff">
<div align="center" ;
background-repeat: no-repeat;
background-position: center;
background-color: #000000;width:100%;height:44px;"></div>

The <body> tag does not belong there, and I don't know what the heck you're trying to do with that <div> tag. It's a blank <div> with no content in it, and it isn't even coded properly. If you were to use it at all, it should look like this:

<div style="text-align:center;
background-repeat: no-repeat;
background-position: center;
background-color: #000000;width:100%;height:44px;">Stuff in here</div>


Third, take everything out of your CSS box and replace it with this:



/* MAIN BACKGROUND*/
body { font: bold 12px verdana; color: #fff; background:#000;margin: auto 0; }
.backtotop { font: 12px arial,tahoma; color:#f00; }

/*separator*/

.forumlist_separator, .forumlist_separator_td,
.forum_list_header_forum_td,
.forum_list_header_topics_td,
.forum_list_header_posts_td,
.forum_list_header_lastpost_td {
 font: 12px verdana; color:#f00; height:24px;
 background:url(http://members.aol.com/amberss/separatorblkred.jpg) repeat-x;
 padding:0;
 }

/*header*/
ak_msgform_poll_options_head_td,
.ak_msg_seememberlist_head_user_td,
 .ak_msg_seememberlist_head_date_td,
 .ak_msg_seememberlist_head_im_td,
 .ak_msg_seememberlist_head_pm_td,
.ak_msg_seememberlist_head_email_td,
 .ak_poll_table_header,
.forumlistboardstatsheader {color:#f00; }
.topic_list_header_modbox_td,
 .topic_list_header_newtext_td,
.topic_list_header_posticon_td,
 .topic_list_header_topic_td,
.topic_list_header_startedby_td,
.topic_list_header_replies_td,
 .topic_list_header_views_td,
.topic_list_header_lastpost_td,
td.ak_subject_posticon_head_td {
font: bold 12px verdana ;height:24px;
background:url(http://members.aol.com/amberss/separatorblkred.jpg) repeat-x;
padding:0;
}
td.ak_subject_posticon_head_td { color:#ff9; }


/* POST REPLY MESSAGE REPLIES */

textarea{
font: bold 12px arial,verdana;
color: #000;
border-color: #c10;
background-color:#000;
}

/* SETS THE WIDTH AND BORDERS OF THE POST TABLE*/

.ak_msg_post_master_table { width:700px; border:0; background:#000; }

/* SETS THE OUTER TABLES WIDTH TO KEEP NON-TABLE CONTENT WITHIN A MAX WIDTH*/
.ak_msg_master_table {width:740px;font-family:tahoma,arial;font-size:12px;text-align:center;background:#000;}

/* CHANGE SPECIAL LINK COLORS*/
span.locationboard a:link{color:#f00;}
span.locationboard a:visited {color:#f00;}
span.locationboard a:hover{color:#f00;}
span.locationboard a:visited {color:#f00;}
span.locationboard a:hover{color:#f00;}


span.locationforum,
span.locationtopic {font:12px arial,tahoma;}

/* HORIZONTAL RULE FOR CROSS COMPATIBILITY REASONS WE USE THE BORDER TO GIVE THE LINE EFFECT */
hr {height:0; width:100%; border:none; border-bottom: 1px solid #000; }

/* TEXTAREAS SETS THE BACKGROUND-COLOR */
textarea {
background: #ccc url(http://members.aol.com/amberss/backgroundguitars.gif);
font-size:12px; color:#000; font-weight:bold;
}

/* FORUM LIST PAGE */
.forum_list_table {width:740px;border:1px solid #000;}

/*right below SETS THE COLOR on TOP SEPARATOR BAR text-forumtopicspostlastposts*/
span.forumlistheader {font-size:14px;color:#fc1;}

.forum_list_header_newtext_td,
 .forum_list_header_forum_td,
 .forum_list_header_topics_td,
 .forum_list_header_posts_td, .forumlist_separator_td
.forum_list_header_lastpost_td, .topic_list_header_modbox_td {
background-color:#000;color:#f00;height:20px;
}

span.forumlistseparator {font-size:12px;}
.forumlistforumname {color:#f00; height:20px; font-weight:bold;}
span.forumlistnewswitch {font: 14px arial,tahoma,verdana;}
.forumlistboardstatsheader { background-color:#000; color:#ff9; }
.forumlistboardstatstable { width:740px; border:1px solid #000; background-color:#000; color:#ff9; }
span.forumlistnumtopics, span.forumlistnumposts {font-size:10px;}
span.forumlistdescription {color:#ff9;}

/* CHANGES AND ADJUSTS THE WHO IS ONLINE TABLE */
.forumlistwhosonlinetable {
width:99%; border: 2px solid #ff9;
background-color:#0D0D0D; font: 12px verdana; color:#f00;
}
.forumlistwhosonlinetd {padding: 6px;}

/* TOPIC LIST PAGE */
.topic_list_table {width:740px; border:1px solid #c10; background-color:#000;}
.topiclistheader {font-size:12px; color:#ff9;}
.topiclisttopicname { }
span.topiclistnewswitch { font:12px tahoma,arial;}
.topic_list_header_modbox_td, .topic_list_header_newtext_td,
.topic_list_header_posticon_td, .topic_list_header_topic_td,
.topic_list_header_startedby_td, .topic_list_header_replies_td,
.topic_list_header_views_td, .topic_list_header_lastpost_td {
padding:0; }
span.topicliststartedby, span.topiclistreplies,
span.topiclistviews {font-size:12px;}
.topic_list_header_modbox_td {padding:0;}
.ak_tl_topicrow_mouseover_off,
 .ak_tl_topicrow_mouseover_on {padding:5px;}
span.topiclistreplies {font-weight:bold;}
span.topiclisttopicclosed,
span.topiclisttopicsticky,
span.topiclisttopichidden {
font:12px arial,tahoma; color:#f00;
}

/* POLL TABLE AND ITS PARTS */
.ak_poll_table {
font:12px arial,tahoma; text-align:center; border:1px solid #000;
background-color:#000; margin-bottom:10px; }
.ak_poll_table td {border:0 solid #000; border-bottom:1px solid #000;}
.ak_poll_table td td {border:none;}
.ak_poll_table_header {background-color:#000; height:20px; padding: 0 25px; font-size:10px;}
.ak_poll_table_header br {display:none;}
.ak_poll_table_header a {padding-left:8px;}
.ak_poll_table_button_cell input {
background-color:#000; border:1px solid #000; height:20px;
font: bold 10px verdana; color:#f00; padding-bottom:1px; }
.ak_poll_table_option_rcell1 input, .ak_poll_table_option_rcell2 input {border:none;}
.ak_poll_table_viewres_cell {font-weight:bold; font-size:10px;}
.ak_poll_table_option_gback1,
.ak_poll_table_option_gback2 {background-color:#000;}
.ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {border:1px solid #000;}

/* NEW TOPIC & ADD REPLY BUTTONS */
.topiclistpostnewtopic a:link, .topiclistpostnewtopic a:visited {
padding: 12px 22px; font:bold 12px verdana,arial, tahoma; color:#ff9;
background:url(http://members.aol.com/amberss/buttonredsquare.jpg) center no-repeat;
}
.postlistaddareply a:link, .postlistaddareply a:visited {
padding: 12px 28px; font:bold 12px verdana, arial, tahoma; color:#ff9;
background: url(http://members.aol.com/amberss/buttonredsquare.jpg) center no-repeat;
}
.topiclistpostnewtopic a:hover, .postlistaddareply a:hover { color:#fff; text-decoration:none; }

/* MEMBERSHIP LIST */
.ak_msg_seememberlist_table td {border-style:solid; border-color:#c10; color:#f00;}

.ak_msg_seememberlist_table {
font-size:12px; border:1px solid #000; width:740px;
text-align:center; background-color:#000;
}
.ak_msg_seememberlist_head_user_td,
.ak_msg_seememberlist_head_date_td,
.ak_msg_seememberlist_head_im_td,
.ak_msg_seememberlist_head_pm_td,
.ak_msg_seememberlist_head_email_td {
background-color:#000; font: 12px verdana,tahoma,arial; color:#f00; height:20px;
}
.ak_msg_seememberlist_showing { font:12px verdana; color:#f00}

/*BOARD STATS TABLE*/

.forumlistboardstatsheader {
background:#0D0D0D url(http://members.aol.com/amberss/separatorblkred.jpg) repeat-x;
border-bottom:1px solid #ffc; font-size:12px; color:#ff9; border-right:1px solid #ffc;
}

.forumlistboardstatstable {background-color:#0D0D0D; border:1px solid #ffc; border-right:0;}

.forumlistboardstatstitle {width:25%;text-align:center;font:10px verdana;color:#f33;}

.forumlistboardstatsdata {
width:25%; background-color: #0D0D0D; text-align:center;
border-left:1px solid #ffc; border-right:1px solid #ffc;
font: 10px verdana; color:#f33;
}
.forumlistboardstatstable {width:100%; border:1px solid #ffc;}


/* POST TABLE */
.ak_msg_post_master_table {
background:#ccc url(http://members.aol.com/amberss/backgroundguitars.gif);
font-weight:bold; color:#000;
}

.ak_msg_post_master_table td {border:1px solid #000;}
span.postlistusername a,
span.postlistpostname {font-size:12px;}

.ak_msg_post_table { }

blockquote {
text-align:center; border:1px solid #c10; font: bold 12px verdana;
color:#c10; width:98%; margin:0; padding:0;
}
blockquote hr, span.postlistpostbody hr {display:none;}

.ak_msg_post_master_table a:link,
.ak_msg_post_master_table a:visited {color:#f00;}

span.postlistpostbody { font: bold 12px verdana,arial,helvetica,sans-serif; color:#c10;}


/* POST REPLY SECTION Add separator line between each post */

.ak_msg_postlist_betweenposts_table{height:1px;display:block;padding:0;}
.ak_msg_postlist_betweenposts_table_td{height:2px;display:block;padding:0;}


/* WRITE MESSAGE TABLE */
.ak_msgform_master_table {
background-color:#222; border:1px solid #c10; font: 12px arial,tahoma,verdana; }
.ak_msgform_master_table td {border:0;}
ak_msgform_master_table input {border:1px solid #c10;}


.ak_msgform_poll_options_table {border:1px solid #000;}
.ak_msgform_poll_options_table td { border:0; border-bottom:1px solid #000; padding:1px;}
.ak_msgform_poll_options_table td input {
background-color:#000; border:1px solid #000; font:12px arial,tahoma; }
.ak_msgform_poll_options_head_td {
background-color:#000; color:#f00; font:11px verdana,tahoma,arial;
padding:5px; text-align:center; height:20px; }
.ak_msgform_newtopic_submit_button,
.ak_msgform_newtopic_preview_button,
.ak_msgform_postreply_submit_button,
.ak_msgform_postreply_preview_button,
.ak_msgform_editpost_submit_button,
/*2 BUTTONS with colors and text for PREVIEW and SUBMIT */
.ak_msgform_editpost_preview_button {
border:1px solid #c10; height:20px; background-color:#c10; font:bold 12px verdana; }
/*cluster BUTTONS with colors and text for Message insertimage bold italic etc under SMILIES */
.qcode_bar_but {
font: bold 12px verdana; border: 1px solid #CDBA96;
background-color:#c10; color:#000; height:20px;
margin-top:2px; padding-left:5px; padding-right:5px; }

.ak_msgform_subject_right_td input,
.ak_msgform_message_right_td textarea{
border:1px solid #c10; color:#000; width:340px;
font: bold 12px arial,tahoma,verdana;
background:#ccc url(http://members.aol.com/amberss/backgroundguitars.gif);
border:0; }

.ak_msgform_poll_options_right_td input {
background-color:#000; padding-top:2px; padding-bottom:2px; margin:2px;
font: 11px verdana; color:#c10; border:1px solid #c10; }
/* POSTICON TABLE */
.ak_subject_posticon_table{
padding:0; text-align:center; color:#000; font:11px verdana,tahoma,arial;
border:1px solid #c10; background-color:#000; margin-bottom:5px; }

.ak_subject_posticon_table td {border:0;}
.ak_clickposticon_table,
.ak_clickposticon_td,
.ak_subject_posticon_icons_td,
.ak_subject_posticon_icons_td td {border:0; text-align:center;}
.ak_subject_posticon_head_td {text-align:center; font:11px verdana; color:#000;}

/* SMILIE SCROLLING TABLE */

.msgform_clickable_smiley_box_h { display: none; }


.smileybox { position:relative; }
.smileyhead {
font: bold 12px verdana,tahoma,arial; padding:3px 0;
border:1px solid #c10; color:#ffe600; text-align:center;
background:url(http://members.aol.com/amberss/separatorblkred.jpg) repeat-x;
width:200px;
}
.smileytable { width: 200px; height:250px; overflow:auto; text-align:center; border:1px solid #c10;
background:#191919; padding-top:5px; }
.smileytable table { width: 100%; }
.new_smiley_box_h { border-collapse:collapse; padding:0; margin-top:-1px; }
.goaway { display:none; }


.msgform_clickable_smiley_box_b {padding-top:5px;}
.msgform_clickable_smiley_box_b, .msgform_clickable_smiley_box_b td {border:0;}


I left a couple of empty class names in there in case you planned on defining something for them, but added { } after them. If you don't plan on customizing them, you can take them out. They are these two:

.ak_msg_post_table { }
.topiclisttopicname { }

There might be others. I noticed one while I was cleaning up the code, and happened to notice the other after making this post (thus this edit).

I had to guess with some of the colors, because you had a few different choices on some of them. But once you paste that in there, it'll give us a solid foundation to work from. emoticon

Last revised by Lesigner Girl, 9/20/2006, 8:16 pm


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
9/20/2006, 8:10 pm Link to this post PM Lesigner Girl Read Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Afterthought suggestion:

You could replace your current .qcode_bar_but to have yellow text and your separator image in the background.

old code:
.qcode_bar_but {
  font: bold 12px verdana; border: 1px solid #CDBA96;
  color:#000; height:20px; margin-top:2px;
  padding-left:5px; padding-right:5px; }

possible replacement:
.qcode_bar_but {
  font: bold 12px verdana; border: 1px solid #CDBA96;
  color:#ff9; height:20px; margin-top:2px; padding-left:5px; padding-right:5px;
  background:#c10 url(http://members.aol.com/amberss/separatorblkred.jpg); }


Last revised by Lesigner Girl, 9/20/2006, 8:25 pm


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
9/20/2006, 8:25 pm Link to this post PM Lesigner Girl Read Blog
 
DianeAlmond Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 09-2006
Posts: 34
Karma: 0 (+0/-0)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Have done as suggested all...except for below..

/* MAIN BACKGROUND*/
body { font: bold 12px verdana; color: #fff; background:#000;margin: auto 0; }
.backtotop { font: 12px arial,tahoma; color:#f00; }

Since I added the side bar successfully like asphalt skin..finally..and think thet is a table in that added ti CSS..and is working aokay..didnt know adding the above would throw everything off (?)

Tried CC vaidation...I must be a total dunce...cause I got an error...and think it didnt like my source code? url for my message board? which i used:
http://bnewcountry.runboard.com
ALSO it said to I think do a HTML XL first..obviously I dont know where I am to do that first before doing a CSS validation.

Am confused emoticon
well won't mention all...BUT...I am trying to get the hang of..how html plays in with CSS and also layout selections. HOw it all is put together to make the site happen.
I think i read that CSS overides all else? LIke does it read to script out in a certain order of those three areas of info..a Seems like there is a crossover, like what if one never puts anything in the layout selections or what if some area filled in layout is different than in CSS or HTML?

ALso regarding HTML..
I might have ready some info on a post wrong..but with the message boards script...is it unnessary to put closing tags on some or none of the tags?
if there is a body tag in HTNL for instance does it need a ned tag at bottom..and also should there be a html opening and ending tag on the Custome Html?
I saw one <*b/> tag i think in asphalt's ro something else I copie and didn't seem to have any purpose.
HOW does one know what the total for script has gone over in CSS and HTML?
OH Yes I noted that if one changes their images to gif that it would be more of a compression without losing quality. i might change my banner then.

in the just a few years that I have not been scripting HTML for websites I have lost some savy. Only knew much of what I only needed..and pasted since..no pro here but definitely more knowledgable then someone using a program for HTML

Do others script webpages in CSS? hmmmm not unless their webspace host identifies perhaps for now am aware of the "short" of it all.

Will reply about my scrolling smiley box and message post box in other topic.

I LIKE THE LOOK of my cornie page!!! yay yay..especially now with SIDE bar..DO you think I should reduce width a bit.of main part of page?

THANKS for making my message board back to more normal!!! yay yay


---
 
COUNTRYMusicRRBoard

pink flamingos
9/22/2006, 7:30 pm Link to this post PM DianeAlmond AIM Read Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: Have goofed. Forum list and more not showing!



Since I added the side bar successfully like asphalt skin..finally..and think thet is a table in that added ti CSS..and is working aokay..didnt know adding the above would throw everything off (?)

This is why you need to work on one thing at a time and fix your errors before continuing. If you added CSS as part of that asphalt skin, then of course deleting all your CSS and adding the code I posted above is going to wipe out all of your additions, because I posted that code before you put in the asphalt skin.


Tried CC vaidation...I must be a total dunce...cause I got an error...and think it didnt like my source code? url for my message board? which i used:
http://bnewcountry.runboard.com
ALSO it said to I think do a HTML XL first..obviously I dont know where I am to do that first before doing a CSS validation.

This is why I said:

Copy everything in your CSS box and paste it in at this site. Fix the errors it finds, then come back here if that doesn't take care of your problem.

You need to paste the actual code into the big box at the bottom of the page.

You have a LOT of new errors in your code. You're missing dots, #'s, and semi-colons all over the place, and in some cases just adding words that don't need to be there.

This:
background:url(http://members.aol.com/amberss/separatorblkred.jpg) background-repeat:repeat-x;padding:0;}

Should be this:
background:url(http://members.aol.com/amberss/separatorblkred.jpg) repeat-x; padding:0; }

The latter uses short-hand, which is intended to get rid of all that extra wordiness in the code. If you want to add the extra words, you have to put a semi-colon after the ) and before background-repeat.

I think i read that CSS overides all else?

Yes, CSS overrides HTML.

LIke does it read to script out in a certain order of those three areas of info..a Seems like there is a crossover, like what if one never puts anything in the layout selections or what if some area filled in layout is different than in CSS or HTML?

I would love to answer that, but I didn't understand a word of it. Could you please re-phrase?

if there is a body tag in HTNL for instance does it need a[n end] tag at bottom

DO NOT add your own <body> tag. Yes, every page needs ONE <body> tag and ONE closing </body> tag, but they are already in every board's underlying code.

and also should there be a html opening and ending tag on the Custome Html?

DO NOT add your own <html> tag. Yes, every page needs ONE <html> tag and ONE closing </html> tag, but they are already in every board's underlying code.

I saw one <*b/> tag i think in asphalt's ro something else I copie and didn't seem to have any purpose.

It doesn't. The way to close off a <b> tag is with </b>, not <b/>, and <b/> will not work for this purpose. I won't get into why we shouldn't be using the <b> tag in the first place, because that would only further complicate things.

HOW does one know what the total for script has gone over in CSS and HTML?

What?

OH Yes I noted that if one changes their images to gif that it would be more of a compression without losing quality. i might change my banner then.

It all depends on colors/detail in the design. Photographs and other images with a lot of similar detail would look better in jpg, and converting them to gif would only make them grainy at best. But for your banner, a gif would probably be best. emoticon

I have actually found that some images have a smaller file size when saved as a jpg as opposed to a gif, but this is more exception than norm.

in the just a few years that I have not been scripting HTML for websites I have lost some savy. Only knew much of what I only needed..and pasted since..no pro here but definitely more knowledgable then someone using a program for HTML

My initial responses to you were based on your assertion of that, but now I think you have forgotten more than you know. You might want to brush up on your HTML at w3schools.com. After that, you should go through their xhtml tutorial, since it's better than the outdated html, and it's what Runboard uses.

Do others script webpages in CSS? hmmmm not unless their webspace host identifies perhaps for now am aware of the "short" of it all.

I didn't understand anything after the "not unless" part, but yes, a lot of people use CSS for layout. But we don't "script" our sites in CSS. I code my sites in xhtml and style them with CSS. If you look at the source code for this board, you will see that I didn't use a single table for layout, and all the images you see here except for this banner are background images, although I could just as easily put the banner in the background if I wanted.

ImageCSS can do sooooo many things that tables can't do. CSS saves storage space. CSS saves bandwidth. Proper use of CSS helps search engine rankings. CSS lets a person change the entire look of their website just by changing one file. CSS lets people view a website one way on their computer and print it out another way without the need for separate printable versions of a page.

BUT... There are still far too many people, even people who call themselves professional website designers, who don't know the true power of CSS. emoticon

I LIKE THE LOOK of my cornie page!!! yay yay..especially now with SIDE bar..DO you think I should reduce width a bit.of main part of page?

The side bar is already extremely narrow when viewed in Mozilla Firefox (the width of the word "Message") and I had to open it in Explorer to see what you meant. You might want to use a fixed px width instead of % for that sidebar. I do like the look of both versions, even with both versions having different shades of red borders. BTW, CSS would make them the same color in both browsers. emoticon

You're very welcome for the help. But pleeeease work on one thing at a time from now on, starting with fixing those new CSS errors of yours. And remember to paste the actual CSS into the big box, instead of trying to validate by url.

See you on the other thread! emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
9/23/2006, 2:21 pm Link to this post PM Lesigner Girl Read Blog
 
1lost1 Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 10-2006
Posts: 52
Karma: 2 (+3/-1)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Howdy~ what a day~ Fun but my brain hurts a bit... reading here to learn and had the site you mention check my code:
21 .nav h2 Value Error : border Too many values or values are not recognized : 2 px solid #ffcc77
33 .bottom Value Error : font veranda is not a font-size value : veranda 10px
39 * Parse Error - */THIS CHANGES THE FOREGROUND COLOUR OF THE SIDEBAR */ .navlist { text-align: center; font-size: 13px; background:#808 ;border: 1px solid #969;color:#969}
103 .ak_msg_seememberlist_table Value Error : background-image Parse Error - url(http://i57.photobucket.com/albums/g238/DoriOlivia/bluesep.gif)
103 .ak_msg_seememberlist_table Parse Error - :#0000FF;
103 .ak_msg_seememberlist_table Parse error - Unrecognized ;}
112 blockquote Property align doesn't exist : center
125 Parse error - Unrecognized }{font-family:verdana;border:1px solid #880088;background-color:#617E9B; font-size:10px;margin-top:1px;font-family:verdana;font-size:10px;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:0px; padding-bottom:1px;color:#CCCCCC}
131 .ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td Parse Error - align
131 .ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td Parse Error - center


Obviously they are errors and I am concerned as I thinkered one section at a time and would like for things to be correct. Is the above anything I need to be alarmed about or can I take a bit of time looking for the answers to sort them?

Thanks for everything here I appreciate it a lot.

---

Mayhem of Motherhood
RunBoard Directory Staff
6/14/2007, 5:27 am Link to this post PM 1lost1 Yahoo
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 03-2005
Province: Looking for my brain...
Posts: 592
Karma: 8 (+8/-0)
ReplyQuote
Re: Have goofed. Forum list and more not showing!




21 .nav h2 Value Error : border Too many values or values are not recognized : 2 px solid #ffcc77
33 .bottom Value Error : font veranda is not a font-size value : veranda 10px
39 * Parse Error - */THIS CHANGES THE FOREGROUND COLOUR OF THE SIDEBAR */ .navlist { text-align: center; font-size: 13px; background:#808 ;border: 1px solid #969;color:#969}
103 .ak_msg_seememberlist_table Value Error : background-image Parse Error - url(http://i57.photobucket.com/albums/g238/DoriOlivia/bluesep.gif)
103 .ak_msg_seememberlist_table Parse Error - :#0000FF;
103 .ak_msg_seememberlist_table Parse error - Unrecognized ;}
112 blockquote Property align doesn't exist : center
125 Parse error - Unrecognized }{font-family:verdana;border:1px solid #880088;background-color:#617E9B; font-size:10px;margin-top:1px;font-family:verdana;font-size:10px;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:0px; padding-bottom:1px;color:#CCCCCC}
131 .ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td Parse Error - align
131 .ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td Parse Error - center



21 - You have a space between 2 and px
Should be 2px
33 - Font name is verdana, not veranda
39 - A space in #808 ;
Should be #808; and a semicolon at the end - color#969;
103 - you miss the word color at the end
:#0000FF;} = color:#0000FFemoticon
112 - It is text-align:center; , not align:center;
125 - After your qcode_bar_but :
{background-color:#880088; color: #00007b;}{font-family:verdana;border:1px solid #880088;......
You have a { too many, you are closing those parameters illegally emoticon
131 , same as 112

Common mistakes , but easy to sort out emoticon
Also note that you miss ; at the end of almost every class you have, it is wise to add those , like this ;}


---
~ Quickly, I must hurry, for there go my people and I am their leader ~
6/14/2007, 7:22 pm Link to this post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Thanks for helping out, Moose. emoticon

Just one correction:

#39 is caused by the CSS comment tags.
CSS comments should be surrounded by /* */, not */ */.

That one can be easy to miss. emoticon

Last revised by Lesigner Girl, 6/14/2007, 9:50 pm


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/14/2007, 9:48 pm Link to this post PM Lesigner Girl Read Blog
 
1lost1 Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 10-2006
Posts: 52
Karma: 2 (+3/-1)
ReplyQuote
Re: Have goofed. Forum list and more not showing!


Thanks all ~ I love how you guys have an understanding of this and are so willing to help. I went through and made the changes prior to making the changes I checked the code again. And if I implement them this is what it tells me will go out of whack after... Guessing it might have something to do with me extra {'s and not closing classes and me really not understanding this yet.


33 .bottom Value Error : font verdana is not a font-size value : verdana 10px
40 .navlist Parse Error - {background-color:#000000
103 .ak_msg_seememberlist_table Value Error : background-image Parse Error - url(http://i57.photobucket.com/albums/g238/DoriOlivia/bluesep.gif)
103 .ak_msg_seememberlist_table Parse Error - :#0000FF;
103 .ak_msg_seememberlist_table Parse error - Unrecognized ;}
103 .ak_msg_seememberlist_table Parse error - Unrecognized = color:#0000FF;
104 .ak_msg_seememberlist_table Parse error - Unrecognized emoticon .ak_msg_seememberlist_head_user_td, .ak_msg_seememberlist_head_date_td, .ak_msg_seememberlist_head_im_td, .ak_msg_seememberlist_head_pm_td, .ak_msg_seememberlist_head_email_td {background-color:#00007B;font-family:verdana,tahoma,arial;font-size:11px;color:#cccccc;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:1px; padding-bottom:2px}
112 blockquote Parse Error - align:center
113 Unknown pseudo-element or pseudo-class :none
113 blockquote hr display Parse Error - none}
125 Unknown pseudo-element or pseudo-class :verdana
125 font-family Parse Error - verdana;
126 .ak_msgform_message_right_td textarea, textarea Parse Error - :1px solid #880088;background-color:#617E9B; font-size:10px;margin-top:1px;font-family:verdana;font-size:10px;height:20px;background-image:url(http://img.runboard.com/img/layouts/impaqt_1/separator.gif);background-repeat: repeat-x;padding-top:0px; padding-bottom:1px;color:#CCCCCC} .ak_msgform_subject_right_td input
131 Unknown pseudo-element or pseudo-class :none
131 .ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td border Parse Error - none;
131 align Parse Error - align;
131 center Parse Error - center}



I got afraid of what would happen if I saved the original changes until I knew what this meant ~ the result of me doing as instructed above. Once I do the first set of what I was told to do I will have this to contend with so I figured it best to contend with it all at once....

also please don't laugh... is a class the full line that starts with a period and ends right prior to the next period? .ak_subject would end the space before the next period that appears? Do I understand that correctly?

Thanks guys you are very kind and I do appreciate all of your help. Have a great night

---

Mayhem of Motherhood
RunBoard Directory Staff
6/15/2007, 1:00 am Link to this post PM 1lost1 Yahoo
 


Add to this discussion

Jump to Page:  1  2  3 



You are not logged in (login)
Back To Top

This board's time is GMT.