The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> 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

Posts in this topic


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: 29th March 2024 - 09:02 AM