The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Dreamweaver Error, Line 1, Column 483, expected RBRACE at line 1, col 483
roccojade
post Nov 11 2016, 09:10 PM
Post #1


Novice
**

Group: Members
Posts: 29
Joined: 6-November 16
Member No.: 24,917



Hello,

I get the error message: "Line 1, Column 483, expected RBRACE at line 1, col 483". I saved and uploaded everything, and deleted my cache. Still, the website shows previous version with the banner image and the word "test".

How do I figure out where column 483 is? In DW there are only rows that I can see. Domain URL: www.roccoandjade.com

HTML:
CODE
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Rocco&Jade</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="banner">
<img src="images/intensify-banner.jpg" width="817" height="252" alt="Rocco & Jade Teach You How to Intensify Your Sex Life">
</div>
<h1>Limited Time Offer!</h1>
<h2>Get all modules half price!</h2>
<h2>Let us show you how to get them for free!</h2>
<h3>This will be the main copy text</h3>
<rocco>Rocco:</rocco>
<h4>test</h4>
<h5>test</h5>
<h6>test</h6>
</body>
</html>


Style Sheet:
CODE
@charset "UTF-8";
/* CSS Document */

#banner {
text-align: center
}
body {font-family: Verdana, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif"}

h1 {
    font-family: Cambria;
    letter-spacing: 1px;
}

h2 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
    font-size: 30px;
    color:#000000;

}

rocco {
    font-family: Verdana, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, sans-serif";
    letter-spacing: 5px;
    font-size: 30px;
    color:#837109;
    font-weight:900;
}

jade {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
    font-size: 30px;
}

h3 {
    font-family: baskerville;
    letter-spacing: 0px;
    font-size: 24px;
}

h4 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
}

h5 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
}

h6 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
}


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 11 2016, 10:02 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



I don't use Dreamweaver and recommend you use real validators (in case that's not what DW uses...). Neither do I know if you can turn on columns, but if not, open the document in an editor that has that feature. It's odd though since line 1 is very short, both in the HTML and the CSS. unsure.gif

I googled and get the impression DW gives that error when some kind of delimiter or end of statement character is missing, like a missing } or ; . Correct the errors you get in the online validators and see if that helps with the DW error.

Also you have that funky way of quoting sans-serif back, first instance only.

But you have bigger problems, I think. Seems like your domain has been suspended.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 11 2016, 10:09 PM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Oh, could be this maybe. Missed it first read-though. You have a stray quote at the end here.

CODE
rocco {
    font-family: Verdana, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, sans-serif";


BTW it isn't an entirely good idea to invent your own elements. Use the existing ones.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
roccojade
post Nov 11 2016, 10:16 PM
Post #4


Novice
**

Group: Members
Posts: 29
Joined: 6-November 16
Member No.: 24,917



Most everything resolved except those error messages.

Please excuse me, I think it's my slow computer. I update, and nothing happens. Then 15 minutes later, without me changing anything, it updates.

I only need help with the column error messages. Thanks.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 11 2016, 10:49 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



I told you I think it's the stray quote. And you need help with those other things too.

What do you mean update? Your site? But your domain is suspended. I can't go there. Don't you get that message? Then you are really looking at a cached page.

Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
roccojade
post Nov 14 2016, 02:58 AM
Post #6


Novice
**

Group: Members
Posts: 29
Joined: 6-November 16
Member No.: 24,917



QUOTE(pandy @ Nov 11 2016, 09:49 PM) *

I told you I think it's the stray quote. And you need help with those other things too.

What do you mean update? Your site? But your domain is suspended. I can't go there. Don't you get that message? Then you are really looking at a cached page.

Attached Image


Thanks, Pandy,

The suspension issue is resolved. By update I mean I upload my dreamweaver files to my website. I need to find someone who uses DW for assistance on this. I got rid of that quote mark. dry.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 14 2016, 08:10 AM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Actually, you don't. Well, out of curiosity maybe and to learn DW.

You should check your site with validators and real browsers. That's what matters. No one but you will see your site in DW.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
roccojade
post Nov 15 2016, 05:20 PM
Post #8


Novice
**

Group: Members
Posts: 29
Joined: 6-November 16
Member No.: 24,917



So when it says line 1, and column 755 (bottom of the image attached), my line 1 is always <!doctype html>. It's not line 1 that it's really talking about. I've had plenty of times I'd go to some other line and fix something and the line 1 error message disappears. There has got to be a faster way of finding where the error is. I try double clicking the error message, to no avail.


Attached thumbnail(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 15 2016, 05:59 PM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Told you. Use real validators. And check how it looks in real browsers.

https://validator.w3.org/
https://jigsaw.w3.org/css-validator/

I like the validator on this site better than the w3c one, but alas it doesn't do HTML5. But neither do you. You just use the HTML5 doctype, but you don't write HTML5. You write HTML 4.01 Transitional.
http://htmlhelp.com/tools/validator/


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
roccojade
post Nov 15 2016, 06:22 PM
Post #10


Novice
**

Group: Members
Posts: 29
Joined: 6-November 16
Member No.: 24,917



Thanks Pandy, you're a godsend! I have revamped the website from scratch and it is coming along without all the errors. www.roccoandjade.com
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 15 2016, 10:47 PM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Not as I see it.
https://validator.w3.org/nu/?doc=http%3A%2F...oandjade.com%2F
Hint - there are H1, H2 and so on, but only one P. wink.gif

And you should fix this. You won't get the width you want otherwise.
https://jigsaw.w3.org/css-validator/validat...ng=&lang=en
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 07:10 PM