Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 01-13-2010, 11:34 PM   #1
Warrior Member
War Room Member
 
Join Date: Oct 2009
Location: Alabama
Posts: 10
Thanks: 9
Thanked 1 Time in 1 Post
Contact Info
Send a message via AIM to jelelg
Default Simple question I'm sure

I am relatively new to web design but know enough to design a simple website. My question is why is it when I use a ready made template to create a site that when I upload it, it does not look anything like what was in my html editor? It looks like it should in my browser but it is scattered all over the page once uploaded to the host server. Am I an idiot or is this a simple fix? I can't find an answer anywhere else so your responses would be greatly appreciated.
jelelg is offline   Reply With Quote
Old 01-13-2010, 11:53 PM   #2
Hosting Guru
 
HJ-Andrew's Avatar
 
Join Date: Jan 2010
Location: Saint Louis, MO
Posts: 51
Thanks: 1
Thanked 2 Times in 2 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Simple question I'm sure

Different browsers will display the information differently. You just have to test them all and optimize your code to that it displays perfectly in all browsers that you are able to test.
If you are seeing huge mistakes, perhaps the software you are using to design the web site is flawed? Maybe there was an error when transferring the data to your server? I mean, it could be any number of things and it is hard to really say without going in and taking a look at your code.

HostJackpot.com :
The only web hosting package you will ever need :
We also offer web design, search engine optimization, and much more.
HJ-Andrew is offline   Reply With Quote
Old 01-14-2010, 01:10 AM   #3
Active Warrior
War Room Member
 
Bret Ferguson's Avatar
 
Join Date: Nov 2009
Location: Midwest
Posts: 92
Thanks: 33
Thanked 12 Times in 10 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Simple question I'm sure

What are you using to design your websites?
Bret Ferguson is online now   Reply With Quote
Old 01-14-2010, 07:56 AM   #4
Warrior Member
War Room Member
 
Join Date: Oct 2009
Location: Alabama
Posts: 10
Thanks: 9
Thanked 1 Time in 1 Post
Contact Info
Send a message via AIM to jelelg
Default Re: Simple question I'm sure

I'm using "My Free Website Builder" by Ewen Chia. It works great for 'from scratch' websites. This happens for every template I try to use and I end up building the site from scratch anyway. I've tried 4 templates so far and it happens every time. I get my templates from oswd.org. The entire structure of the page is destroyed when I upload it. (Happened with all 4 templates.) All of the text is there and images are present but it is basically my background color with text and images scattered on it and no structure.

Last edited by jelelg; 01-14-2010 at 08:01 AM. Reason: needed to add information
jelelg is offline   Reply With Quote
Old 01-14-2010, 08:47 AM   #5
HyperActive Warrior
War Room Member
 
CarloD.'s Avatar
 
Join Date: Dec 2009
Location: Thunder Bay ON
Posts: 401
Thanks: 12
Thanked 42 Times in 36 Posts
Social Networking View Member's YouTube Profile
Contact Info
Send a message via Skype™ to CarloD.
Default Re: Simple question I'm sure

It's best to design Online, And also design within FireFox. Main reason, it is more web standard compliant, However that still won't ensure 100% results.
While in development stage you will want to do checks in IE 7/8 and Safari, possibly Opera at the least.
CarloD. is offline   Reply With Quote
Old 01-14-2010, 09:03 AM   #6
Active Warrior
 
Join Date: May 2009
Posts: 52
Thanks: 2
Thanked 1 Time in 1 Post
Default Re: Simple question I'm sure

the problem is that you only know html, you must be familiar with dream weaver and also check the site result before uploading in all major browsers, including Mozilla and internet explorer, that what i can tell as a suggestion,
shafiqamiami is offline   Reply With Quote
Old 01-14-2010, 09:10 AM   #7
HyperActive Warrior
War Room Member
 
CarloD.'s Avatar
 
Join Date: Dec 2009
Location: Thunder Bay ON
Posts: 401
Thanks: 12
Thanked 42 Times in 36 Posts
Social Networking View Member's YouTube Profile
Contact Info
Send a message via Skype™ to CarloD.
Default Re: Simple question I'm sure

Quote:
the problem is that you only know html, you must be familiar with dream weaver and also check the site result before uploading in all major browsers, including Mozilla and internet explorer, that what i can tell as a suggestion,
I don't think you need to be familiar with DreamWeaver, you just need to know how elements are affected in different browsers. If you KNOW html chances are you can code it to be cross browser compatible.[/quote]

If CSS is the issue, you have to understand how different browser interpret default styles.

Quote:
I'm using "My Free Website Builder" by Ewen Chia. It works great for 'from scratch' websites. This happens for every template I try to use and I end up building the site from scratch anyway. I've tried 4 templates so far and it happens every time. I get my templates from oswd.org. The entire structure of the page is destroyed when I upload it. (Happened with all 4 templates.) All of the text is there and images are present but it is basically my background color with text and images scattered on it and no structure.
Are the templates built with Tables?

Like is everything table within table... if so... i wouldn't use those templates.
CarloD. is offline   Reply With Quote
Old 01-14-2010, 09:14 AM   #8
Warrior Member
 
SEO_Pro's Avatar
 
Join Date: Jan 2010
Posts: 23
Thanks: 1
Thanked 2 Times in 2 Posts
Default Re: Simple question I'm sure

It might be that there should be a stylesheet applied to your template and its missing.

Need Easy Backlinks? Want Higher Rankings? Get Exclusive 7 Day Trial Of The Best Automated Linkbuilding System - Linkvana!:D
SEO_Pro is offline   Reply With Quote
Old 01-14-2010, 10:02 AM   #9
Warrior Member
War Room Member
 
Join Date: Oct 2009
Location: Alabama
Posts: 10
Thanks: 9
Thanked 1 Time in 1 Post
Contact Info
Send a message via AIM to jelelg
Default Re: Simple question I'm sure

CarloD: There's not a table tag to be found in this template. Mostly div tag.
I just have more to learn to get this to work. Will try designing online! Already use Firefox.

Thanks for the replies! Will try suggestions and more replies/help is welcome.
jelelg is offline   Reply With Quote
Old 01-14-2010, 12:02 PM   #10
copy and paste geek
War Room Member
 
Join Date: Jan 2005
Location: Calgary
Posts: 1,390
Thanks: 68
Thanked 168 Times in 140 Posts
Default Re: Simple question I'm sure

Quote:
Originally Posted by SEO_Pro View Post
It might be that there should be a stylesheet applied to your template and its missing.
That is my first impression too. The style sheet is the part that tells an element to float left, right, clear both etc.

Check and see if there is a file ending in .css in the same folder as your template. If there is you need to upload it to the same folder (probably public) on your server. Or if it is uploaded, check to make sure there is a copy of the .css sheet in each folder that you have a .html page in. (That's if the .html page needs it.)

You will normally see a line like <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen" /> toward the bottom of the head section of your html page which calls for the sheet.

There are 10 types of people, those that understand binary and those that don't.
The KimW WSO
Lloyd Buchinski is online now   Reply With Quote
Old 01-14-2010, 12:51 PM   #11
Warrior Member
War Room Member
 
Join Date: Oct 2009
Location: Alabama
Posts: 10
Thanks: 9
Thanked 1 Time in 1 Post
Contact Info
Send a message via AIM to jelelg
Default Re: Simple question I'm sure

That was the problem! I found the css file and uploaded it. The webpage now looks like it should. That was the problem with the other templates I used. I AM an idiot! Thank you SEO_pro for telling me the problem and thank you Lloyd Buchinski for showing me how to fix it!
jelelg is offline   Reply With Quote
Old 01-14-2010, 06:56 PM   #12
Warrior Member
 
SEO_Pro's Avatar
 
Join Date: Jan 2010
Posts: 23
Thanks: 1
Thanked 2 Times in 2 Posts
Default Re: Simple question I'm sure

Quote:
Originally Posted by jelelg View Post
That was the problem! I found the css file and uploaded it. The webpage now looks like it should. That was the problem with the other templates I used. I AM an idiot! Thank you SEO_pro for telling me the problem and thank you Lloyd Buchinski for showing me how to fix it!
No problem. Sometimes its the most simplest things.
In one of my projects i spent 2 days editing a php script and wondering why everything i did was not making any change. I then found out that i was accidently editing the files that i had copied to another location... doh! just to share my experience

Need Easy Backlinks? Want Higher Rankings? Get Exclusive 7 Day Trial Of The Best Automated Linkbuilding System - Linkvana!:D
SEO_Pro is offline   Reply With Quote
Old 01-28-2010, 11:28 PM   #13
HyperActive Warrior
 
Join Date: Sep 2009
Posts: 121
Thanks: 0
Thanked 3 Times in 3 Posts
Default Re: Simple question I'm sure

you can edit it on your CSS files or
try to improve the template.
hope this will help.

ngseosept is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
question, simple

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



All times are GMT -6. The time now is 02:08 AM.