|
Posted by Jonathan N. Little on 11/27/46 11:57
jstammer wrote:
> Harlan Messinger wrote:
>
>> Put it into separate .css files and use <link> tags to reference them.
>
> Unfortunately, it won't allow me to do that either.
>
> Sorry if it doesn't make sense, It's hard to explain. It's a giant
> intranet where I have editing rights to only specific sections. The way
> this web-based editing application is set up is it only takes straight
> HTML and when you hit "save" it tells you that it will strip out
> anything else if you even try. Any links, even to images have to be put
> in separately.
So this is an intranet server, so when you say "only specific sections"
on the actual HTML page (link only with the body) because you use some
sort of web frontend like those "MySpace". If so that sucks. Bribe your
sysops with Doritos to allow you to FTP||SSH your files to the server.
If you have access to the HEAD portion of the HTML page then put style
within STYLE element
<head>
....
<style type="text/css">
P { text-indent: 3em; color: #ff0; background-color: #ffd; }
....
</style>
</head>
<body>
....
>
> I know it would be bloated and I don't want to do it this way, which is
> why I use CSS. It will work if I code it with styles within the tags.
> Yes, it sucks, but that's what I have to deal with and why I would like
> to be able to convert it.
>
> Any other ideas? I read that an older version of Dreamweaver maybe
> could convert it. Are there any other tools?
>
Where are you getting this source that you need to convert?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|