Forum Moderators: mack
However, I don't feel comfortable learning tables in html to split the page into sections etc... so I still have the google adsense code in a long box across the top of the screen instead of trying to play around with skyscrapers on the left/right etc.. I also have links on the top instead of trying to place them on the right hand side or bottom corners etc...
When you look at the source code of other sites out there, you see dozens of <td>'s, <tr>'s, <th>'s etc.. oftentimes not even aligned properly to make is easy to see what's going on!
Do you guys think that most people use WYSIWYG editors or actually manually put in all those <td>'s <tr>'s and <th>'s on their web pages?
What is the best free WYSIWYG editor out there for basic/intermediate websites?
And do you guys recommend notepad, textpad, wordpad or MS word if I don't use a WYSIWYG editor? Right now I usually use notepad, nut I have all four on my computer.
Thanks if you read this far!
Do you guys think that most people use WYSIWYG editors or actually manually put in all those <td>'s <tr>'s and <th>'s on their web pages?
Well that would be a bit masochistic to be manually inserting bloated code, wouldn't it?;) Indeed, the great majority of people (remember, they don't have to be web designers to post content on the web) are using some kind of WYSIWYG, be it an HTML editor, CMS tool, or some kind of wuss-App that claims to serve up HTML (cough... MS Word... cough...).
It is definitely taking the high road to code by hand, but it's a chicken-before-the-egg thing... if you were an extremely precise coder to begin with, you could use a WYSIWYG and get great results. But of course, why would you ever bother to develop those skills when you could just "draw table"?
In the end I always say it depends on your needs- if you're a member on this forum, chances are good that you design websites. If that's the case, you ought to know all there is to know about the code you use, and the best way to do that is to use a straight editor. But if you enjoy designing your personal blog, or something like that... you probably have better things in life to do than master the code, and a WYSIWYG will save you lots of time.
Incidentally, I wouldn't suggest using any of your Windoze-native editors... even Notepad has some pitfalls when trying to create HTML with it. There are a handful of excellent text editors out there for free that are much better suited for HTML editing... personally I use Edit Plus.
i like dreamweaver.
me too!
I will admit though, it has crippled me on understanding code. In the beginning I needed to jump in quickly, so I chose that route.
It's like...yes, it IS handy AND practical to know the mechanics of an automobile before getting in and driving it. *But* how many people really take the time to learn? I just want to hop in and drive...nevermind that down the road it may occur that I actually have to lift the hood and figure something out. It is then that I scratch my head and wished I had taken Auto Shop in high school.
Thank god for men! heheh
I started learning code when friends needed custom blogs built. Then even more so when having to customize templates in an e-commerce platform.
I struggle and muddle through it, but I also wish I had learned right off the bat.
My advice? If you have the time. LEARN CODE!
I build my tables by hand and know how to adjust them if needed.
There isn't a line of code in the file that isn't absolutely needed.
I'll admit that when I first started I used Dreamweaver to help me write the database connection/query code, but quickly abandoned it once I understood the base code.