Hi ppl,
I know that this file is generated on the fly and contains an array of my sections. However, what I want to know is how this array is written on the page. See, when I view the source of my page, I see that each section link (i'm using text only, btw) is written within a table, and I don't like that; I want them written in DIVs. My layout is css-driven and I don't like the way Actinic keeps on writing tables everywhere. File sources are a real mess. So, back to the topic: where can I find the place where the actual html is generated and the written? Or do I have to write a new javascript function that will take care of writing the code I want to see?
Hope I'm clear enuff. TIA
Lazyeye
I know that this file is generated on the fly and contains an array of my sections. However, what I want to know is how this array is written on the page. See, when I view the source of my page, I see that each section link (i'm using text only, btw) is written within a table, and I don't like that; I want them written in DIVs. My layout is css-driven and I don't like the way Actinic keeps on writing tables everywhere. File sources are a real mess. So, back to the topic: where can I find the place where the actual html is generated and the written? Or do I have to write a new javascript function that will take care of writing the code I want to see?
Hope I'm clear enuff. TIA
Lazyeye
Comment