Thread: How to design?
-
30-04-09, 19:54 #1
How to design?
How to design a Asp.Net Web layout using Vc# Or Vb do you have any idea if anybody of you making this then please share your experience here.
Thanks.
-
01-05-09, 14:38 #2
Master Member I was here more times.
- Join Date
- Mar 2009
- Posts
- 899
- Rep Power
- 0
Re: How to design?
Originally Posted by debasis
-
11-06-09, 00:54 #3
Member
- Join Date
- Jun 2009
- Location
- Hampton, VA
- Posts
- 37
- Rep Power
- 0
REPLY:
Before we continue further, may i ask is it the first time that u r started developing in .NET platform? Have u used VS 2008?!
-
11-06-09, 15:54 #4
Re: How to design?
Originally Posted by alensot
Thank Alen For reply.
-
16-09-09, 21:23 #5
Junior Member Just starting here
- Join Date
- Sep 2009
- Posts
- 1
- Rep Power
- 0
first of all you made the design in adobe or other software then convert it to html and import it visual studio.
-
02-05-10, 14:23 #6
Master Member I was here more times.
- Join Date
- Mar 2009
- Posts
- 899
- Rep Power
- 0
Most of the website developers do make use of Photoshop now and it's really easy to design the site using Photoshop and then import it to softwares like Dreamviewer
-
03-08-10, 09:27 #7
Junior Member Just starting here
- Join Date
- Aug 2010
- Age
- 40
- Posts
- 2
- Rep Power
- 0
Answer: In order to display a specific font face within your tables, you must use a separate font tag within each table cell.
<TABLE>
<TR>
<TD font face="Arial">text</font></TD>
<TD font face="Arial">text</font></TD>
</TR>
</TABLE>
If you'd rather not use a font tag within each of your table cells, there is an easier way. Place the following code between the HEAD and /HEAD tags. This code will specify the font style for all of your table cells.
<STYLE TYPE="text/css">
<!--
TD{font-family: Arial; font-size: 12pt;}
-->
</STYLE>
-
08-06-11, 11:25 #8
Junior Member Just starting here
- Join Date
- Jun 2011
- Posts
- 9
- Rep Power
- 0
I am not getting what you said here? do you know ASP.NET? what all languages you know here, tell me that first
-
23-06-11, 13:05 #9
Junior Member Just starting here
- Join Date
- Jun 2011
- Posts
- 11
- Rep Power
- 0
Many graphic manipulation softwares, such as Adobe Photoshop/Fireworks etc can be used and then exported for use in Dreamwiever.
-
03-09-12, 08:01 #10
Junior Member Just starting here
- Join Date
- Jul 2012
- Age
- 35
- Posts
- 20
- Rep Power
- 0
I think HTML is best way to creating a design on website because it is very easy to use and learn compare to Asp.Net, Vc# Or Vb. It has also good scope for develop a good design for the website.
PHP Development India | PHP Web Development Company | Hire PHP Developer
Similar Threads
-
Web design software
By lennondevid in forum Website DesignReplies: 8Last Post: 17-07-17, 23:16 -
Benefits of having a web design
By lennondevid in forum Website DesignReplies: 3Last Post: 31-12-16, 11:35 -
What is Web design?
By lennondevid in forum Website DesignReplies: 9Last Post: 15-04-16, 11:32 -
tell me how to design website
By chicku1403 in forum Website DesignReplies: 2Last Post: 26-08-15, 11:10 -
can you design a website
By mustang in forum Website DesignReplies: 21Last Post: 26-04-09, 14:03
Bookmarks