10,643 Topics
| |
We are having a problem where some pages that do not have much content have a lot of blank space above the footer. What is a way this can be removed on pages without messing up other pages that actually have a lot of content? It can be seen here: … | |
I apologize if this isn't the right board for this topic, but when you're developing a website and especially when it goes live, sometimes the user will see words that acts as links to unnecessary ads. As an example, I'll take some text from a client of ours: *"Our formulas … | |
| |
I want to add the button of my own look. I mean: i want to set the image on button and size of it... and alingn it on center with some effect more info: (image 1 = image) I am having 3images of text "Download" so when my cursor is … | |
I want to add the page view gadget to my website as available in the Blogger. but I am not using the Blogger so what will be the code to check the Page View of my website... I like to add this gadget in the Homepage at the bottom... So … | |
<!DOCTYPE html> <html> <head> <link type='text/css' rel='stylesheet' href='style.css'/> <title>Get Started!</title> </head> <body> <p><?php echo ""; ?></p> </body> </html> I thought css needed to be imbeded or linked from the <sript> tag? | |
What the webpage would do is after clicking "SUBMIT" button, a php script will be use to add records into my database. But for now i do not know where to put the "signupinsert.php" into the html and to make it run. I have try putting it at form action … | |
so i want to make a terminal for my website. im wondering how would i generate the html for the base of the terminal? ie just the window that i will be writing to | |
hey guys! when i discovered googles Dart, I decided to get back into web design, but im a little rusty on my css. on my index page i want to make a news section for updates to the site, but i cant find any styles for the <article> tag on … | |
Working on a website which is meant to be responsive and getting a few errors which seem out of the norm. The way I would like it is to shrink the site and line everything up in single file. **Url**: http://profiledt.co.uk/SetTraining/ Index.php: <div id="frontpage-Button-Cont"> <div id="Align-content"> <div class="button-cont"> <div class="thumbnail"><div … | |
I have this css code and it mucks up from the services section and shows the mobile view on the desktop. Any help? Many thanks. @import url(http://fonts.googleapis.com/css?family=Open+Sans); *{ margin: 0px; padding: 0px; } body{ margin: 0px; padding: 0px; background-color: #333333; margin-left: auto; margin-right: auto; } #content{ margin-left: auto; margin-right: auto; … | |
Hello! I am having some difficulty in a web site I built: [www.vipercabling.com](http://www.vipercabling.com) Everything looks the way it should in all browsers but IE and Firefox. In these two browsers there is extra space showing up in the main navigation area on three of the five pages. The code is … | |
Basically I am creating a web page that is going to eventually load content dynamically using PHP. Right now I am constructing the HTML/CSS for the page so that the design is complete. My problem is that when I add x amount of content to my page, the content simply … | |
I've been away from Markup Language for several years so I'm worse than rusty. I'm trying to make a form that will come to my email address when sent. I can get it up on the website, but it gives me a 404. I'm doing something wrong, but not sure … | |
We are seeking to upgrade our site to **HTML5** but we also need to design to **508 accessibility standards**. I need to get my team of content contributors up to speed on both topics. Does anyone know of training resources that combine the two disciplines? | |
i want to slide a div inside another div as shown here [Click Here](http://jsfiddle.net/cGZxv/61/) but my divs are float type. how can i reproduce the same demo here [Click Here](http://jsfiddle.net/anuran/8dM7z/2/) with the white box with "apple" text to slide inside the black div. | |
Hi all, i m developing a web portal whcih can be accesed over intranet.i need to inbuild a feature that the webpage will take authentication frm windows login. eg. i log to the terminal server adn opens the link ,the webpage should be able to authenticate the windows login and … | |
I've got the following problem. A webiste is hosted. lets say the url is http://example.com/_include/products.html (The include folder contains images and other html files etc.) So here is the problem, anyone can just remove the "products.html" from the url then we have http://example.com/_include/ If someone does this they can access … | |
iam trying to create a smotth transition between 3 images inside a div using jquery. i have managed to get the needed opacity transition on moving mouse to any side of the div.Now i want to have some change in position also like this [Click Here](http://www.adhamdannaway.com/) But iam changing the … | |
Hi all, I have been looking into making a website that has a timelapse video as its background, something similar to: http://www.thecowisgonemoo.com/nervaq/index-video.html The question is - how does one set a video as the background of a website!? Some of these timelapse videos are 100's of MBs or even 1000's! … | |
i have downloaded a number of web page templates and i want to use one or more of them in netbeans. ho do i go about this. do i have to replace the already existing index.html file in my project with the one i downloaded, or where do i copy/import … | |
Hi Friends I just want to know how can I start building a website where my clients can customize design of their TEE-Shirts online. My website is currently in Magento, so I like to know which technology I should use to integrate this feature in my website. Like they can … | |
i do not know if this is the correct section to post this htaccess question. when user type example.com on browser, it redirect to https://example.com . and when user type www.example.com on browser, it redirect to https://example.com . and when user type https://www.example.com on browser, it redirect to https://example.com . … | |
i have questions about certification exams of Photoshop. if any one have done do share your experience. how they may help your career. http://training.adobe.com/certification/exams/photoshop-cs6.html i am told by google this is the link from where we can register. http://www.pearsonvue.com/adobe/ if any one have done it please guide . | |
Suppose i have a 4 queens problem then i know what state space tree means but i am not able to get what does** solution space** mean?Also what is** difference between brute force and backtracking technique**s.I know that in backtracking if you don't get to a state whose bounded function … | |
Hi there, what the best way to add a layout, simply to manage, to my web site asp.net? Are masterpages the best solution? Can i get some example of simple editable layout? Thanks for you help | |
I found , in the past , a website . In this the website page there are two links link1 link2 when I click on the first link (link1) a red sentence appears , in the web page , saying that the link is desactivated . then , when I … | |
Okay so I just made an html navigation with up to 5 sub navs. Im going to paste the code here along with a jsfiddle link. HTML: <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a> <ul> <li><a href="#">About 1</a> <ul> <li><a href="#">Sub Menu 2</a></li> <li><a href="#">Sub Menu 2</a></li> <li><a href="#">Sub Menu 2</a></li> … | |
My url is [http://216.188.144.4/](http://216.188.144.4/) Can anyone help me figure this out: I am trying to get the nav bar to appear on top of the image. I dont know why there is a space between the image and the top of the screen, which is where the nav is now. … | |
Hi guys, today i will start a new tutorial about a very easy and simple programming language named HTML.Any body can make a static website by using this language. So,lets start . Tutorial-1 At first we have to learn the difference between static and dynamic website. Static website is a … |
The End.