Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,

I have a website which is composed of Master page and a ascx that fits into it.
Unfortenatly I see the page doesn't look the way I expect it to.

After a short investigation I figured out it can be a missing closing div tag in my ascx.
The problem is that the code is very very long.

Is there any automated online tool that can show me places in code that can lead to this? Meaning places with missing div tag?

any other creative idea would be helpful as well
Posted

1 solution

Try to open the form with Adobe Dreamweaver[^]. one of best tool for design web pages.

DIV syntax:
<div id="d1" class="c1"> Content Here </div>

I think you missed closed tag of DIV at some line of code. Check webpage once carefully. Have a look at DIV[^] tag
 
Share this answer
 
v4
Comments
elad2109 1-Jun-11 15:32pm    
Thanks. I know div sytax.
I guess this is my problem. But the code is so long that it will takes days to find that missing div.

I can copy-paste my markup into this tool ?
TweakBird 1-Jun-11 15:35pm    
Yes.You can.
TweakBird 1-Jun-11 15:39pm    
Post your markup code here. I will try to help you.
elad2109 1-Jun-11 15:44pm    
it's my workpalce code and I cannot post it :(
but thanks for your offer.
TweakBird 1-Jun-11 15:46pm    
It's ok. No problem. Try Dreamweaver. It might helpful.

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