-
-
How big should my Photoshop canvass be for 1 web page?
Thanks I guess I'll use 1024x768
-
-
How big should my Photoshop canvass be for 1 web page?
when made in photoshop like so.. [yt] [/yt]
-
Laptop constant security alert problem!
Basically I let my girlfriend borrow my laptop for months, now that I have it back, whenever I go on the net it comes up with an alert on almost every page I visit (even google) saying the site isn't trusted and please add exception certificate! sometimes it wont even let me add an exception and even at-times when it does it will only display the page as text! no color no images! how do I correct this problem! I've tried to lower the security settings with no luck! (operating system windows xp)
-
Stuck on CSS code..... HELP!
Lol your'e on youngwebbuilder.com arent you
-
New Logo
The first design probs the best.. what you've done on the "C" with the diamond shapes at the end, do the same on the "K"
-
Stuck on CSS code..... HELP!
Learning CSS and Im stuck! please help, below is the question I have been asked: topic: Multiple Selectors On the CSS tab, select only the h3 header nested inside three <div>s and change itscolor to red. this is what my HTML looks like <!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="stylesheet.css"/> <title>Result</title> </head> <body> <h3>I'm plain old font!</h3> <div> <h3>Me, too!</h3> <div> <h3>Me three!</h3> <div> <h3>Forget you guys. I'm about to be red!</h3> </div> </div> </div> </body> </html> In regards to the question I dont know how to write this in the CSS tab, please help!
-
Stuck on CSS code, please help
Im learning CSS using codecaedmy, here is the task they have given me: On the CSS tab: Set your link's text-decoration to "none". Give it whatever color or font type you like! my code img { display: block; height: 100px; width: 300px; margin: auto; } p { text-align: center; font-family: Garamond, serif; font-size: 18px; } /*Start adding your CSS below!*/ div{ height: 50px; width: 120px; border-color: #6495ED; background-color: #BCD2EE; border-radius: 5px; margin: auto; text-align: center; } a{ text-decoration: none; color: #8B6914; } what is wrong with my link text decoration I think I've put it in right...
-
Do you need to know HTML, CSS etc to use dreamweaver?
Put it this way is there a FREE alternative that does exactly (or near enough) what DW does? I need something that can create professional looking websites, a free option would ofcourse be better but obviously there isnt much things that are free that is worth having lol
-
-
-
Do you need to know HTML, CSS etc to use dreamweaver?
- Do you need to know HTML, CSS etc to use dreamweaver?
Im learning HTML and CSS right now, I cant really understand what Dreamweaver does... do you not need to know HTML and CSS to use dreamweaver?- Whats wrong with this simple code?
Its a html tutorial from code academy and I didnt actually write the code... I only added in the "<p style="font-size: 8px">" which was from there example! Heres another example they give To change the color of text, simply add the style attribute in the opening tag, then make the style equal to "color:blue" (or whatever color you like). For example: <h2 style="color:red">- Whats wrong with this simple code?
So Im elarning to code and I swear code academy is faulty what have I done wrong? Question: On line 7, make the text size 8px. On line 8, make the text size 12px. On line 9, make the text size 44px. <!DOCTYPE html> <html> <head> <title>First font size change</title> </head> <body> <p> <p style = "font-size: 8px">Some text for you to make tiny! </p> <p> <p style = "font-size: 12px">Some text for you to make normal size!</p> <p> <p style = "font-size: 44px"> Some text for you to make super big!</p> </body> </html>- How do you get an entry level job in IT?
I want to be an IT Technician at entry level, do any of you have any experience in what I'd need? I've dug around abit online but wouldnt mind someone who knows what they are talking about giving advice..- Anyone used code academy to learn?
I used it briefly till I noticed the amount of bugs the interactive tutorial had.. I'm thinking of trying to give it another go because the system they used to teach is near enough amazing tbh. Its almost like you are doing an official distant learning course. So anyone ever used it? if so did you find it good or bad?- So I want to create a website template
Thanks.. I always assumed people used software such as PS to make all the visuals of the website... man I really need to get to grips with CSS.. - Do you need to know HTML, CSS etc to use dreamweaver?