We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,106 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Web Page

Hi,
    i want to know that how can we create A4 size page in asp.net that flow middle of the web page and have scroll bar on 1 side. Please help me. i need quick solution. Here is a link http://www.ehow.com/how_8130066_draw-dfd.html that show web page as i want.

Thanks & Best Regards
Hitesh Kumar

3
Contributors
2
Replies
7 Hours
Discussion Span
2 Months Ago
Last Updated
15
Views
kumar89hitesh
Newbie Poster
13 posts since Jun 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

i want to know that how can we create A4 size page in asp.net that flow middle of the web page

You can't.

Webpages are created for screens, not printers.

You can used this CSS code (to design the setting of the webpage):

http://css-discuss.incutio.com/wiki/Print_Stylesheets

The link you provided has nothing to do with any code. It's a database structure.

LastMitch
Industrious Poster
4,165 posts since Mar 2012
Reputation Points: 132
Solved Threads: 335
Skill Endorsements: 45

If you know the width of the target size in pixels, you can just add a div and apply a width property with this value and a margin property such as...

 #div1 {width:##px;margin:0 auto;}
JorgeM
Industrious Poster
4,018 posts since Dec 2011
Reputation Points: 297
Solved Threads: 548
Skill Endorsements: 115

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0676 seconds using 2.69MB