-
Social Media Embedding
how do i do that? Im new to web design and this type of thing, so no idea how to do stuff like this
-
Social Media Embedding
Hello guys. I am looking for some help. I am building a website for the first time (using both code and dreamweaver) and having a bit of trouble implementing facebook, twitter and instagram onto the site. I have put the code up that facebook says (trying to sort this one first) and nothing is happening. Is this due to trying to view the site offline rather than online, and only works when the site is live? Hope you can help Thanks ATR
-
Images not working
Thanks guys. I will have a go at sorting it out. Had a few computer issues so will need to get it back to how it was first, but then i will have another go at doing this
-
Best way to learn HTML?
Thanks alot, i will have a look into these ways. That course does look good, however not sure if i would be able to get online at a certain time everyday to do the course
-
Best way to learn HTML?
Just found codeacademy, thanks to this site, and ive done a bit so far. 25% the way through! Tables are not needed at all? or very rarely? I thought they were used to set out the look of the site?
-
Best way to learn HTML?
Hi guys. I'm just wondering what the best way to learn how to code a website is? I have a book called HTML&CSS by Jon Duckett, but I am finding it hard to do when I come across a problem. 2 I have so far come across is that I have tried to put a image on my site, but it didn't work, the other is that the tables didn't work as they should, and so far have no way of solving these. So how do I learn HTML and CSS, and how do I learn in properly? Thanks
-
Images not working
No mate, im doing it in coffee cup. the code im using is: <img src="images/www.jpg" alt="gold www" /> I have put it in a separate folder called images, that folder is in the same place as where my html pages are. Is my code right? Thanks
-
Images not working
Hi guys. I am having issues on my website that i am trying to design. I have a folder named web site, and in it i have my images in jpg format. I am trying to add a picture to the top of the page in the middle but its coming up with the alt. Could someone tell me the code i should use for adding the image? Thanks ATR
-
Easy Issue (css)
Thanks guys. I am using it with html 5. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)"> <meta name="dcterms.created" content="Wed, 14 Aug 2013 20:18:57 GMT"> <meta name="description" content=""> <meta name="keywords" content=""> <title>We Are Coming</title> <!--[if IE]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <style type="text/css"> body { font-family: Georgia, Times, serif; font-size: 96px; background-color: black; color: white; vertical-align: center; text-align:center;} </style> <body> <br><br> <p> We Are Coming...</p> </body> </html> That is the full thing. Is there a better way, or a proper way of laying that out? For now all it needs to do is that, however i eventually want more on there. for example i will want to have some blinking red eyes underneath, and maybe use fonts that aren't original. could someone help me out with that please? Thanks
-
hello
Hi guys. I'm new here. I have only just started learning html code and some css, so any help would be appreciated. Hope to see you around here. ATR
-
Easy Issue (css)
<style type="text/css"> body { font-family: Georgia, times, serif; font-size: 72px; } </style> <body> <p> We Are Coming</p> </body> </html> However i am wanting to change the background to black and the writing to white, and not sure where i should put the code. Any help would be grateful. thanks
-
Easy Issue (css)
Hi guys. I'm new here, and also new to building websites. I am looking to build a website that is a full black background and just say We Are Coming in big white writing, however i have put some code in to get the lettering to be big (72px) and im just getting a blank screen. <style type="text/css"> body { font-family: Georgia, times, serif; font-size: 72px; } <body> <p> We Are Coming</p> </body> </html> that is the code, could someone tell me why its not working? thanks
-
Hi guys
Hi guys. Im new here and i am looking to get into web building. I have started doing courses and such so any help with the coding or good free sites and programmes are appreciated. Hope to you see you all around ATR