[Helpers] updates, current stuff & things...

Sachiko M sachiko at Heartinjewelry.com
Fri Apr 14 11:55:35 PDT 2006


----- Original Message ----- 
From: "Mystress Angelique Serpent" <Mystress at fire-serpent.com>
To: "FST Helpers list." <Helpers at fire-serpent.org>
Sent: Wednesday, April 12, 2006 10:34 PM
Subject: Re: [Helpers] updates, current stuff & things...


>   LOL!! Yeah I guess I was pretty darn  vague. Sorry! I meant the
> fscnew/current/tantra new lesson forms. The lesson number and title
> in the
> top table. I noticed when I was looking at the 02matgod in its new
> lesson
> shape.

Ohh, you mean this line, right?

<a class="title" href="virtual/08testgnd.ram"><i><b><font size="+3">
<!--- PUT LESSON NUMBER AND TITLE HERE--->
#03: Matriarchy and History
</font></b></i></a>


These code (<b><i>></b></i>) were there already on some files,but not
all. I wasn't sure if they need to be there or taken out, so I left
them there.

Also you see the <font size=""> tag here, but font-size is set in CSS
too. (I have pointed out below) I would choose CSS and discard
font tag here.

Please let me know.


------------------------------------------------------------------
 In "fscss1.css" file class "title" setting.

"Font-family" has this font "ZapfChancery-MediumItalic" that I'm
assuming it is not standard, so most of people would see the text
with other choices.

"Font-style" is set as "normal" NOT "italic", so people won't see the
text in italic.

"font-size" is set here in CSS, but it is set again in html as you can
see on the above code (<font size="+3">). I would discard <font> tag
in html and use CSS setting below to keep it simple. That's what
the css file is for anyway.


.title {
color: #66cccc;
background-color: #000000;
font-family: "ZapfChancery-MediumItalic", Georgia,"times new
roman",,serif;
font-size: 22px;
font-style:normal;
font-weight:bold;
line-height:normal;
text-align:center;
text-valign: middle;
text-transform:none;
}

------------------------------------------------------------------

>   I also noticed a few small grammatical errors...

That I'm not really the right person to work on with....
I will leave it up to someone who is native to this language.


>   Particularly with the experiences, word will show some lines
> italic,
> which won't appear when you paste it into html... unless dreamweaver
> has some tricks I dunno about!
>
>   I'm thinking, if I upload all the doc files maybe Hillary  or
> Sandra C
> can tweak the links and italic bits then save them as text files for
> you?

DOC file is fine with me. I usually check the style is matching with
original.
I may need to do some tweeking anyway so you can just leave the html
coding up to me.


Please let me know what you would like to do.

Sachiko 





More information about the Helpers mailing list