7,985 Archived Topics
Remove Filter ![]() | |
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: … UI / UX Design html-css web-design | |
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 … UI / UX Design advertising seo web-design | |
| |
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 … UI / UX Design javascript web-design | |
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 … UI / UX Design html-css web-design | |
<!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? UI / UX Design html-css web-design | |
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 … UI / UX Design php sql web-design | |
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 … UI / UX Design html-css web-design ![]() | |
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 … UI / UX Design html-css web-design | |
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; … UI / UX Design html-css web-design | |
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 … UI / UX Design web-design | |
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 … UI / UX Design html-css javascript-jquery web-design | |
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 … UI / UX Design web-design | |
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? UI / UX Design html-css web-design ![]() | |
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 … UI / UX Design microsoft web-design | |
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 … UI / UX Design web-design | |
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! … UI / UX Design web-design | |
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 … UI / UX Design ecommerce web-design | |
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 . … UI / UX Design web-design | |
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 . UI / UX Design adobe career web-design | |
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 … UI / UX Design web-design | |
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> … UI / UX Design html-css web-design | |
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. … UI / UX Design web-design | |
I can not get this web form to align left on a landing page That I am in the middle of creating ( its no where near complete but, IO cant get the webform in the corrct spot): http://dsninformation.com/nov11/moneygirl3.php Here is the code I am trying to left align. <td … UI / UX Design php web-design | |
I have a flex slider and I want to place a div over the top so I can put a nav bar on there. It's not co-operating with me. Any help will be apreccatied. Thanks in advance. HTML <body><div class="container"> <div id="logo-nav" class="sixteen colums"> <img src="img/logo-white.png" class="logo"> </div> <div class="flexslider" … UI / UX Design html-css operating-system web-design ![]() | |
Hello I been very grateful if someone could help me. I try to make a 3 columns structure but can not get it. It must be header, top navigation, left navigation, main content, banners, and footer. Can anyone help please? UI / UX Design web-design | |
hello dear friends i'm trying to insert picture in form subtmit bouton but it don't show anything on navigator this is the way i do it <input name="adcart" type="submit" src="product/images/shopping-cart-icons.png" class="boutonaddto" id="adcart" value="ADD TO BASKET"> UI / UX Design image web-design | |
So will someone help me this my website Please so i wanted it set out like this http://i1299.photobucket.com/albums/ag71/TheIronDoorProject/Untitled_zps5d81f4e3.png but when i go do this the main column pushes the other two columns down, this is my css http://pastebin.com/85b6ttTx UI / UX Design web-design | |
I am playing with LESS and Bootstrap again, and was having lots of fun making it work with the Netbeans 7.4 IDE. When I set about some practical work, like changeing the background color of the site I realize I could not do this even after some web research. So … UI / UX Design ide web-design | |
So, i am going to be using a php framework to create a blog and i am curious to know what you guys think is the best framework. I, so far, am most satisfied with codeigniter (mostly) and zend. What do you guys think is the best and tell me … UI / UX Design php php-codeigniter web-design | |
hi, We are a small new firm. we have website developed in word press but our developer left remaining work incomplete n left the job now we have a button on our first page as live chat and we want to add chat support to it. how to solve this … UI / UX Design multimedia web-design | |
HI guys, I wonder if any could help with this. In my daily job I often find myself picking up code written by other developers and making additions to it. Now, this is often a problem because if I change a css rule I might end up breaking the layout … UI / UX Design html-css web-design | |
Hi all, I'm trying to add spacing between the <option> tags by padding, height and margin - yet none have worked. Does anyone have any ideas? It's the simple things that stop me in my tracks haha. All of the options look cramped up and untidy, I'd like to give … UI / UX Design web-design | |
Hi Guys and to all programmers, I have a website wherein my header appears on all pages of my website. Did a test by disabling the display; however, the header was gone on all pages of my website so I turned the display back on. My question is, is there … UI / UX Design display html-css web-design | |
Hi to all,have a question,if i do radio buttons ,do i need to put label around each input and second -if need to chnge the color of of the words after the input /> how will i do this? <label for="award_type" id="award_type">Award Type:</label> ?? <label ><input type="radio"name=" award_type" />Higher Certificate … UI / UX Design web-design | |
How can i wrap my text around the image on this page? it's using a float, but i want it to wrap around the img of the hand. [http://www.mimahealthcare.com/about.php](http://www.mimahealthcare.com/about.php) thanks UI / UX Design image web-design | |
I'm having problem on my fixed background during transition. I have 2 panels, the panel-1 has 2 images which will animate from left to right and from right to left respectively, basically it will just add a class 'animate' to trigger the transition. During the transition, the panel-2 (which has … UI / UX Design html-css web-design | |
hello every body on daniweb i build my site but it suffer on different screen resolution can't see whole site and div are going right div are going down so listen about make it fluide use body in css 100% how i will do it only body width must be … UI / UX Design web-design | |
If we have something in a `div` block , how come it can flow out of the `div` block as if nothing's even there ? For example , here : <!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="box.css"/> <title>Result</title> </head> <body> <div> <p>one</p> <p>two</p> <p>one</p> <p>two</p> <p>one</p> <p>two</p> </div> </body> … UI / UX Design html-css web-design | |
Hi all. I am designing a HTML website that only runs on smartphones. When I test the website on my smartphone it cuts off the words right at the bottom... It only allows the user to scroll down with +- 2mm or 1cm. I've put in underneath the styles.css a … UI / UX Design html-css smartphone web-design | |
Dear Sir, please see what is wrong with my codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Bismillah Cotton</title> <style type="text/css"> .foramt { border-color:green; border-width:2px; border-style:solid; width:200px; height:50px; color:red; font-family:verdana; font-size:14px; font-style:italic; text-align:center; } </style> </head> <body> <div class="format"><p>How are you?</p></div> … UI / UX Design html-css web-design | |
Hi masters I'm new to Google blog So i just want some instruction regarding blog managing Help me out Thank you UI / UX Design web-design | |
Hello guys. I have a small problem with the following code: main.html <html> <head> <link rel="style" href="main.css" > </head> <body> <ul> <li>Home</li> <li>About</li> <li> Portfolio <ul> <li>Web Design</li> <li>Web Development</li> <li>Illustrations</li> </ul> </li> <li>Blog</li> <li>Contact</li> </ul> </body> </html> main.css body { font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: … UI / UX Design html-css web-design | |
Hi friends, In my web site, I have added Google Translator. From the moment I add Google Translator my some div elements are not working properly. I have set header div 0px from the top. (See the attachment 01 or http://i40.tinypic.com/2lcbcef.jpg) But after I adding GT (Google Translator) header section … UI / UX Design google html-css web-design | |
Hi I am studying html5 and have a hard time understanding exactly how those tags function.Maybe I am used to the old div tags and cannot figure out what is going on. For example I look at a page made with html5 and css3.In the page there are 3 article … UI / UX Design html-css web-design | |
hey guys, I am really new to UI design and I am trying to finish building a simple website to include on my resume. My problem is that I have a login page with a radio button asking the user if they are an existing customer. If they are they … UI / UX Design display html-css javascript-jquery web-design | |
i try make my site compatible with all stadanrt devices and when i litle work but my proble is images is still large small screen how can i do it automatical resize in small screen, such they are in diferent class diferent div ... here is my css @media only … UI / UX Design web-design | |
hello friend i need help. i created my site and i trying to make it compatible with all screen size (resolution) i use media query, what want is to know how to calculate the pixel smaller or larger i mean if my screen is 1200px and the div is 1000 … UI / UX Design web-design ![]() | |
Hi, I would like to center two images. These two images must be next to each other and located in the center of the screen harizontally. This is what I've tried. header.php [CODE] <div id="banner"> <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/banner.png" class="center"/> <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/bannerside.png" class="center"/> </div> [/CODE] style.css … UI / UX Design web-design | |
<body onresize="self.location.reload()"> This works in IE 8, Google Chrome, but will not reload upon resize in Firefox 24.0. How can I fix this? Should I switch to using CSS3 media queries? UI / UX Design web-design |
The End.