| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Facing problem in communicating ASP.net between Dreamweaver and Visual Studio
I have created a website in Dreamweaver. Here I have created full page and have formatted it properly
Now I want to add some aspx pages in that. For the same I want to use the same drafted page with ASP.NET (aspx) extension in Dot Net using VB and then converted the html page to new aspx page through Visual Studio 2003. Now when I tried to add server control on that page, it says that we can not add the Server control on the table etc. Therefore I need to convert it in the form. If I again open this page in the Dreamweaver it shows panel instead of the outermost table. Here I am facing a big problem. In case of table if we assign the align property to center, it aligns the table to the center of the browser, whatsoever the screen size may be (800*600 etc) But when I align the table of an ASPX form to center, it doesn’t do the needful. In short how can we set the ASPX form's table to center of the browser as if it was designed in Dreamweaver? Your help will be heartily appreciated Regards Nitin Suri nitinsuri.dotnet@gmail.com |
|
#2
|
||||
|
||||
|
Quote:
wrap it with a <div> element: Code:
<div style="text-align: center;"> <!-- .NET table goes here --> </div>
__________________
ShepherdWeb :: Charging Rhino Wizard I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. {Henry David Thoreau} § shepherdweb.com § fariswheel productions § reagan administration |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > Facing problem in communicating ASP.net between Dreamweaver and Visual Studio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|