wrxdriven Posted October 18, 2003 Posted October 18, 2003 Here is my problem I have to create a class by the name of GUI then inside Create a form that allows the user to set the following elements of an HTML page: Background color Title Header text at the top of the page. Allow the user to set the font (color, font file, size, bold, italics). Body text. Allow the user to set the font (color, font file, size, bold, italics). The user should also specify the location (on the hard drive) of the html and css file. They should go in the same folder. After the user has set the above criteria: The program should check all user input to make sure it is valid. None of the inputs can be left blank. The program should notify the user which pieces of information need to be filled in. Use a Cascading Style Sheet to set the font and color of the H1 (Header) and P (paragraph) tags. This will be a separate file and should be referenced by the HTML page. Use dialog boxes to allow the user to specify the desired fonts and colors of the text and the location of the HTML Page. can anyone help me get started on this? What is a Cascading Style Sheet and how does it work? Do i start by adding buttons and what not to the form? Please i need help Thank you Quote
AlexCode Posted October 20, 2003 Posted October 20, 2003 What is this... some kind of homework?... :p For de CSS info... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxtskworkingwithhtmlstyles.asp Dig on it ... Quote Software bugs are impossible to detect by anybody except the end user.
Moderators Robby Posted October 20, 2003 Moderators Posted October 20, 2003 It doesn't matter if it's homework or not, we are here to help with specific problems. To get you started on the basics of CSS ... http://www.w3schools.com/css Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.