Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

i am new in asp.net application, in my project i am using calender control inside tables. when i am placing this control my form alignment is going wrong. i need some application to go in front of the design without effecting my entire design.


please find the attached snapshot
Posted
Comments
OriginalGriff 10-Nov-12 7:40am    
Um.
"please find the attached snapshot"
Did you forget something? :laugh:
Use the "Improve question" widget to edit your question and provide better information.

1 solution

1. try not to use tables. Use DIVs with fixed width, relative position to each other and float properties.

2. If you can't use DIVs then check that the TD that contains the calendar control has the correct colspan/rowspan value. Press F12 to see the DOM inspector for that page and edit bit by bit and refresh to see which element is causing issues.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900