Jump to content

Sunamena

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by Sunamena

  1. Hello everyone! I am having a few difficulities with my schooltask. And I was wondering if you guys would see the problem. This is the HTML page: http://nimblefeather.com/schooltaak45648468434/index.html And this is the CSS page: http://nimblefeather.com/schooltaak45648468434/style1.css We have to show that we can style the table tag by using CSS. So yes, it was specifically asked that the second and third horizontal navbars were table's, as was it requested that the left navbar was a table. If this was not the task, i would have used an Unorderd List. But here are a few of my problems: 1. The div (class = container, it is the gray area with the cute animal in there) has a padding, but it does not seem to affect the left padding. What did go wrong here? 2. Top nav bar (yes, i made an unorderd list from this one, because I don't see any way table way to float the two other tabs to the right), the third word "programma gids" should be in a different color then white (rgb(47,84,110) to be precise). 3, Is it possible to put the word CANVAS between an underline and an upperline (size: 3px)? If yes, how do i do this? 4. Is it possible to put a magnifying glass instead of text, without the use of the <img> tag? If yes, how do i do this? I am thanking you all in advance =D
  2. Sunamena

    Is this possible?

    Current page = "yoursite.com/chptr2.php" IF "yoursite.com/chptr(+1 from current number).php" exists Include this HTML: <a href="chptr3.php"><img src="yoursite.com/images/buttons/end.png" alt="Go to the newest chapter." title="Go to the last chapter."></a> ELSE Include this HTML: <img src="yoursite.com/images/buttons/noend.png" alt="Go to the newest chapter." title="Go to the last chapter."> If this is possible can you teach me how to do so? Or send me a tutorial? Also: Should i use a table tag to align 4 buttons next to eachother? That is how i am currently doing it. Looking forward to your replies =D
  3. This is what the code currently looks like, i do not yet know how to give a message that says that it is succesfull tough Here goes: <h1>Contact!</h1> <p> <form method="post" action="mailto:support@nimblefeather.com" enctype="text/plain"> <p>Name: <input type="text" name="name" > </p> <label>* E-mailadres: <input type="email" name="e-mailadres" required placeholder="Required."> </label> <p><br>Specify the issue:<br> <select name="locatie" size="6"> <option value="Bug-Report" selected> Bug Report </option> <option value="Volunteer"> I want to add my comic here </option> <option value="Report-inapropriate-material"> Report inapropriate material </option> <option value="Copyright-inquiry"> Copyright inquiry </option> <option value="Advise"> Advise </option> <option value="Other"> Other </option> </select> </p> <br><br> <p>Message: <br> <textarea name="opm" rows="4" cols="40"> </textarea> </p> <p> <input type="reset" value="reset" > <input type="submit" value="verzenden" > </p> </form> </p>
  4. I am not sure wether to post this at Javascript, PHP or HTML, but i want to create a simple form but it does not work at all. Quite simple what one needs to do is. Name: (box) E-mail adress: (box) (REQUIRED) Specify the issue (BOX) Option one Option two ... Option six (/BOX) Note: They can only select one. Message: (Box) SEND (button) When they click on send the information is send to an e-mail adress. Afterwards, i want to give an: "E-mail send succesfull." message. You get the idea. How can I do this? I tried many things, but failed. I am gratefull and already thank you in advance for the reply =D
  5. Thanks everyone =DBoth questions solved =D
  6. I have a few HTMl questions: 1. Example: <img src="URL" alt="A picture of my dog, Luna, a Border Collie." title="Luna">What is the function for the title tag? When the image is not visible, the alt text will be displayed, so i do wonder, why one would add a title? What is the practical use for it? 2. We need to use entities to display certain symbols. Like "©" for a copyright entity. When i define keywords for my meta-tags, "keyword" to be more precise. Do i need to write "Pinguïn" or do i need to write "Pinguïn"?Charset is UTF-8. Thanks in advance.
  7. Hello, i am currently using this to make my table appear in the center.<table align="center">...When i look, it works, but the validator suggests to use CSS. I have tried some things like:<table style="align:center"><table style="text-align:center">But none of them seem to work. What am i doing wrong?Thanks in advance! =D
  8. Sunamena

    Alphabethic list

    Hello everyone!One of my co-students wanted to create an alphabethic list. This seems to me not possible in HTML, but possible in PHP. How would i say that an HTML list should be in Alphabethic order? Thanks in advance! =D
  9. Ohw. Well, i am only going to see PHP next year. Or is this variant of PHP easy to use? Like in: Can you give an example? If not, i gues i will see in school next year. =pThanks for the quik reply tough!
  10. Hello,I am very new to HTML (still studying for it, so sorry if the question sounds silly ), but i do have a question. And i was wondering if any of you would be able to help me out. So here goes:1. On many of my pages i will have the same Navigation list. One in the top, and one to the left. Also the footer should be the same on the bottom of the page. I would update those three regulary. Because it would be alot of work to do this in every page, i was wondering how i would do this? In my head i would have a small html file that says something like this: File name: unorderdlist1.html<ul><li>Thing 1</ul><li>Thing 2</ul><li>Thing 3</ul></ul>In the webpages i would like to put something like:Global structure of the HTML page goes here. Execute a HTML file src="unorderdlist1.html".Global structure of the HTML page goes here. So how exactly do i do this? That is considering this is possible ofcourse.Thanks in advance!=D
×
×
  • Create New...