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!

Closed Thread
Help with html in dreamweaver
Old 05-20-2010, 02:27 PM Help with html in dreamweaver
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
OK - I finally got my page posted at http://www.absolutelycleantx.com but I have some questions.

1. I made all my pages separately instead of making a template - Now I have changes to make but do not want to have to keep going to every page to change something. Is there a way that I can create a template out of my index page so when I change something there it will change all of my pages at once - I know you can do it at the beginning but can I do it now that I have already created the pages?

2. Can I make 2 or more templates - I have 2 pages that I want the body to be a different height but all pages are reading from the same style sheet - is there a way I can create another template that reads from a different style sheet?
Shakadoodoo is offline
View Public Profile Visit Shakadoodoo's homepage!
 
 
Register now for full access!
Old 05-20-2010, 04:02 PM Re: Help with html in dreamweaver
nayes84's Avatar
Extreme Talker

Latest Blog Post:
Difference between ASP And JSP
Posts: 232
Name: John
Location: Tokyo
Trades: 0
Quote:
Is there a way that I can create a template out of my index page so when I change something there it will change all of my pages at once
you can use template engine to manage templates for you.
smarty templates is a good one but you'll have to make your pages .php instead of .html if they are.

Quote:
Can I make 2 or more templates
with smarty you can do that easily with quite few php code.
__________________

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

if(I'm("Helpful")) Add_Talkupation("nayes84");
nayes84 is offline
View Public Profile
 
Old 05-21-2010, 08:22 AM Re: Help with html in dreamweaver
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
I don't understand what the above comment is telling me to do - I am trying to learn dreamweaver right now - not a whole new program - If that is something I need to use - please explain so I will understand - But anyway - I have been reading and it is telling me I can create a new external style sheet and I see where to do it. But it is making me build it from scratch. I actually want the same style sheet as the one I already have but I just need to change the height of the body container. I want the home page to be short and the rest of the pages to be longer. I tried to put 100% on my height but that did not work. Can anyone give me an Idea of what to do? Thanks
Shakadoodoo is offline
View Public Profile Visit Shakadoodoo's homepage!
 
Old 05-21-2010, 08:48 AM Re: Help with html in dreamweaver
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I'd suggest you go to www.w3schools.com and start learning HTML and CSS first off.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 05-21-2010, 09:08 AM Re: Help with html in dreamweaver
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
I know enough css and html to build a site from scratch - I am just new to dreamweaver and I am trying to learn how to use it because it makes it a lot easier from what I heard. I pretty much did all the coding for this site without using the dreamweaver tools but I would like to learn how to make use of dreamweaver without just typing in the code. I guess you are just telling me to quit asking questions and just read - I can do that - but I thought this form was here to ask questions.

Last edited by Shakadoodoo; 05-21-2010 at 09:14 AM..
Shakadoodoo is offline
View Public Profile Visit Shakadoodoo's homepage!
 
Old 05-21-2010, 09:45 AM Re: Help with html in dreamweaver
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
learn how to use it because it makes it a lot easier from what I heard
And are you now noticing that what you "heard" is NOT the case?

I have never ever used DW in WYSIWYG (Design view) Mode, that way I have control over the code NOT what some unamed programmer(s) decided was the right way to do what I want.

DW if left to it's own devices will absolutely position just about everything, it will add superfluous elements and styles, plus a load of "fixes" for browsers that are now extinct (NS4 for example).

As a site management tool, great, but just leave it at that and write the code your self.
Learn how to use server side includes instead of templates it's much more flexible. Tools are fine when YOU are in control of them.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 05-21-2010, 09:52 AM Re: Help with html in dreamweaver
Average Talker

Posts: 23
Location: Tulsa
Trades: 0
Now I can dig that! I am going to take that advice and run with it. Thanks.
Shakadoodoo is offline
View Public Profile Visit Shakadoodoo's homepage!
 
Old 05-24-2010, 12:30 AM Re: Help with html in dreamweaver
Average Talker

Posts: 21
Name: Martin Johnson
Trades: 0
I agree with chris never use design view it adds uneccesary tags and might look good but almost always has usless code..
Webbster21 is offline
View Public Profile
 
Old 05-24-2010, 01:30 PM Re: Help with html in dreamweaver
Junior Talker

Posts: 1
Name: Steve
Trades: 0
Totally agree with Chris. Learn proper HTML and CSS and use the site management part. There's a lot of nice site mangement features in Dreamweaver.
GimmieGolf is offline
View Public Profile Visit GimmieGolf's homepage!
 
Old 06-24-2010, 02:51 AM Re: Help with html in dreamweaver
Novice Talker

Posts: 5
Trades: 0
personally it's best that you have a template for the website so you won't have a problem updating every pages. You can have another template for a specific page for a website.It's best to learn proper html and css
ayekaye01 is offline
View Public Profile
 
Old 06-24-2010, 06:13 AM Re: Help with html in dreamweaver
Kelpie's Avatar
Skilled Talker

Posts: 82
Name: Andrew
Location: SW Scotland
Trades: 0
No, please don't use templates, they're a waste of space (both literally and figuratively). Use Server Side Includes, like chrishirst said. Don't worry, includes are really simple bits of php or asp, you won't need to learn the whole language!
Kelpie is offline
View Public Profile
 
Old 06-30-2010, 04:51 AM Re: Help with html in dreamweaver
stevecane's Avatar
Skilled Talker

Posts: 64
Name: Steve Q
Location: Newcastle UK
Trades: 0
I've used Dreamweaver templates in the past and found them really useful, OK so there's a bit of extra code but they make updating site layout really easy. Here's some info about setting up and using them:

http://www.entheosweb.com/website_de...r_template.asp

PS not my site.

S
__________________

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

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
stevecane is offline
View Public Profile Visit stevecane's homepage!
 
Old 09-18-2010, 01:31 AM Re: Help with html in dreamweaver
Novice Talker

Posts: 7
Trades: 0
You can learn Dreamweaver online as well, there are lots of websites from where you can learn Dreamweaver by watching tutorials and video for free.
__________________

Please login or register to view this content. Registration is FREE
martingomes12 is offline
View Public Profile
 
Closed Thread     « Reply to Help with html in dreamweaver
 

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 0.70985 seconds with 12 queries