The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Error in CSS

4 posters

Go down

Solved Error in CSS

Post by Draxion August 20th 2016, 2:55 pm

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : http://www.draxionsgameden.com/

Description of problem

I have gone through my CSS code several times and I am still getting this error:
"Detected error
We have counted a wrong number of quotation marks therefore a chain is unclosed. It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code."

Any help will be greatly appreciated. Thank you!


Last edited by Draxion on August 21st 2016, 8:03 am; edited 1 time in total
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by Pamoon August 20th 2016, 5:33 pm

Replace "}" to ";}" Error in CSS 1f44c
Pamoon
Pamoon
Forumember

Posts : 28
Reputation : 10
Language : en.js

https://help.forumotion.com/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 20th 2016, 11:55 pm

Sorry, but I went through that CSS at least three times and saw all codes have the semicolon at the end, even having the } at the end to close the chain.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by Ape August 21st 2016, 2:04 am

If your CSS is not that big can you post them here in the Code tags so we can take a look if not i think your need to let a staff member log in on a test account.


Error in CSS Left1212Error in CSS Center11Error in CSS Right112
Error in CSS Ape_b110
Error in CSS Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 21st 2016, 7:15 am

Hi, @Ape, is 922 lines considered too large for you? Smile
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by SLGray August 21st 2016, 7:29 am

Go ahead and post it using the code tags, even if it takes 2 posts.


Error in CSS Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 21st 2016, 7:29 am

Thank you kindly!

Code:
::-webkit-scrollbar {
  width: 15px !important;
  height: 15px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #4D0C03 !important;
}

::-webkit-scrollbar-button {
  display: none !important;
}


/* quest logs ----------------------------*/

#questLog_head {
  background-color: #3d0600;
  letter-spacing: 5px;
  font-size: 18px;
  color: yellow;
  text-align: center;
  padding: 10px;
}

#questLog_titles {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#questLog p,
#questLog span {
  color: #fff;
}

#currentQuests {
  background-color: #2C7A1F !important;
  padding: 7px;
}

#completedQuests {
  background-color: #7A2121 !important;
  padding: 7px;
}

.questList {
  overflow-x: hidden;
  overflow-y: auto;
  height: 50px;
  padding: 5px;
}


/* Award System --------------------------------------------------------------------------- */

#awardsS {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.postprofile .awardSystem,
.awardSystem {
  display: block;
  position: relative;
  white-space: nowrap;
  width: 800px;
  overflow-x: auto;
  overflow-y: hidden;
}

.awardSystem td {
  cursor: default;
  display: inline-block;
  margin: 1px 1px 1px 1px;
  position: relative;
  height: 39px;
  width: 38px;
}


/* the awards */

.awardWelcome {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/welcom10.png") no-repeat center;
}

.crusader {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/jedi11.png") no-repeat center;
}

.copper_star {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/level-14.png") no-repeat center;
}

.silver_star {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/level-18.png") no-repeat center;
}

.gold_star {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/level-17.png") no-repeat center;
}

.platinum_star {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/level-16.png") no-repeat center;
}

.diamond_star {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/level-15.png") no-repeat center;
}

.newLife {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/make_a10.png") no-repeat center;
}

.presitgious {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/multi-10.png") no-repeat center;
}

.masterOfElements {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/planar11.png") no-repeat center;
}

.zealot {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/sith11.png") no-repeat center;
}

.treasureHunterB {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/5000gp10.png") no-repeat center;
}

.treasureHunterS {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/15000-10.png") no-repeat center;
}

.treasureHunterG {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/50000-10.png") no-repeat center;
}

.againstTheOdds {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/agains10.png") no-repeat center;
}

.entertainer {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/theatr10.png") no-repeat center;
}

.theWindSpeaks {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/the-wi10.png") no-repeat center;
}

.knowledgeSeeker {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/chrono11.png") no-repeat center;
}

.theySeeMeRollin {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/tumble10.gif") no-repeat center;
}

.magicalItems {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/use_a_10.png") no-repeat center;
}

.grandArcanum {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/visit_10.png") no-repeat center;
}

.aquatic {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/aquati10.png") no-repeat center;
}

.artOfTheThief {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/art-of10.png") no-repeat center;
}

.boyGirlScout {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/boy-gi10.png") no-repeat center;
}

.camouflage {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/camofl10.png") no-repeat center;
}

.counterfeit {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/counte10.png") no-repeat center;
}

.climber {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/climbe10.png") no-repeat center;
}

.cipherCracker {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/cypher10.png") no-repeat center;
}

.eagleEyes {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/eagale10.png") no-repeat center;
}

.eyeSpy {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/eye-sp10.png") no-repeat center;
}

.fearTactics {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/fear-t10.png") no-repeat center;
}

.friendToNature {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/firend10.png") no-repeat center;
}

.lieDetector {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/lie-de10.png") no-repeat center;
}

.longJump {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/long-j10.png") no-repeat center;
}

.masquerade {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/masqur10.png") no-repeat center;
}

.medic {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/medic10.png") no-repeat center;
}

.mentalFortitude {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/mental10.png") no-repeat center;
}

.mysterySolved {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/myster10.png") no-repeat center;
}

.masterOfDeception {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/liar-d10.png") no-repeat center;
}

.openerOfWays {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/opener10.png") no-repeat center;
}

.peacemaker {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/peacem10.png") no-repeat center;
}

.perfectBalance {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/perfec10.png") no-repeat center;
}

.professional {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/profes10.png") no-repeat center;
}

.socialButterfly {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/social10.png") no-repeat center;
}

.stealth {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/stealt10.png") no-repeat center;
}

.nimbleFingers {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/nimble10.png") no-repeat center;
}

.savingTheSpecies {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/baby-m10.png") no-repeat center;
}

.breakingTheBank {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/breaki10.png") no-repeat center;
}

.dirtyBusiness {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/bribe10.png") no-repeat center;
}

.commitment {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/commit10.png") no-repeat center;
}

.tinker {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/tinker10.png") no-repeat center;
}

.crowned {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/crowne10.png") no-repeat center;
}

.dragonSlayer {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/dragon10.png") no-repeat center;
}

.dyingForALiving {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/dying-10.png") no-repeat center;
}

.entourage {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/entorg10.png") no-repeat center;
}

.epicFail {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/epic-f10.png") no-repeat center;
}

.trainingSession {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/gravit12.png") no-repeat center;
}

.overkill {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/grenad12.png") no-repeat center;
}

.lichBane {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/lich-b10.png") no-repeat center;
}

.massiveDamage {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/massiv10.png") no-repeat center;
}

.renicide {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/regici10.png") no-repeat center;
}

.notAsItAppears {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/not-as10.png") no-repeat center;
}

.requestedClass {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/reques10.png") no-repeat center;
}

.shipOwner {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/ship-o10.png") no-repeat center;
}

.siegeWarfare {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/siege-10.png") no-repeat center;
}

.superCritical {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/super-10.png") no-repeat center;
}

.tyrant {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/tyrant10.png") no-repeat center;
}

.grandHealer {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/celest10.png") no-repeat center;
}

.peaceDestroyer {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/barbar10.png") no-repeat center;
}

.chaosBringer {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/choas-10.png") no-repeat center;
}

.slaver {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/infern10.png") no-repeat center;
}


/* Award"s Table */

.awardsTable .aShead {
  background-color: #3d0600;
  border-style: hidden !important;
  font-style: italic;
  font-size: 14px;
  padding: 5px;
  color: #ffffff;
}

.awardsTable tr {
  transition: 500ms;
}

.awardsTable tr:hover {
  background-color: #3d0600;
  border-style: hidden !important;
  transition: 500ms;
}

.awardsTable {
  border-width: 3px;
}


/* custom copyright */

#private_copyright {
  float: right;
  color: #fafafa;
  margin-bottom: 10px !important;
  font-size: 12px;
}


/* underlined links & links */

a.forumlink {
  font-weight: bold;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a.forumlink:hover {
  color: #ffffff;
  cursor: default;
  text-shadow: 0px 0px 3px #ffffff !important;
  margin-left: 10px !important;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a.link {
  font-weight: bold;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a.link:hover {
  color: #ffffff;
  cursor: default;
  text-shadow: 0px 0px 3px #ffffff;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a {
  font-weight: bold;
  text-decoration: none !important;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a:hover {
  color: #ffffff;
  cursor: default;
  text-decoration: none !important;
  text-shadow: 0px 0px 2px #ffffff;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

.copyright {
  font-weight: bold;
  color: #EBB000;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

.copyright:hover {
  color: #ffffff;
  cursor: default;
  text-shadow: 0px 0px 2px #ffffff;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a.gen,
a.genmed,
a.gensmall {
  font-weight: bold;
  color: #EBB000;
  text-decoration: none !important;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a.gen:hover,
a.genmed:hover,
a.gensmall:hover {
  text-decoration: underline;
  color: #ffffff;
  cursor: default;
  text-shadow: 0px 0px 2px #ffffff;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

a.topictitle:link {
  font-weight: bold;
  color: #EBB000;
  text-decoration: none !important;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

.topictitle:hover {
  color: #ffffff;
  cursor: default;
  text-shadow: 0px 0px 2px #ffffff;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}


/* footer */

#who_is_online_title {
  margin-left: 10px;
}

div#page-footer {
  background-color: #3d0600;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 10px 20px 10px;
}

div#page-footer a {
  font-weight: bold;
}


/* bodyline */

.bodyline {
  border-radius: 15px;
  border-left: 2px ridge #9E1E05;
  border-right: 2px ridge #9E1E05;
}


/* forumline */

#forums {
  border-radius: 5px;
  margin: 10px 0px 25px 0px;
  box-shadow: 0px 0px 10px 2px #A89C59;
}


/* logo */

#i_logo {
  border-radius: 25px;
  border: 3px groove #e99403;
  margin-bottom: 20px;
  transition: 300ms;
}

#i_logo:hover {
  transition: 300ms;
  box-shadow: 0px 0px 25px 3px #e99403 !important;
}


/* center dice rolling */

#list_dice {
  text-align: center;
}


/* text in editor */

.sceditor-container {
  background-color: #000000 !important;
}

.sceditor-container textarea {
  color: #fff !important;
}


/* chatbox */

input#submit_button {
  color: #000000;
}

div#chatbox_footer label[for="message"] {
  color: #ffffff !important;
  margin-right: 10px;
}

#chatbox > p {
  border-bottom: 1px solid #383838 !important;
  margin-left: 5px !important;
}

#chatbox_members {
  margin: 5px !important;
  background-color: #000;
}

.member-title.online {
  margin: 10px 0px 10px 0px !important;
  background-color: #2C7A1F !important;
  color: #fff !important;
}

.member-title.away {
  background-color: #7A2121 !important;
  margin: 10px 0px 10px 0px !important;
  color: #fff !important;
}

.date-and-time {
  display: none !important;
}

body.chatbox {
  background-color: #000000;
  overflow: visible !important;
}

#chatbox .cb-avatar {
  background: none repeat scroll 0 0 rgb(255, 255, 255) !important;
  background-color: #000 !important;
  border: 1px solid rgba(0, 0, 0, 0.21)!important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
  float: left !important;
  height: 50px !important;
  margin-right: 4px !important;
  padding: 1px !important;
  vertical-align: middle !important;
  width: 37px !important;
}

#chatbox .cb-avatar > img {
  height: 50px!important;
  width: 36px!important;
}

#chatbox_members .member-title {
  background-color: #ffffff;
}

div#chatbox {
  color: #ffffff !important;
}

div#chatbox_header a {
  color: #ffffff;
  font-size: 13px;
  padding: 3px;
}

div#chatbox_footer label {
  color: #000000;
  font-weight: bold;
}

#chatbox_header {
  background: #f3c5bd;
}

#chatbox_footer {
  background: #f3c5bd;
}

#message.post {
  color: #ffffff !important;
  margin-right: 10px;
  background-color: #000000 !important;
}

.catBottom .cattitle strong {
  visibility: hidden !important;
}

.catBottom .cattitle strong:before {
  content: "Den's Chat Room";
  visibility: visible;
  margin-left: 20px;
  font-size: 16px;
  color: #ffd700;
  text-shadow: 0px 5px 7px #000000;
}

#fa_chat_container {
  background: #FFF;
  border-left: 3px groove #ff6600;
  border-right: 3px groove #ff6600;
  border-radius: 10px;
  position: fixed;
  right: 1px;
  z-index: 999;
  overflow: hidden;
  max-width: 800px;
  max-height: 500px;
  min-width: 200px;
  min-height: 250px;
  transition: 300ms;
}

#fa_chat {
  color: #000000;
  border: none;
  width: 100%;
  height: 100%;
}


/* toolbar */


#fa_toolbar {
  height: 40px !important;
}

#fa_share_text,
a#fa_fb,
a#fa_twitter,
a#fa_gp,
a#fa_mail,
a#fa_rss {
  display: none !important;
}

input#fa_textarea {
  background-color: #292929;
  color: #ffffff;
  cursor: text;
}

a#fa_icon {
  margin: 5px;
}

a#fa_service {
  margin-left: 10px;
  transition: 500ms;
  font-weight: bold;
}

a#fa_service:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ffffff;
  transition: 500ms;
  cursor: default !important;
  font-weight: bold;
}

a#fa_welcome {
  transition: 500ms;
  font-weight: bold;
}

a#fa_welcome:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ffffff;
  transition: 500ms;
  cursor: default !important;
  font-weight: bold;
}

a#fa_notifications {
  transition: 500ms;
  font-weight: bold;
}

a#fa_notifications:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ffffff;
  transition: 500ms;
  cursor: default !important;
  font-weight: bold;
}

a#fa_chat_button {
  transition: 500ms;
  line-height: 30px;
  padding: 0px 5px;
  margin-left: 10px;
  font-weight: bold;
}

a#fa_chat_button:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ffffff;
  transition: 500ms;
  cursor: default !important;
  font-weight: bold;
}

#fa_menulist {
  background-color: #000000 !important;
}

#fa_menulist a:link,
#fa_menulist a,
#fa_menu a:visited,
#fa_usermenu td {
  color: #EBB000 !important;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

#fa_menulist a:hover {
  text-decoration: none !important;
  color: #ffffff !important;
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -htm-transition: 300ms;
  -webkit-transition: 300ms;
}

#fa_usermenu td.first {
  padding-left: 25px !important;
}

#fa_usermenu img {
  margin-bottom: 10px;
}

#fa_usermenu td.first,
#fa_usermenu td.bold {
  color: #ffffff !important;
}

#fa_hide {
  visibility: hidden !important;
}


/* site transparency */

body {
  opacity: 0.88;
  filter: alpha(opacity=88);
}


/* code and quote boxes */

.code {
  background-color: #000000;
  color: #FFFFFF;
}

dt span.genmed {
  margin-left: 5px;
}

.quote {
  color: #FFFFFF;
  padding: 8px;
  border-radius: 0px 0px 5px 5px !important;
}


/* postbody */

div.postbody {
  padding: 10px;
  font-size: 14px !important;
}

.postbody {
  font-size: 14px !important;
}


/* username & avatars */

#custom_avatar img {
  border-radius: 5px;
  border: 2px groove #ba2608;
  box-shadow: 0px 0px 25px #ba2608;
  height: 175px !important;
  width: 150px !important;
}

#custom_username {
  font-size: 15px !important;
}
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by SLGray August 21st 2016, 7:35 am

Could you post a screenshot of the error message you get?


Error in CSS Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 21st 2016, 7:39 am

Certainly.

Error in CSS Screen23
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by SLGray August 21st 2016, 7:42 am

The issue is not with {}'s, but with quotation marks.


Error in CSS Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 21st 2016, 7:44 am

Haha Yes, I was aware of that when I read the error first but I looked over the code for the quotations and couldn't see where I had more than one where it should be, but I'll take another look again and get back to you.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by SLGray August 21st 2016, 7:44 am

Yours:
Code:
.awardWelcome {
  background: url("http://i35.servimg.com/u/f35/19/40/37/56/welcom10.png") no-repeat center;
}
Mine:
Code:
.awardWelcome {
  background: url('http://i35.servimg.com/u/f35/19/40/37/56/welcom10.png') no-repeat center;
}


Error in CSS Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 21st 2016, 7:46 am

Okay, so I will edit the entire code and delete the " from the properties and replace them all with '. I'll get back to if that solves the problem.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by SLGray August 21st 2016, 7:49 am

We will wait for your reply.


Error in CSS Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Error in CSS

Post by Draxion August 21st 2016, 8:02 am

Thank you, @SLGray, that worked successfully and erased the error.

Since this is public, please note that those images on the Award System are copyrighted. Wink
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Error in CSS

Post by SLGray August 21st 2016, 8:13 am

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


Error in CSS Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum