![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Hi,
I am trying to create a template website which is somewhat similar to this one, in MS Frontpage 2003 and while it states that it is 800X600, I am unable to make it appear in the middle when I go with this size! Take a look: http://www.templatesintime.com/templ...?ItemNo=TNT236 As you can see, the above template is 800X600 I would highly appreciate your advice. This is my first attempt to create my first custom website. Thank you
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Folding Along
|
Re: First Template
it looks good to me and appears in the center of my browser window, no problem.
but why are you using FrontPage? NVU has just as many features, is free, and doesn't add all the MS "tweaks" that often cause a page to display oddly on non MS browsers.
__________________
I am not a computer professional, My advice comes from personal experience and/or friends who are computer professionals. Learn By Doing Un-versity Interested in Search and Rescue? Check out the Civil Air Patrol. Come Fold with us. TSF Folding@Home Team |
|
|
|
|
|
#3 (permalink) |
|
Design Team Member
|
Re: First Template
If you have to ask for advice and considering it's your first template, then chances are good that you should be using a tutorial to build it...THEN come ask for advice.
There are tons of tutorials out there...just Google it ;) |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Re: First Template
Hi,
Thank you for your feedback, I use fronptage because it can create css files while NVU cannot! The website link displays well in my browser as well, but I am saying I am trying mine to look similar: Appear in the middle like the one you see! |
|
|
|
|
|
#5 (permalink) |
|
TSF Enthusiast
Join Date: Nov 2004
Posts: 555
OS: Windows XP Pro & Windows Vista Ultimate browsing the web with FF, Opera, Safari and IE.
|
Re: First Template
@ Acer2000: Since you use CSS: I have a div"-layer" that wrappes up the whole website. To get it centered I have used the following:
Code:
#container {
margin: 0px auto;
}
__________________
KoosHopeloos, straight to you from .nl via the world wide web! ![]() |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Re: First Template
Thank you for the code, but I have no idea how to work with codes.
I have no idea why my template displays a little differently in FireFox! Here is how I started the whole work: I opened the program, clicked on new page and started creating layers. Then I colored the layers and typed texts inside, and it works, but shows a little differently in FireFox, I Never liked firefox, in fact I hate the program, since it is slow and many website show differently in Firefox, even those created by professional web designers. But I am aware that my template must show well on all browsers ![]() How do I create lyers in NVU? I have been working for an hour trying to locate it! Am i doing it correctly when I insert layers? Please help me
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Re: First Template
Dear All,
I have think i have successfully created my first template, it looks very nice, however I have no idea how to make the time of the year to change on all pages when i change it on the first page!
|
|
|
|
|
|
#9 (permalink) | |||
|
Design Team Member
|
Re: First Template
Quote:
Quote:
Anyways...I didn't like Firefox 1 (I would have agreed that it was slow) but I love Firefox 2 - and it's no fluke that Microsoft is trying to copy Firefox with IE7. Quote:
There are TOOOONS of web sites out there that show examples of CSS, so I won't post that. But I'll show you how to link to an external CSS file: HTML Code:
<link rel="stylesheet" href="path/to/your/css/stylesheet.css" type="text/css" />
|
|||
|
|
|
|
|
#10 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Re: First Template
Dear Redcore,
The information is very helpful, you know, I once bought a template and the nice thing about it, is that if you change the date on the first page, all pages are affected, now having successfully created by web template, I have no idea why is it that the date on the other page is not changing when i change the date on the first page! As a non-professional I have learned a lot by myself, but now I have reached my limit I believe and need some tips from you guys
|
|
|
|
|
|
#11 (permalink) |
|
Design Team Member
|
Re: First Template
There are no limits to learning - just how much you can learn in a particular time period :P I learn new things all the time...I certainly didn't start off with complex processes in the beginning (I literally ignored anything complicated until I built my knowledge up to it). I've completely rebuilt some sites half a dozen times because I learned better/more efficient ways of setting it up.
As far as the date changing thing - this is one of the best features of PHP. The function is called "include" - so if you have the same footer (bottom of the page) on each site that says "Copyright 2007 Acer2000" ... just put that footer into it's own page and in the spot at the bottom of each page put this: PHP Code:
PHP Code:
Last edited by Redcore; 09-19-2007 at 12:56 PM. |
|
|
|
|
|
#12 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Re: First Template
Dear Redcore,
This is most helpful. But now, I am at the bottom of the page where it says Acer200 2007 and I placed my cursor after the last letter, then switched into code view and copied and pasted the code you provided and gave it a test, but it did not reflect the change on the other page, does php work in Frontpage 2003, the template was created with this software I am attaching a picture Last edited by Acer2000; 09-19-2007 at 01:25 PM. |
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 467
OS: XP Home Service Pack 2
|
Re: First Template
I am also having a problem with the area where I want to type my text, I created a layer and then when I go further with typing, it starts to move beyone the margin, i.e the botton of the website into the white area where no text is supposed to be.
|
|
|
|
![]() |
| Thread Tools | |
|
|