Forum Moderators: wheatpenny Forum Coordinators: Anim8dtoon
Community Center F.A.Q (Last Updated: 2025 Jan 22 10:24 am)
I know when I go to the homepage of many of the members and you have the My Recent Uploads with 3 thumbnail images and they are not always the most recent.
Like yesitis3's Gallery has one for each day this month.
http://www.renderosity.com/homepage.php?Who=yesitis3
But under My Recent Uploads the 1st one is Mon, May 29, 2006 12:06 am and the other two are ok.
But I have seen other members where all 3 of the My Recent Uploads are months old.
So the My Recent Uploads is not showing up right for many members.
Quote - Anyone working on this?
I think I've found the problem.
The stylesheet is being placed in the page using a
Here's the relevant error from the W3C Markup Validation Service for the Gallery index page.
You can see all the other markup errors by copying and pasting the page source into the provided form (there are some spurious ones due to URL parameters specified using &).
Error Line 404 column 77: document type does not allow element "STYLE" here.
...ss="content_cell"><style type="text/css">
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Quote - So, can that error be fixed by the user, or is it something that can only be addressed on Rendo's end?
The stylesheet being generated in the wrong place in the page will have to fixed by the programmer(s).
To fix things using the user stylesheet, you'll have to alter all the colours explicitly, as one side effect of the misplacement appears to be the styles not cascading as expected.
Below is as far as I got with finding the places to change (only checked in SeaMonkey)
/* user style begin */<br></br>a { color:#00FF00; }<br></br>a:hover { color:#00FFFF; }<br></br>a:active { color:#FFFF00; }<br></br>a:visited { color:#FF00FF; }<br></br><br></br>.content_cell { color:#FFFFFF; background-color:#303030; }<br></br>a.content_cell { color:#00FF00; }<br></br>a.content_cell:hover { color:#00FFFF; }<br></br>a.content_cell:active { color:#FFFF00; }<br></br>a.content_cell:visited { color:#FF00FF; }<br></br><br></br>.gallery_header { color:#FFFFFF; }<br></br><br></br>.gallery_menu { color:#FFFFFF; }<br></br><br></br>.gallery_table { color:#FFFFFF; border:2px solid #FFFFFF; }<br></br><br></br>.gallery_section_bar { background-color:#303030; }<br></br><br></br>a.gallery_section_link_cell { color:#00FF00; }<br></br>a.gallery_section_link_cell:hover { color:#00FFFF; }<br></br>a.gallery_section_link_cell:active { color:#FFFF00; }<br></br>a.gallery_section_link_cell:visited { color:#FF00FF; }<br></br><br></br>.gallery_cell { color:#FFFFFF; }<br></br>.gallery_images_cell { color:#FFFFFF; }<br></br>.gallery_display_table { color:#FFFFFF; border:1px solid #FFFFFF; }<br></br>.gallery_display_avatar_cell { border-bottom:1px solid #FFFFFF; background-color:#303030; }<br></br>.gallery_display_title_cell { border-bottom:1px solid #FFFFFF; background-color:#303030; }<br></br><br></br>a.gallery_image_author_div { color:#00FF00; }<br></br>a.gallery_image_author_div:hover { color:#00FFFF; }<br></br>a.gallery_image_author_div:active { color:#FFFF00; }<br></br>a.gallery_image_author_div:visited { color:#FF00FF; }<br></br><br></br>.gallery_display_filler { background-color:#303030; }<br></br><br></br>.gallery_display_image_cell { background-color:#303030; border-bottom:1px solid #FFFFFF; }<br></br>img.gallery_display_image_cell { border:1px solid #FFFFFF; }<br></br><br></br>a.gallery_image_action_bar,<br></br>a.gallery_image_action_bar:active,<br></br>a.gallery_image_action_bar:visited { border:1px solid #FFFFFF; }<br></br>a.gallery_image_action_bar:hover { border:1px solid #FFFFFF; background-color:#303030; }<br></br>a.gallery_image_action_bar { color:#00FF00; }<br></br>a.gallery_image_action_bar:hover { color:#00FFFF; }<br></br>a.gallery_image_action_bar:active { color:#FFFF00; }<br></br>a.gallery_image_action_bar:visited { color:#FF00FF; }<br></br><br></br>.gallery_display_notes_cell { background-color:#303030; border-bottom:1px solid #FFFFFF; }<br></br>.gallery_display_details_cell { background-color:#303030; border-left:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; }<br></br>.writers_gallery_details_cell { background-color:#303030; border:1px solid #FFFFFF; }<br></br><br></br>.gallery_comment_table { color:#FFFFFF; border:1px solid #FFFFFF; }<br></br>.gallery_comment_header_cell { background-color:#303030; border-bottom:1px solid #FFFFFF; }<br></br>.gallery_comment_avatar_cell { background-color:#303030; border-bottom:1px solid #FFFFFF; }<br></br><br></br>.gallery_comment_body { background-color:#303030; border-bottom:1px solid #FFFFFF; padding:4px; }<br></br><br></br>.gallery_comment_divider_cell { background-color:#303030; border-bottom:1px solid #FFFFFF; }<br></br><br></br>a.gallery_comment_title_div { color:#00FF00; }<br></br>a.gallery_comment_title_div:hover { color:#00FFFF; }<br></br>a.gallery_comment_title_div:active { color:#FFFF00; }<br></br>a.gallery_comment_title_div:visited { color:#FF00FF; } <br></br><br></br>.trailimagediv { background-color: #303030; color:#FFFFFF; border: 1px solid #FFFFFF; }<br></br>/* user style end */
You will want to use different colours as these where just for testing.
Attached Link: http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2668812
> Quote - Please see pic link, not only mine but friend reports too. I am using a modified CSS, and FYI the google never bothered, and this started around noon, Pacific Time USA. > > This is a screen cap on top of screen cap, one my gallery thumb page, one part to right the image large... missing comments, titles etc. > > > > HELP!!!Lyne,
There is another message going on about the same thing at the above link. Problem has been solved by the looks of it.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Attached Link: http://www.lynescreations.com/RendoGalProb.jpg
Please see pic link, not only mine but friend reports too. I am using a modified CSS, and FYI the google never bothered, and this started around noon, Pacific Time USA.This is a screen cap on top of screen cap, one my gallery thumb page, one part to right the image large... missing comments, titles etc.
HELP!!!
Life Requires Assembly and we all know how THAT goes!