PDA

View Full Version : wrap comments and IE compatibility


imi
08-19-2005, 06:28 AM
Hi!
Please check my photogal and help me.
1) In IE it does not show up the images
2) How can i wrap the comments? Currently if you type a long line it makes table cell wider so image info (title&tech details) will slide outside.

thanks

http://imi.cramer.hu

Connie
08-19-2005, 08:39 AM
IMI,

I tried to load your PP, but had difficulties:

- the graphic files are far too big! 155 KB or 130 KB is too much
- change the CSS-attributes, which have "-" to "_"
some browsers have difficulties with "-" in CSS

the CSS is so complex that I really do not know where to start
The comment is placed into:

html> body> table> tbody> tr> td> div#add_comments> div#imagenotes> ul> li> font

so maybe you close some divs before you open new divs etc.

I see no chance to help on the fly

HTML-validator brings this output: Sorry, I am unable to validate this document because on line 272, 288 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.

CSS-validator brings the following output:
Please, validate your XML document first!

Line 267

Column 39

The content of elements must consist of well-formed character data or markup.

so, what to do? Try to clean the code of your page
I am sure when you have
- smaller pictures
- more transparent codes

it will be easier to do the finetuning