HTML - Homework Help?
Hello, i am making a website for my computer class and i want some good nodpad table tags,
file:///C:/Users/owner/Music/New%20Folder/page1.html Tell me if that site works if not then later today i will upload it here. I amlost done with the site. Similar TutorialsLook at this code: <b><br>ChildLink</br></b></address> <address>1443 Cortnic Drive</address> <address>Las Cruces NM 88001</address> <address>505-555-2371</address></h1> I am using this code, style="text-align:right"> but where do I place it because it is not working. I tried putting it before the <address> after what am i doing wrong? also the bold that i want the childlink to be is not working either please somebody help I have a quick question. I am taking a web programming class and I have my homework mostly done...EXCEPT...I can't get the labels on my checkboxes to show up...can anybody help me?? Here is the code I have written for the check boxes. Adoption:<input type="checkbox" name="Adoption" label="Required" value="Required"></input> <input type="checkbox" name="Adoption" label="Suggested"value="Suggested"></input> Any help?? Or can you at least point me in a direction so I can figure it out?? Thanks!! Mitch Hey, I would like some help please. I need to add links to an image. The image is the highlighted silver bar in the screenshot. Everytime I make navigations i always put the text on template in photoshop but for this one i decided to put text over the top of the background image. How would i do this because everytime I set the <td> to have the background as the image so i can put text over the top, it just disapears. Also from previous experience html formats text so its single spaced, so how would i seperate the links out? I hope you undertstand me. The screemshot is attached below thanks. Ok, so I've been struggling trying to get this to validate successfully. Getting the following errors in this image - http://gyazo.com/54aa5ddb894be0204cc2b7a41c7d2176 Here is the code (linked to an external CSS): Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Chapter 3</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <!--embedded styles--> <style type="text/css"> h1{background-color:#eaeaea; color:#000033;} </style> <!--link style sheet--> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <!--Alex Knipfer--> <body> <!--inline style--> <p style="background-color:red; color:white"> This is the paragraph which the background is configured as red and the text is white. (Number 1 Page 107) </p> <h1>Number 2: (Embedded Style)</h1> <p>This text if brown and Verdana Sans-Serif because of the external style sheet that this page is linked to.</p> </body> </html> Thanks, help much appreciated. Part of my Dida(double i.t) course i have to make a eportfolio. It needs to be handed in this week and i am having trouble with coding my layout. I cant code layoutswith css so all im doing is pyling tables top of each other . The problem is that there gaps between each <tr>(row). How could i get rid of these gaps? The screen shot of my code and layout is attached thanks |