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
Website all messed up
Old 10-28-2007, 04:34 PM Website all messed up
Novice Talker

Posts: 6
Name: Marisa
Trades: 0
When I copt the codes to my site from dreamweaver to freewebs the website looks a lot different from what it looks like in dreamweaver
Attached Files
File Type: txt New Design.txt (3.9 KB, 6 views)
partystarter456 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-28-2007, 04:37 PM Re: Website all messed up
Novice Talker

Posts: 6
Name: Marisa
Trades: 0
http://www.freewebs.com/mnngraphics/index.htm

thats the website
partystarter456 is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 04:59 PM Re: Website all messed up
sin0cide's Avatar
Novice Talker

Posts: 7
Trades: 0
the image you see in dream weaver is not exactly WYSIWYG but if you load it in the preview ie/ff mode then it will show you what it looks like... besides that I don't see why it would look different unless you viewing in different browsers. I think dream weaver uses a browser in its show design view similar to ie so if you use ff after viewing it on the web it would look different. does the menu have a background?
__________________
Brian(Webdesigner/SEO)

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


Please login or register to view this content. Registration is FREE
sin0cide is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 05:21 PM Re: Website all messed up
Novice Talker

Posts: 6
Name: Marisa
Trades: 0
the preview looks different from the actuall thing on my website and the website is all screwed up
partystarter456 is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 05:26 PM Re: Website all messed up
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
EDIT:
After looking further SpryAssets/SpryMenuBarVertical.css is not found on the web server. Fixing that may help.

Last edited by joder; 10-28-2007 at 05:31 PM..
joder is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 06:42 PM Re: Website all messed up
Novice Talker

Posts: 6
Name: Marisa
Trades: 0
nope it didnt work
partystarter456 is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 06:48 PM Re: Website all messed up
alan1961's Avatar
Skilled Talker

Posts: 62
Name: Alan
Location: Ayr, Scotland
Trades: 0
Look at the obvious, at the URL you've given the at the top of the page we can see your styles, you've got closing </style> tags and only 1 opening <style> tag. Fix that then the styles after the first closing tag may be considered by the browsers. (1st </style> highlighted)

Code:
 
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>                    
.style2 {color: #FF0000}
.style3 {color: #FF6600}
.style4 {color: #FFFF00}
.style5 {co
__________________

Please login or register to view this content. Registration is FREE
alan1961 is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 06:52 PM Re: Website all messed up
alan1961's Avatar
Skilled Talker

Posts: 62
Name: Alan
Location: Ayr, Scotland
Trades: 0
Ignore previous - Just seen you've done that as I was entering post.
__________________

Please login or register to view this content. Registration is FREE
alan1961 is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 06:58 PM Re: Website all messed up
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
You changed your css line to
HTML Code:
<link href="twoColLiqLtHdr.css" rel="stylesheet" type="text/css" />
When I go to http://www.freewebs.com/mnngraphics/twoColLiqLtHdr.css
I get a Not Found page.
joder is offline
Reply With Quote
View Public Profile
 
Old 10-28-2007, 07:45 PM Re: Website all messed up
Novice Talker

Posts: 6
Name: Marisa
Trades: 0
nothing is working is there anyway someone can find the problem in the file i gave out and change it?
partystarter456 is offline
Reply With Quote
View Public Profile
 
Old 10-29-2007, 07:36 AM Re: Website all messed up
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I've already told you one major problem. Your css file has to be on the web server in the path you specify in the link tag or your web page cannot use it.
joder is offline
Reply With Quote
View Public Profile
 
Old 10-29-2007, 03:32 PM Re: Website all messed up
Novice Talker

Posts: 6
Name: Marisa
Trades: 0
=[ how freewebs confuses me and it has nothing to do with freewebs right?
Do I just make another link??? Im sorry I sound stupid but im confused
partystarter456 is offline
Reply With Quote
View Public Profile
 
Old 10-29-2007, 04:06 PM Re: Website all messed up
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Open http://www.freewebs.com/mnngraphics/index.htm

In the browser go to View -> Source

Near the top will be the tags for your css files
<link href="twoColLiqLtHdr.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />

When you look in the folder on your hard drive where the index.htm file is, you will see the file twoColLiqLtHdr.css
and a folder SpryAssets that contains the file SpryMenuBarVertical.css. These must be uploaded to freewebs using the same directory structure:
twoColLiqLtHdr.css in the remote folder containing index.htm and SpryMenuBarVertical.css
in a SpryAssets directory in the folder that contains index.htm.
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Website all messed up
 

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 4.50101 seconds with 13 queries