Print Page | Close Window

What is this come from??

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21939
Printed Date: 29 March 2026 at 10:57pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: What is this come from??
Posted By: maxbravo
Subject: What is this come from??
Date Posted: 15 November 2006 at 10:06pm
 
 
 
How to get rid of it?
 
 
 
 
 
 
 
/* Page body */
body{
 background-color: #FF9999;
 background-image: url( http://www.maxbravo.net/uploads/snowpink.jpg - http://www.maxbravo.net/uploads/snowpink.jpg );
 background-repeat:  repeat;
 background-attachment: fixed;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
/* Text for most CSS classes */
.text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableSearchLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calLedger, .calDateCell, .calTodayCell, .BBquote, .BBcode {
 font-family: Ms sans Serif;
 color : #cc0033;
 font-weight: normal;
 font-size: 17px;
}
.lgText, .heading{
 font-family: Ms sans Serif;
 color: #FF0000;
 font-weight: bold;
}
/* Text */
.smText{
 font-size: 12px;
 font-family: Ms sans Serif;
 color: #990000a;
}
.lgText{
 font-size: 17px;
}
.heading{
 font-size: 21px;
}
.error{
 color : #FF0000;
}
/* Search highlight */
.highlight{
 background-color: #ffff66
}
/* Hyperlinks */
a:link {
 color : #FF0000a;
 text-decoration: underline;
}
a:visited{
 color : #FF0000a;
 text-decoration : underline;
}
a:hover, a:visited:hover{
 color : #2f550f;
 text-decoration : underline;
}
a.smLink {
 font-size: 17px;
}
/* navigation hyperlinks */
a.nav, a.nav:visited{
 color : #444444;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
}
a.nav:hover, a.nav:visited:hover{
 color : #999999;
 text-decoration : underline;
 font-size: 12px;
 font-weight: bold;
}
/* Misc */
ul{
 list-style-type: circle;
}
form{
 display: inline;
}
a img,:link img,:visited img{
 border:none
}
.avatar, #avatar{
 width: 123px;
 height: 133px;
 border: 0px solid 0;
 margin: 0px;
}
/* Rich Text Editor */
.WebWizRTEbutton{
  border: #EFEFEF 1px solid;
}
.WebWizRTEtextarea{
 background-color: #FFFFFF;
 font-size: 17px;
}
.RTEbutton{
 background-color: #E6E7F2;
}
/* Tables */
.basicTable{
 border: 0px;
 width: 98%;
}
.errorTable{
 border: 1px solid #FF0000a;
 background-color: #dadada;
 width: 98%;
 color: #990000a;
}
.tableBorder, .wwgAdTable{
 border: 1px solid #B6B9CB;
 background-color: #FFFFFF;
 width: 98%;
}
/* Table Ledger */
.tableLedger{
 font-weight: bold;
 color: #000000;
 background-image: url(../forum_images/tableledger_bg.jpg);
 height: 16px;
}
.tableLedger a:link, .tableLedger a:visited{
 color : #000000;
 text-decoration: underline;
 font-weight: bold;
}
.tableLedger a:hover, .tableLedger a:visited:hover{
 color : #000000;
 text-decoration: underline;
 font-weight: bold;
}
/* Search Sub-Ledger */
.tableSubLedger{
 font-weight: bold;
 background-color: #ededed;
 height: 22px;
}
.tableSubLedger a:link, .tableSubLedger a:visited{
 color : #5c5c5c;
 text-decoration: underline;
 font-weight: bold;
}
.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
 color : #666666;
 text-decoration : underline;
 font-weight: bold;
}
/* Search Ledger */
.tableSearchLedger{
 font-weight: bold;
 background-color: #DCDDE4;
}
.tableSearchLedger a:link, .tableSearchLedger a:visited{
 color : #000000;
 text-decoration: underline;
 font-weight: bold;
}
.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
 color : #666666;
 text-decoration : underline;
 font-weight: bold;
}
/* Tables */
.tableRow{
 background-color: #e2e2e2;
}
.tableTopRow, .tableBottomRow{
 background-color: #e2e2e2;
}
/* Alternating Row Colours */
.evenTableRow{
 background-color: #e2e2e2;
}
.oddTableRow{
 background-color: #e2e2e2;
}
.hiddenTableRow{
 background-color: #DFDFDF;
}
/* Private messager */
.PMtableRow{
 background-color: #e2e2e2;
}
.PMmsgBody{
 width: 99%;
 max-height: 750px;
 float: left;
 overflow: auto;
}
/* Forum posts */
.msgBody{
 width: 100%;
}
.msgEvenTableRow, .msgEvenTableSide{
 background-color: #FFFFFF;
 font-size: 10px;
}
.msgOddTableRow, .msgOddTableSide{
 background-color: #FFFFFF;
 font-size: 10px;
}
.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
 color : #000000;
 text-decoration: underline;
 font-weight: bold;
}
.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
 color : #666666;
 text-decoration : underline;
 font-weight: bold;
}
.msgHiddenTableRow{
 font-size: 10px;
 background-image: url(../forum_images/pre_approved_post.gif);
}
.msgLineDevider{
 border: solid #D1D7DC 0px;
 border-top-width: 1px;
 border-bottom-width: 1px;
}
.msgSignature{
 max-height: 160px;
 width: 100%;
}
.postSeparatorTableRow{
 height: 10px;
 background-color: #CC6666;
}
/* Calendar */
.calLedger{
 font-weight: bold;
 background-color: #DCDDE4;
 padding:4px;
}
.calLedger a:link, .calLedger a:visited{
 color : #000000;
 text-decoration: none;
 font-size: 12px;
}
.calLedger a:hover, .calLedger a:visited:hover{
 color : #666666;
 text-decoration: none;
 font-size: 12px;
}
.calDateCell{
 background-color: #F8F8FC;
}
.calTodayCell{
 background-color: #F8F8FC;
 border:1px solid #FF0000a;
}
.calEmptyDateCell{
 background-color: #FFFFFF;
}
/* BBcode blocks */
.BBquote{
 border: 1px dotted #FF9999;
 background-color: #FF9999;
 width: 97%;
 padding: 5px;
 margin: 8px 0px;
 text-align: left;
 overflow: auto;
 display: block;
 padding: 5px;
}
.BBcode{
 font-family: Ms sans Serif;
 border: 1px dashed #999999;
 width: 97%;
 padding: 5px;
 margin: 8px 0px;
 text-align: left;
&nbs



Replies:
Posted By: jckruger
Date Posted: 16 November 2006 at 9:42am
 Do you have the asp chat from IPortalx installed in your forum? as I was getting that error when I was using that chat code.


Posted By: WebWiz-Bruce
Date Posted: 16 November 2006 at 9:53am
Could also be a language file issue preventing the javascript running correctly

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: gölge
Date Posted: 16 November 2006 at 1:25pm
i think this is about avatar's on error script.  look your avatars folder, is there blank_avatar.jpg. 


Posted By: maxbravo
Date Posted: 27 November 2006 at 8:05pm

Good day all,

 
From reply http://forums.webwiz.net/member_profile.asp?PF=20205&FID=19 - gölge makes me found out that in avatars folder has no blank_avatar.jpg picture. So now I make a picture name's blank_avatar file's jpg.. So that's pop up it does not show again.
 
Thanks all for helping
 
BEFORE
 
 
 
 
 
AFTER
 
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net