Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Please help a Dreamweaver beginner. Doing something wrong with template
Old 05-11-2010, 10:06 AM Please help a Dreamweaver beginner. Doing something wrong with template
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
I am new to this but I am trying to learn so I am sure this is a silly
question. I got a free template for Dreamweaver and I was trying to
customize the template. There were 3 boxes under the banner and I
wanted to duplicate them and make 6 boxes so I just copied and pasted
the html under the previous html - now there are red x's on the 3
boxes/div's I created in the history. I have been reading to find out
why and I think it is because the path is incorrect since I just copied
and pasted the html therefore the div class is the same as the 3 boxes
before. Can someone please tell me how I can define a new class for the
new boxes I pasted under the old ones. Thanks

Code:
<div class="homefeatureboxes">
          <div class="homeleft-box"> <span 

class="homefeaturetitle">Carpet Cleaning</span><img 

src="http://www.webmaster-talk.com/images/carpet_cleaning.png" width="79" height="78" />
            <p>We take pride in our carpet cleaning. &quot;We will not 

leave the scene until the carpet stain is Absolutely Clean!&quot;</p>
            <p><a href="#">Read more...</a></p>
          </div>
          <div class="homemiddle-box"><span 

class="homefeaturetitle">Residential Cleaning</span><img 

src="http://www.webmaster-talk.com/images/residential2.png" width="79" height="78" />
            <p>Providing professional residential home cleaning with a 

reputation for quality and reliability. </p>
            <p><a href="#">Read more...</a></p>
          </div>
          <div class="homeright-box"><span 

class="homefeaturetitle">Comercial Cleaning</span><img 

src="http://www.webmaster-talk.com/images/commercial.png" width="79" height="78" />
            <p> Your*<em>commercial</em>*needs are covered as we offer 

quality office*<em>cleaning services</em>. </p>
            <p><a href="#"> Read more...</a></p>
          </div>
          <br style="clear: both;" />
        </div>
        <div class="homefeatureboxes">
          <div class="homeleft-box"> <span 

class="homefeaturetitle">Window Cleaning</span><img 

src="http://www.webmaster-talk.com/images/window_cleaning.png" width="79" height="78" />
            <p>We guarantee timely, reliable and performed with the 

highest degree of quality and professionalism.</p>
            <p><a href="#">Read more...</a></p>
</div>
          <div class="homemiddle-box"><span 

class="homefeaturetitle">Floor Cleaning</span><img 

src="http://www.webmaster-talk.com/images/buffing.png" width="79" height="78" />
            <p>Simple maintenance and regular cleaning will increase the 

life of a floor by 30-40%.</p>
            <p><a href="#">Read more...</a></p>
          </div>
          <div class="homeright-box"><span 

class="homefeaturetitle">Office Cleaning</span><img 

src="http://www.webmaster-talk.com/images/office.png" width="79" height="78" />
            <p>Absolutely Clean is equipped to serve with trained 

experienced insured and bonded staff. </p>
            <p><a href="#"> Read more...</a></p>
          </div>
          <br style="clear: both;" />
        </div>

Last edited by Shakadoodoo; 05-11-2010 at 10:07 AM..
Shakadoodoo is offline
Reply With Quote
View Public Profile Visit Shakadoodoo's homepage!
 
 
Register now for full access!
Old 05-11-2010, 02:17 PM Re: Please help a Dreamweaver beginner. Doing something wrong with template
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Just add a new class to your stylesheet:

newClass{put the rules here;}

You can copy the existing class, and just change whatever rules you need to change for the new one.

in your HTML then would be <div class="newClass">blah blah blah</div>
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-11-2010, 04:28 PM Re: Please help a Dreamweaver beginner. Doing something wrong with template
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
Thank you so much! That style sheet is what I been looking for! And it has been in my face the whole time. I guess a file named "style" should have tipped me off. lol - thanks again!

Last edited by Shakadoodoo; 05-11-2010 at 04:29 PM..
Shakadoodoo is offline
Reply With Quote
View Public Profile Visit Shakadoodoo's homepage!
 
Old 05-12-2010, 12:45 AM Re: Please help a Dreamweaver beginner. Doing something wrong with template
Banned

Posts: 20
Name: jesila
Trades: 0
I was hoping to find a blank template I could use for a resume. The one you show is good, but of course when I save it the information on it is for Bruce. Am I doing something wrong? or is this what was intended?
jesila is offline
Reply With Quote
View Public Profile
 
Old 05-12-2010, 08:10 PM Re: Please help a Dreamweaver beginner. Doing something wrong with template
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
Do you mean for a website resume, or a paper resume?
Shakadoodoo is offline
Reply With Quote
View Public Profile Visit Shakadoodoo's homepage!
 
Reply     « Reply to Please help a Dreamweaver beginner. Doing something wrong with template
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.05378 seconds with 12 queries