how do I solve the problem that if someone clicks on one of my banner it doesn't open in a new window. In the moment if someone does the target page is loaded into the same frame => the user leaves my page.
Where do I have to put code to open the pages in a new window?
I'm brand new to drupal and have just installed it on my server. I have no idea about what is what.
I need it to run a site and maintain all the pages, add pages and maybe remove some from time to time. I also would like a news section that can be updated easily as well as polls. I've installed the moduls for these things but on the site it still looks like a community site and not a personal site.
thanks in advance. suppose i want to maintain a list of newspaper headlines, with their publication dates and whether they have pictures or not. what i had before was a book page where users would add <li>'s over and over, but what i really want is for each article to be an entry in a database.
i made a new content type via flexinode, but that's cumbersome, no? for example, the date that a user adds *has* to have a time, which is irrelevant for this purpose.