Jump to content

ToXXiN

Members
  • Posts

    6
  • Joined

  • Last visited

Previous Fields

  • Languages
    HTML5, CSS3

ToXXiN's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hey there,i would like to show some HTML-Code inside my website, but, my problem is, it gets rendered all the time. I tried a method in which one has to put the html code inside of { pre } { code }...{ / pre } { / code } but, i only get some white space. A second method, which acutally worked, but looks pretty bad is to put the code inside of { textarea }...{ textarea } .I've also read, that there is a method to display it with the help of php, but since i am a beginner, i would not like to use php. Well, in the best case, i would like to use { pre } { code } .Oh, and i forgott, that there is the possibility to use &lt and &gt instead of the actual < and > but it takes way too long ;)Well, would be nice if sb has a solution.I had to replace < with {and > with } in my post, otherwise they would not been shown in this post ;)They used the {pre} method here.Or, is there any option to replace automatically all < inside of one container with &lt and all > with &gt? By using HTML, i mean.
  2. You're the man! Great, worked perfectly. Maybe it ain't as hard as i imagined it to be. Well, i just can say many thanks! When the next error occurs, i'll ask again
  3. I know that this mathond wasnt valid before HTML5 but now it is. Ive seen this method been used i an online tutorial (and no, not one of these YouTube-Wannabe-Tuts ) It was made by some Video-Tutorial Company, and i guess the know what they do (i hope so at least). The problem is, in the video it worked out pretty well, but now, it doestn. Well, ill rewatch it until ive found out what the problem is.Ill post the solution down here.PS: I could use the block-meethod, but i am a friend of simplicity.
  4. Thank you! Worked very well! I didnt know that they cant detect the child height when the child is floated (why is this, btw?).As you might have seen, the logo links to index.html. To do so, i wrapped an <a href> element around the responsive Element. Worked out well, the now links back to the index. But, the linkare is spread along the whole width of the page, but the responsive DIV element has a given width of 259px. Do you know, why this is the case?Thank again for your help!
  5. Okay, well, besides my mistake in the head (i used Firefox to look how my webside looks like) My problem is about #content and #content_2. Yes they themselves do not have any content besides the background image, but they are wrapped around another DIV-Objekt (3 Objects) and they contain Text. They are called #articles and #sidebarJust because i wanted to tell you, with "!Doctype html" Firefox just broke my float-settings but it worked with "Doctype!=html"
  6. Hey there,i just started creating Websites. So, i met a nasty problem.I created a DIV-Element which should act a background for a coloumn of my website. Normally, or for the first exercise i did, the Element with no specific height automatically fit to its content. But now, its simply wont appear, no matter what i do. I can only set a height to make it appear at all, but thats not how it should act.Well, i've attached you my index.html and style.css as well as the recource images inside a ZIP-Archive, maybe somebody could look wether he finds the mistake (Surely the will be a lot since i only am a beginner )Thanks, ToXXiNJust in case the upload didnt work, here is an alternative DL-Link: https://www.dropbox.com/s/sdf4cj2lv8ektxe/JurassicParkWebsite.zip JurassicParkWebsite.zip
×
×
  • Create New...