Quote:
Originally Posted by Princeton
I find it hard to understand what it is that you are looking for.
Can you provide a screenshot as to what your problem is?
|
Hi there Princeton, I dont have a screenshot with me at the moment but I can illustrate it for you
It spews out like this
Code:
<div id="maincontainer"> <div id="header"> <div id="logo">
text
</div></div></div>
instead of this
Code:
<div id="maincontainer">
<div id="header">
<div id="logo">
text
</div>
</div>
</div>
Quote:
Originally Posted by ssslippy
Vbseo probally removes all spacing etc to reduce page size.
|
I'm not so sure whether spacing reduces page size or whether VBSEO is responsible for this BUT I will send in a ticket asking them this question.
Quote:
Originally Posted by Dismounted
Well there's probably your problem.
|
Lets hope and see, will report back when I find a solution.
Floris on vbulletin.com says
"
I use textmate to write my templates, mysql, php, etc. and when i use tabs and spaces, and copy it all to vb code, and eventually gets rendered, it shows just fine. Not sure what else to say about this. I sense this is just how the browser renders it."
My responses to that is that its definetely not how the browser renders the source code as it looks the same on multiple browsers.
Hope I figure out whats going on