On 11/15/05, Carlos Palol <[EMAIL PROTECTED]> wrote: > I did massive changes and it's actually loading my css patch correctly. > My css styling breaks, by example, in menu div, so it doesn't have ro > see with the body div. > > Is it normal that i have no line breaks on a normal page but regular > brakes on results page? > like > any page: > <html><head>.... > results page: > <html> > <head> > is there any other substantial difference between the html sent to > the browser in a regular page and results page?
Line breaks are caused by how the program works. Line breaks between tags should have no efffect on the display. Lenya likes to produce pages and files with many blank lines; they are annoying when you are debugging, but have no effect on processing. You might be having an issue between cached content and generated content. Cached content does not send the first line document desciption in Lenya 1.2.2, which causes MSIE to display it differently. > > (Should the results > > have their own CSS classes? Or just enclose them in a DIV?) > You mean by default? maybe a "results" div. Being a sort of special > content I will change the Search output for better use with CSS eventually. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
