Jump to content

Copyright not on screen?


eduard

Recommended Posts

What I don't get is that I've set my coyright, but it doesn't appear on my screen? <!DOCTYPE html><html><head><!-- saved from url=(0022)http://internet.e-mail --><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Eduard Lid</title> <link rel="stylesheet" type="text/css" href="ex1.css"><link rel="stylesheet" href="panning-slideshow.css"><link rel="stylesheet" href="bsa.css" type="text/css" media="screen"><script src="jquery-latest.js"></script><script src="jquery_002.js"></script><script src="jquery.js"></script><script src="image-rotator.js"></script><script src="bsa.js" async="" type="text/javascript"></script><script async="async" src="s_3a3793f622db4a9dea3bfa355c5b2441.js" id="_bsap_js_3a3793f622db4a9dea3bfa355c5b2441" type="text/javascript"></script><style id="bsa_css" type="text/css">.one{position:relative}.one .bsa_it_ad{display:block;padding:15px;border:1px solid #e1e1e1;background:#f9f9f9;font-family:helvetica,arial,sans-serif;line-height:100%;position:relative}.one .bsa_it_ad a{text-decoration:none}.one .bsa_it_ad a:hover{text-decoration:none}.one .bsa_it_ad .bsa_it_t{display:block;font-size:12px;font-weight:bold;color:#212121;line-height:125%;padding:0 0 5px 0}.one .bsa_it_ad .bsa_it_d{display:block;font-size:11px;color:#434343;font-size:12px;line-height:135%}.one .bsa_it_ad .bsa_it_i{float:left;margin:0 15px 10px 0}.one .bsa_it_p{display:block;text-align:right;position:absolute;bottom:10px;right:15px}.one .bsa_it_p a{font-size:10px;color:#666;text-decoration:none}.one .bsa_it_ad .bsa_it_p a:hover{font-style:italic}.style1{color: #00FF00;}.style2{text-align: center;}.style3 a{color: #FFFFFF;font-size: large;}.style4 {color: #00FF00;font-size: xx-large;}</style></head> <body><div class="style2"> <br class="style1"><br class="style1"><h1> <span class="style4" lang="en-gb">EduardLid Web Design</span></h1><br class="style1"><span class="style3" lang="en-gb"><a href="portfolio.html">Portfolio</a></span><br class="style1"><br></div><div id="window"><ul style="top: -350px; left: -960px;" id="slideshow"><li class="box1"><img src="tiger.jpg" alt="Tiger"></li><li class="box2"><img src="macaw.jpg" alt="Macaw"></li><li class="box3"><img src="bald-eagle.jpg" alt="Bald Eagle"></li><li class="box4"><img src="panda.jpg" alt="Panda"></li></ul></div> <div id="bottom"><ul id="links"><li><a href="american.html">more</a></li><li><a href="spanish.html">más</a></li> </ul> <p id="copyright">Copyright © 2013</p> <a href="http://ar.linkedin.com/in/eduardlid"> <img id="rot" src="http://www.linkedin.com/img/webpromo/btn_viewmy_120x33_es_ES.png?locale=" width="120" height="33" border="0" alt="Ver el perfil de Eduard Lid en LinkedIn"</image>* </a> </div></div></body></html> * { margin:0; padding:0; list-style-type:none; }body{ font: bold 15px arial,geneva,SunSans-Regular,sans-serif; background-color:#000000; } #ex1:hover,a.ex1:active {color:red;}#a {color:#00FF00;} /* visited link * a.external { background: url(/images/external.png) center right no-repeat; padding-right: 13px;} #container{ clear:both; position:relative; background-color:#000000; width:100%; height:50px; } #main { clear:both; position:relative; height:420px; background-color:#fffff0; border:4px solid #808080; } #bottom {background-color:#000000;height:100px;} #links { float:left; padding:10px 0 0 100px; font-size:12px; }#links li { margin-bottom:5px; } #links a { color:#FFFFFF; } #links a:hover { color:#696969;} #copyright { position:absolute; top:40px; right:100px; font-size:10px; color:#FFFFFF; } #rot {transform:rotate(-30deg);-ms-transform:rotate(-30deg); /* IE 9 */-moz-transform:rotate(-30deg); /* Firefox */-webkit-transform:rotate(-30deg); /* Safari and Chrome */-o-transform:rotate(-30deg); /* Opera */}

Link to comment
Share on other sites

I find this reply too ridiculous!! The past 2 years I've tried to study webdesign - UNDER VERY DIFFICULT CIRCUMSTANCES; ALSO NOW - I copied and pasted things, but that was a minority (I made it MY websites, with very much trying! And such an ##### only writes that I did copy and paste from his lazy chair!!!!!

Link to comment
Share on other sites

Well, sorry that is the only conclusion we could possibly come up with, you keep posting the same problems, time and time again, the problems can be sorted by actually reading the tutorial, we tell you to read the tutorial, give you link, twice, you seem to get frustrated that we just don't supply the solution so you can copy and paste, then when you finally get of your arse and read the solution hey presto! you reply i fixed it! so you are actually learning now. So we now give you clues, instead of supplying the solution so you can actually learn this time.

Was it too difficult (after having validated my html!) that the error was in my css?
The trouble is html and css go together, if html is wrong it will probably affect how the css works, now you know the html is correct, you can only come to the conclusion it must be the css, IF you had web development tool, you would have found the styling for bottom, and copyright does not show, but if you look at the stylesheet itself, you will plainly see the these are indeed there, so something you have done recently had screwed up the reading of the other styling of bottom and copyright, and WHAT have you recently been changing, yes! anchor text color. I would have thought you would have picked this up quickly, but obviously not! and then corrected it.
Link to comment
Share on other sites

Well, sorry that is the only conclusion we could possibly come up with, you keep posting the same problems, time and time again, the problems can be sorted by actually reading the tutorial, we tell you to read the tutorial, give you link, twice, you seem to get frustrated that we just don't supply the solution so you can copy and paste, then when you finally get of your arse and read the solution hey presto! you reply i fixed it! so you are actually learning now. So we now give you clues, instead of supplying the solution so you can actually learn this time. The trouble is html and css go together, if html is wrong it will probably affect how the css works, now you know the html is correct, you can only come to the conclusion it must be the css, IF you had web development tool, you would have found the styling for bottom, and copyright does not show, but if you look at the stylesheet itself, you will plainly see the these are indeed there, so something you have done recently had screwed up the reading of the other styling of bottom and copyright, and WHAT have you recently been changing, yes! anchor text color. I would have thought you would have picked this up quickly, but obviously not! and then corrected it.
Ok, thanks! (good idea!)eed to kP. s. copyright is nw on screen! P. s. To live of webdesign I must know what I need e. g. html editor, web development tools, etc. because now I haven't anything! Edited by eduardlid
Link to comment
Share on other sites

AS explained B4, web development tool now come with every browser, press F12, while in browser, hey presto as if by magic it appears.
Nice, I don't understand it (have to study it!)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...