Posted by Jonathan N. Little on 04/19/07 15:22
Huub wrote:
>> How do you do what? You have not included a URL to show what "their
>> own looks" are.
>>
>
> This is the htmlcode:
>
> <HTML>
> <HEAD>
> </HEAD>
> <BODY LANG="nl-NL" DIR="LTR">
>
> <DIV ID="Frame1" DIR="LTR" STYLE="position: absolute; top: 1.03cm; left:
<snip code...>
>
> How can I replace these frames with css without losing the structure?
Firstly, your markup does not have FRAME elements, but DIVs labeled with
IDs using the word "frame". Not the same.
If you mean remove the *inline style* but maintain the styling? You you
seems to need to learn a bit about stylesheets. I would suggest you
first see tutorials at www.htmldog.com
But to answer your question yes you can remove the inline styling. In
your stylesheet the first DIV would be defined as:
#Frame1 {
position: absolute;
top: 1.03cm; left: 11.17cm; width: 4.71cm; height: 0.58cm;
border: none; padding: 0cm;
background-color: #ffffff"
}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|