| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Mar 2005
Posts: 567
|
CSS... WYSIWYG Editor... Needed or Not?
As many of you know, I'm just breaking my long, 10-year habit of table layouts... I need some advice... In many sites that use CSS layouts I have noticed that there are usually a lot of flaws... for example, unintentional overlapping of elements, problems with dynamic data (i.e. lists that tend to shift the design around etc.)... is this from bad designing, or is this a norm with CSS layouts? I only just recently noticed this stuff myself becayse i've actually been studying into it, but before, I never really noticed... also, is a WYSIWYG editor absolutely necessary for creating elaborate layouts with CSS? More specifically, if I give up my lovely little copy of dreamweaver for Ubuntu Linux (Screem or jEdit or whatever) then will i suffer in the future? Are there any visual editors for linux that could help? I haven't made elaborate enough designs with CSS layouts to make this kind of judgement myself, so I'm asking those CSS junkies here... Thanks a lot people.... Ciao. |
|
|
|
|
|
#2 (permalink) |
|
Rough Creep Arse™
|
Have a look for Topstyle 3.11 (something like www.bradsoft.com). while it's not WYSIWYG, it is a great editor for CSS and has "intellisense" style coding.. basically you start typing in something and it offers you options.. in that way it's good for learning.. It also shows how your styles are going to look on a page as you're developing it. Well worth checking out. This is for windows, not sure about a linux version. |
|
|
|
#3 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Don't bother with WYSIWYG. They don't render CSS properly. Topstyle is Windows - and it's not exactly WYSIWYG as I recall - it has a "preview" window, though. I use Notepad++ and, while it has no visual element built in, I have a preview window of my own. I call it "Firefox". As far as shifting things/overlapping, I'm not exactly sure what you're talking about. That tends to happen when you resize text, sometimes, but shouldn't "just happen" - any examples? Good luck with the move to CSS and Linux - I'd love to join you but Adobe and game companies have a stranglehold on my Windows install. |
|
|
|
#5 (permalink) | |
|
Senior Member
Join Date: Mar 2005
Posts: 567
|
Quote:
Well, I'm setting up a site with Word Press, and I'm finding the control panel to be misaligned in many places... also when you load up the Theme Editor, there's a list on the side with all the components of the theme. The border stops, but the list helps itself over the end of it... I've seen stuff like this in many places, but always slight misalignments mostly.... |
|
|
|
|
#8 (permalink) |
|
Unregistered user
Join Date: Aug 2005
Posts: 312
|
As mentioned in another post, I code in Dreamweaver but don't rely on it's "layout" view as it often gets the CSS rendering wrong. You can put all your browsers into Dreamweaver and view your work at the touch of a button or two. It would be just as easy in any editor though - fire up your browser(s) to the address of your page and hit refresh everytime you edit something. |
|
![]() |