View Single Post
Old 2013-02-10, 12:53 PM   #3
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by artwilliams View Post
HTML editor called BlueGriffon. It is open source and available for Windows, Mac and even Linux. You can get BlueGriffon here.
Just spent about an hour messing with it. It's super nice, Gives you a choice of inline or head or stylesheet styles.

I like the way you can use the basic program for free and then pay for just the add-ons that you need.

It's a really nice piece of software. If it also did site management I would probably switch over all my html needs to it.


Quote:
Originally Posted by Greenie View Post
I'm not familiar with the lingo, but I think that Inline CSS is how I code all my pages using Namo 5.5.

Are these things Inline CSS?

Table Header:
Code:
<table style="font-family:Arial,sans-serif; font-size:20px; color:#000080; text-align:center;" align="center" cellpadding="0" cellspacing="0" width="960">
Text:
Code:
<span style="font-family:Arial,sans-serif; font-weight:bold; font-size:15px; color:red; text-align:center;">Text</span>
Yes that is inline style.

Both Golive and Dreamweaver can do inline styles but you have go though hoops to prevent these programs from writing styles into the head section. Their logic is that inline styles bulks up your code. Putting the styles in the head section cuts down on code since you can use the style many times with one write. This works great unless you want to paste only parts of the body code into another document.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote