preview with css support

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
Longa
Posts: 6
Joined: Sat May 06, 2006 5:12 am
Location: usa
Contact:

preview with css support

Post by Longa »

Starting to get used to webbuilder, but have one small problem, which is probably easy to solve. :?:

When working on my htm file, I would like to see the page with CSS support. I have not figured out how to do this internally in webbuilder. As I'm not a pro I would like to see the result of my coding immediately with the preview feature. At present time it shows me just the htm page without CSS support. By the way I'm switching over from a big program as it can't display floats the correct way.
Thanks for yr help
Longa
Posts: 6
Joined: Sat May 06, 2006 5:12 am
Location: usa
Contact:

Post by Longa »

I forgot to mention this only happens when I download htm files from my server to edit it.
Local preview is of course no problem
Longa
Posts: 6
Joined: Sat May 06, 2006 5:12 am
Location: usa
Contact:

Post by Longa »

With no response to my question yet, :?:

I have to assume that when a user uses the FTP download feature in HTMLPad to edit a .html file from an external Server, one can not preview the file correctly if CSS is involved in it. :(

The File does only display like in a Text Browser like LYNX.
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

I've never tried this but I think the linking is the problem. You might try editing the HTML file to link absolutely to your CSS file and see if that works. so instead of /css/mycss.css link the page to http://mysite.com/css/mycss.css

Again, never tried it but it just might work.

Will
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Yes, syrupcore is right. Try his suggestion. Unfortunately direct CSS support for FTP files is currently not available.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Longa
Posts: 6
Joined: Sat May 06, 2006 5:12 am
Location: usa
Contact:

Post by Longa »

Thank you for your help!

I understand the idea of direct linking. Just thought that there is maybe another way of handling it.
Post Reply