Log in

View Full Version : problem with CSS



The_Alligator
02-08-2010, 03:56 AM
Hi,

I have a html page. my problem is that my CSS is not working properly .

I am attaching the source code in a zip file .

Contents of the zip file :

myfile.html ----> this is my html file
presentlook.png ---> This is the look I get when i run the above html in browser IE6/IE7
lookIwant.jpg ----> This is my desired look . I have prepared this in mspaint .

Can you please correct it so that I get the desired look. What are the changes to be done in my CSS ? I don't want to modify the existing CSS's but I am open to overwrite styles or use new CSS to get my desired look.

Thanks

tpravioti
02-08-2010, 11:11 AM
for a start replace all classes with ""
for example: from class=cellTextLeft to class="cellTextLeft"

otherwise your css file is unuseful!!