Saturday, August 21, 2010

How do I make ASP.NET web pages with content all over the place...not just top to bottom on top of each other?

I want to make ASP.NET web pages with content all over the place...Like banners in the lower left corner...text on the upperleft side...links on top...... in ASP.NET





do I just use HTML?


or do i need CSS?


or watHow do I make ASP.NET web pages with content all over the place...not just top to bottom on top of each other?
How many ways are you going to ask the same exact question? You keep getting the SAME answers over and over again...





You don't need to use ASP.NET to position banners on a web page this can be done using only HTML and CSS.





Just visit http://www.w3schools.com and learn HTML and CSS and stop repeating your question again and again.How do I make ASP.NET web pages with content all over the place...not just top to bottom on top of each other?
Hello,





This can be done with both HTML and CSS. But, if you are looking at content overlapping each other than take a look at absolute positioning:


http://www.w3schools.com/Css/tryit.asp?f鈥?/a>





All of this can get a bit tricky though, cross browser compatibility is difficult especially with excessive CSS code.





Good Luck! =)
One way is to use html table to position contents on the page. %26lt;table border=';0'; width=';100%'; height=';100%';%26gt;


...put all content here...


%26lt;/table%26gt;

No comments:

Post a Comment