Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Layout
Message
From
19/02/2010 14:21:15
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
01449922
Message ID:
01449958
Views:
32
>>>I have all of about 5 minutes of experience with web pages, so bear with me.
>>>
>>>When placing objects on a web form, why can't I move things around like I can on a WinForm? is this a setting somewhere?
>>
>>You can use Absolute Positioning and try to do that, although that is considered a very bad move in most circles. See http://aspnetresources.com/blog/forget_absolute_positioning_in_vs2008.aspx
>>
>>Other than that, you can position using CSS or Tables.
>>
>>Tables are easy but they tend not to position really cleanly.
>>
>>CSS (using DIVs with FLOAT attributes) can lay out a pretty nice page, but it requires a lot of coding to get everything properly set in DIVs and the DIVs laid out the way you want them.
>>
>>Basically, it ain't Windows anymore. It is much more effort to lay screens out nicely. This is called progress (not by me).
>
>Ok, so I guess I have to bite off CSS sometime. Can you point me in the right direction?

Some examples of what can be done with pure CSS: http://www.csszengarden.com/
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform