Templates

This is a discussion on "Templates" within the Web Page Design section. This forum, and the thread "Templates are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 26th, 2007, 06:31
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Templates

I require to make a template, I am confussing myself as I dont know if what i am after can be done.

I want to make a main temp then a sub temp??.

Layout:- header with 3 columns

The main temp having a none editable regions on the left and header, then the sub temp having non-editable the left and header and right.

Main temp to change the entire site then sub temp to change sub sites.

I think what I am asking is can you make put a template within a template


Any help would be greatful

Dan

Last edited by R8515198; Sep 26th, 2007 at 07:00.
Reply With Quote

  #2 (permalink)  
Old Sep 26th, 2007, 06:35
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Templates

Are you on about a general template? or dreamweaver one?
This will require CSS, for the 3 column layout, http://www.pixy.cz/blogg/clanky/css-3col-layout/
more about css in this forum
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 26th, 2007, 06:41
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

I am working with dreamweaver, but due to it being on my works local network i can only use tables,

I know how to use css, as i use it at home.

What do you mean by general templates?

Can it be done?
Reply With Quote
  #4 (permalink)  
Old Sep 26th, 2007, 06:46
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Templates

Quote:
Originally Posted by R8515198 View Post
I am working with dreamweaver, but due to it being on my works local network i can only use tables,

I know how to use css, as i use it at home.

What do you mean by general templates?

Can it be done?
What does the works network have to do with using bad code?
CSS works regardless of the network.

General template, I meant as though, if I were to make some design and fill it in with dummy code so that people could buy it and edit it to their needs.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #5 (permalink)  
Old Sep 26th, 2007, 06:59
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

Main
section 1:- 6 pages
section 2:- 6 pages

The changes that are done to the "main" are in the leftcolumn and header which needs to promagate down the entire site. (so these would be the non-editable regions as they change once a month).

Within the "sections" the rightcolumn needs to promgate down the sections part of the site. (so these would be the non-editable regions as they change once a month). The only editable region I require is the middlecolumn for content.

I hope this explains it some more!

Cheers Dan
Reply With Quote
  #6 (permalink)  
Old Sep 26th, 2007, 07:02
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Templates

well if you use css,
the left column would be
float: left;
right would be:
float: right;

have a look at my blog:
http://78.32.29.193
has a three column layout (two are navs but you can change the size easily)
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #7 (permalink)  
Old Sep 26th, 2007, 07:03
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

Quote:
Originally Posted by alexgeek View Post
What does the works network have to do with using bad code?
CSS works regardless of the network.

General template, I meant as though, if I were to make some design and fill it in with dummy code so that people could buy it and edit it to their needs.

I have tried it several times, as when i upload the pages on to webapp the web site goes crazy.. I have been told not to upload css again.
Reply With Quote
  #8 (permalink)  
Old Sep 26th, 2007, 07:06
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Templates

inline css or external?
if you're going to use tables then,
you won't get much support here as not many of us use them.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #9 (permalink)  
Old Sep 26th, 2007, 07:53
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Templates

Quote:
Originally Posted by R8515198 View Post
I have tried it several times, as when i upload the pages on to webapp the web site goes crazy.. I have been told not to upload css again.
Check your css link and if it is in your css folder, you have to create a css folder in the web server too... It is not the web server that don't support css, it probably your link to the css file.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #10 (permalink)  
Old Sep 26th, 2007, 07:58
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: Templates

Quote:
Originally Posted by R8515198 View Post
Main
section 1:- 6 pages
section 2:- 6 pages

The changes that are done to the "main" are in the leftcolumn and header which needs to promagate down the entire site. (so these would be the non-editable regions as they change once a month).
This can be achieved by using ASP includes. One file that is included in every page. this means you only have one file to update, and it will chnage on all the pages in the site. You will need a seperate include for the header, the left column, and the right column. Do a little googling and you shoul dbe able to find what you need.

If not post back and I will see if I can help.

Stew
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #11 (permalink)  
Old Sep 26th, 2007, 14:22
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

Quote:
Originally Posted by welshstew View Post
This can be achieved by using ASP includes.
Or PHP

See -Using includes to add common elements to your sites.
Reply With Quote
  #12 (permalink)  
Old Sep 26th, 2007, 15:14
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

I have attemped to load .css did not work this is due to the people above me, they have control over the <head> </head>. they fill that space then I have control of whats below the <head> </head>.

I am I right to say that you can only put .css links internal and external into the <head>

Dan
Reply With Quote
  #13 (permalink)  
Old Sep 26th, 2007, 15:26
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

Yes ... CSS goes in the <head> whether external or internal

Weird that they wouldn't even at least just add the link to it?
Reply With Quote
  #14 (permalink)  
Old Sep 26th, 2007, 15:46
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Templates

Please could someone close this thread, as I am going to the corner to cry now as I am stuck with these damn tables.

Cant upload anything other than .html

Joy!!

Cheers for all the help again
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Templates AlphaOne Starting Out 2 Nov 4th, 2007 12:10
how to use templates luxy Starting Out 4 May 10th, 2007 17:46
web templates. WHAT is this? ufolog Introduce Yourself 4 Jan 11th, 2006 16:09


All times are GMT. The time now is 03:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43