[OT] Styled Text in iWeb
Gregory Lypny
gregory.lypny at videotron.ca
Tue Sep 1 00:04:48 EDT 2009
Thanks again for the heads up, Sarah. I had started cutting and
pasting bits of source code from text boxes but was probably taking
the wrong stuff. I'll take a stab at the tags you've suggested below.
Regards,
Gregory
On 31-Aug-09, at 11:25 PM, use-revolution-request at lists.runrev.com
wrote:
> You'll need to look at the source of the page produced by iWeb and
> find a section that is formatted the way you want.
> It may just be enclosed in tags that take their default format from
> the style sheet, in which case you just need to apply those tags.
> Or it may be set to a particular style, in which case you need to
> apply that style as well.
>
> e.g. if you find a section you want to copy looks like this:
> <p>Here is some text</p>
> Then you just need to start your text with "<p>" and end it with "</
> p>"
> The 'p' could be anything, representing any type of tag.
>
> If you find a section you want to copy looks like any of these:
> <div class="textbox">Here is some text</div>
> <span class="textbox">Here is some text</span>
> <div style="font-family: serif">Here is some text</div>
> Then you need to surround your text with the appropriate tags, not
> forgetting to insert the quotes as required.
>
> Cheers,
> Sarah
More information about the use-livecode
mailing list