Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: HTML - Main page [Click Logo]

  1. #1
    Junior Member Goxy's Avatar
    Join Date
    Apr 2014
    Location
    Czech Republic
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default HTML - Main page [Click Logo]

    Ok, am using Wordpress and I have pretty much most of mine site done. Am creating my band's website, but I don't understand how to make a main page.
    I would like to make a main page where you could see the logo of our new album across the page and then when you click it you get to the webpages main page where the menu is.
    I have searched over internet and found nothing, its probably because I do not know what the term of this kind of thing is called.
    To be honest I have never ever codded HTML, its my first time so, any help to solve my problem/need is appreciated !!
    Thanks upfront !!

    Here's an example of what I mean:
    http://www.agathodaimon.de/


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: HTML - Main page [Click Logo]

    There are several good HTML tutorials on the web.

  3. #3
    Junior Member Goxy's Avatar
    Join Date
    Apr 2014
    Location
    Czech Republic
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: HTML - Main page [Click Logo]

    I would appreciate if you could actually read what I have written before commenting, thanks.
    But yeah am getting into it slowly and learning how to code HTML pretty basic stuff, very easy I just can't seem to find what it is exactly that need to do to create a redirecting click-able page. Hopefully I'll get around it soon, when I do I will post here how its done so people who have the same problem in future can actually see it, unless someone directs me towards to write direction that would help a lot.

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: HTML - Main page [Click Logo]

    I'm not sure how this even relates to java, nor what the exact problem is. Creating an entry page should be as easy as creating an index.html page containing the appropriate content/links - yet if an index.html already exists you may need to be careful to make sure you want to overwrite the content of this file without breaking anything. If you wish to have this page display the first time a user visits, then you will need a more complex solution requiring sessions/cookies. Wordpress may have a plugin that accomplishes either of these, so search for one if you have not.
    All this being said, an entry page such as this (if I understand you correctly) is frowned upon by many - it makes it difficult for users to get to the content they want to get to (and in many cases results in more exits than entries) as well as making it more difficult for a web crawler to understand the content of your website (and depending upon design could be considered a 'doorway' page, something frowned upon by search engines).

Similar Threads

  1. how to show data in jsp page click on edit button
    By taytay in forum JavaServer Pages: JSP & JSTL
    Replies: 4
    Last Post: March 23rd, 2014, 04:28 AM
  2. Need a java code to click similar buttons on a web page
    By kalawadh in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 9th, 2013, 12:23 PM
  3. i want my code to read the content of a html page... and am getting this error.
    By samvenkatram in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 27th, 2012, 01:43 PM
  4. Notepad is opening on click of submit instead navigating to other page
    By pb60705 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 10th, 2011, 07:23 AM
  5. why a unknown symbol is visible on a jsp page which include another html pages
    By se.anilp in forum JavaServer Pages: JSP & JSTL
    Replies: 4
    Last Post: July 21st, 2011, 10:12 AM