2,272 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for terryds

First, here are my code HTML <!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="css/style_v2.css"> <title>Far Far Away - A folktale at Faraway Island</title> </head> <body> <header> <div id="logonslogan"> <a href="#">Well-Designed Blog</a> <p id="slogan">Created by Terry</p> </div> <div id="navnsearch"> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">Portfolio</a> <ul> <li><a href="#">Wordpress Theme</a></li> <li><a href="#">Blogger …

Member Avatar for EvolutionFallen
0
218
Member Avatar for tqmd1

Sir, I am using these codes <?php require_once("connect.php"); if(isset($_POST ['display'])) { $sql="select * from photo where id=2 "; $query=mysqli_query($con,$sql); while($row=mysqli_fetch_array($query)) { $image=$row ['picture']; echo '<img src="upload/'.$image.'" width="50" height="50">'; } } ?> <html> <head> <style type="text/css"> html { overflow:auto; } body{ background-color:#e7f4fe; } #container { margin: auto; position:absolute; top:0;left:0;right:0;bottom:0; background-color:#CFC; padding:10px; …

UI / UX Design html-css image web-design
Member Avatar for tqmd1
0
115
Member Avatar for Tu Dinh

I have some problem with my HTML code but I cannot figure out why, hope you guys can help me. My website here http://caycanh.url.ph/ although **displayed fine**, I saw some problem when I use Firebug to detect the code. This is how it displayed in Firebug dock: <html lang="en-US"> <head> …

UI / UX Design html-css web-design wordpress
Member Avatar for Tu Dinh
0
233
Member Avatar for rajatchak

Hi all ...( warning : i am a total newbie to web development ) i am planning to develop a website... i have all the content to put into the website...and i already have a fanbase for the website. I have created the structure of the website in localhost. just …

UI / UX Design css-bootstrap ui-ux web-design
Member Avatar for rajatchak
0
326
Member Avatar for ZeroEddy

Hi guys one problem I have been having lately is when I create a template for a website my container div does not surround all of the elements inside it. The only way I can get it to do so is to give it a height but I dont want …

UI / UX Design html-css web-design
Member Avatar for shivendu
0
226
Member Avatar for leroy green

Hey guys, quick question. From css, is there a way to target ONLY text in an li that has an img and text inside of it?

UI / UX Design web-design
Member Avatar for leroy green
0
163
Member Avatar for nathan.pavlovsky

Hello programmers! I am a beginner in html using the w3 school website help as a guide. Currently, I am working on an excercise website. The code is as following: <!DOCTYPE html> <html> <title><head> ------- Website </head></title> <body bgcolor= #FFCCFF BACKGROUND="background.gif"> <h1> What This Site Is All About: </h1> <hr …

UI / UX Design html-css image web-design
Member Avatar for JorgeM
0
318
Member Avatar for daniel.conlinjr.1

for some reason my css it saying that is is missing a simi colon befor the lastnline , but i have looked and yet to see one. if i remove the line it goes away! Any ideas? .nav{ width:80px; height:15px; text-align:center; margin-top:5px; margin-left:3px; float:right; display:inline; padding:10px; background: #c96060; /* Old …

UI / UX Design html-css web-design
Member Avatar for iamthwee
0
191
Member Avatar for ZeroEddy

I am having a problem in trying to line up my image inside the navbar list items area. There seems to be padding coming into the image therefore having it in the wrong area. I have put padding:0 and margin:0 in lots of areas but still nothing. Any help on …

UI / UX Design html-css php web-design
Member Avatar for ZeroEddy
0
223
Member Avatar for suavedesign

My url is http://216.188.144.4/mental_health.php I have a closed quote, which is an image at the end of each italicized paragraph. The img is a span, inside a div. How can I make the img align so that it doesnt create a space between the second to last and last lines …

UI / UX Design web-design
Member Avatar for JorgeM
0
177
Member Avatar for nadiam

hey guys, so i have 2 tables and i want to align them side by side but no idea how. right now i have one table below the other. my tables : <center><p> <table border="1" rules="all" cellspacing="6" cellpadding="6" style="background-color:AntiqueWhite"> <tr> <td colspan="2"><b>HOUSE</b></td> <td colspan="2"><b>PERSONAL</b></td> <td colspan="2"><b>TRANPORT</b></td> </tr> <tr> <td>Rent/Mortgage</td> <td><?php …

UI / UX Design web-design
Member Avatar for nadiam
0
178
Member Avatar for mmcdonald

Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but in this instance I would like it to automatically open on tab 2 when a particular link is followed... so …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
138
Member Avatar for HoverportMedia

With my responsive design and navigation almost working, I'm at one final dilemna and that's the navigation itself. On my website (or should I say my clients): http://turningheadssalons.com/index.html - when the navigation falls below the viewport of 750, the navigation dissapears. I can get it display when I remove the …

UI / UX Design web-design
Member Avatar for HoverportMedia
0
128
Member Avatar for HoverportMedia

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
Member Avatar for mildred2013
0
206
Member Avatar for Deep Modi

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
Member Avatar for mildred2013
0
176
Member Avatar for Deep Modi

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
Member Avatar for Deep Modi
0
239
Member Avatar for casey.li.146

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
Member Avatar for JorgeM
0
4K
Member Avatar for bradly.spicer

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
0
128
Member Avatar for ashley9210_1

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
Member Avatar for sash_007
0
237
Member Avatar for AdamBasich

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
Member Avatar for AdamBasich
0
126
Member Avatar for Walther1366

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
Member Avatar for Walther1366
0
126
Member Avatar for silent lover

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
Member Avatar for silent lover
0
107
Member Avatar for strongard63

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
Member Avatar for Nutan_1
0
100
Member Avatar for douglas.shrader.1

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
Member Avatar for douglas.shrader.1
0
212
Member Avatar for ashley9210_1

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" …

Member Avatar for diafol
0
376
Member Avatar for mmcdonald

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
Member Avatar for mmcdonald
0
127
Member Avatar for nagatron

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
Member Avatar for nagatron
0
108
Member Avatar for suavedesign

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
Member Avatar for suavedesign
0
261
Member Avatar for Fiorentino01^

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
Member Avatar for Fiorentino01^
0
282
Member Avatar for zobadof

Hello, So I've done it the old fashioned way with <font size="15">Blah Blah</font> as this is the easiest way I know of at current for doing select bits of text only. However, no matter how high I set the font size, whether it be 10000 or 10 it does not …

UI / UX Design web-design
Member Avatar for GrazerC0de
0
2K
Member Avatar for kurianjoseph

Kindly suggest me some good books to set my foothold on html&css. Recently i got a book "Head first to html & css"but it contains lots of silly exercises and jokes and kinda repetative. Is the missing manual series good to go by? HTML4 or 5 ? There are a …

UI / UX Design html-css web-design
Member Avatar for naina125
0
137
Member Avatar for Tunnleram

I have one table with two columns and in each column another table. I am trying to align each table within the column to the top of the table and I'm having issues. I'm paraphrasing the code here: <table> <tr> <td> <table> <tr> <td> </td> </tr> </table> </td> <td> <table> …

UI / UX Design web-design
Member Avatar for Tunnleram
0
117
Member Avatar for iLikePHP

Anyone able to help me improve the whole look of PingrGlobe.com? I suck at web design as I am a programmer, and I would for sure give credit to people to help!

UI / UX Design web-design
Member Avatar for iLikePHP
1
87
Member Avatar for suavedesign

I am having a hard time figuring out why the inner pages of my website are not centered when viewed in IE (IE10 is fine, the older versions are giving me the problem.) Although the home page is centered, it ignores the margin:0 auto; on the inner pages. This is …

UI / UX Design web-design
Member Avatar for suavedesign
0
93
Member Avatar for RCrizt

like yahoo mail did (new update as of october 2013), i cant find library or script that can make a div transparent and at the same time blur.

UI / UX Design html-css web-design
Member Avatar for sriramkarthick
0
184
Member Avatar for yaragalla_mural

Hi i have "font-size" defined in my css. This is working fine with all other browsers but it have a different appearence in IE9. So I want to avoid this style when the browser is IE else it has to work for the rest of the browsers. How to achieve …

UI / UX Design html-css web-design
Member Avatar for iamthwee
0
860
Member Avatar for suavedesign

I am trying to make a dotted horizontal line between a column of names and a column of numbers. how do I do this using css? here's a url to see what I mean: [http://www.lose4autism.org/index2.php](http://www.lose4autism.org/index2.php) in the box titled "top fundraisers" there is a list of names, with a dollar …

UI / UX Design web-design
Member Avatar for suavedesign
0
3K
Member Avatar for suavedesign

I have an img on my site that I want to be positioned absolute. The problem is that it jumps around when the screen is resized. I made the container div have position:relative; so I don't know why this is happening. This is the url to my site: [http://www.windowsauction.org/](http://www.windowsauction.org/) The …

UI / UX Design web-design
Member Avatar for suavedesign
0
154
Member Avatar for azapovjednik

Hello, on the top of the page I have a menu created in CSS.... with drop down lists... all looks nice.. later... I added wowslider right below... wowslider plugin is really cool... but the dropdown menus fall behind the slider! so I find it is because of z-index properties... and …

Member Avatar for azapovjednik
0
187
Member Avatar for castajiz_2

Hi there. I ve got a problem with my drop down menu, i ve centered a border on my page and when i hover over the <li> of my <ul> a drop down menu appears but it appears behind the border that i ve inserted. My question is do i …

UI / UX Design web-design
Member Avatar for JorgeM
0
134
Member Avatar for gahhon

How can i make the footer to stick bottom of the page no matter what resolution is the screen is and scrolling? Because currently i am able to stick the footer bottom of the page with my desktop, but once i change to laptop view or the paragraph/content are too …

UI / UX Design web-design
Member Avatar for gahhon
0
267
Member Avatar for yaragalla_mural

Hi I have 5 div tags in my html page and there is a print button. when i click on the print button it has to print only a particular div. for example it has to print the 2nd div which contains some personal information. It should not print the …

UI / UX Design javascript web-design
Member Avatar for JorgeM
0
513
Member Avatar for IsaacMessi10

Code 01: <head> <title> My Web Page </title> <link rel = "icon" href = "favicon.ico" /> <link rel = "shortcut icon" href = "favicon.ico" /> </head> Code 02: <head> <title> My Web Page </title> <link rel = "icon" href = "favicon.ico" type = "image/x-icon" /> <link rel = "shortcut icon" …

UI / UX Design html-css web-design
Member Avatar for IsaacMessi10
0
268
Member Avatar for devianleong

Hi, May I know how they do that kind of select box in css or javascript? ![8f9358290b71214d7abc0e455e8fa9f6](/attachments/large/3/8f9358290b71214d7abc0e455e8fa9f6.jpg "8f9358290b71214d7abc0e455e8fa9f6")

UI / UX Design web-design
Member Avatar for ACRDepos
0
127
Member Avatar for AK777

Is there a way to insert a thumbnail that displays a live screenshot of another website? This would be for an ecommerce site. I am not looking to simply create a screenshot where one takes and saves an image (e.g., jpg, png, gif, etc.) I want the thumbnail to always …

UI / UX Design ecommerce image web-design
Member Avatar for mmcdonald
0
691
Member Avatar for ACRDepos

I'm struggling with acquiring the same consistent table size across all three primary browsers as shown below. http://i41.tinypic.com/izxrtu.jpg - Chrome http://i43.tinypic.com/24yctw6.jpg - Firefox http://i39.tinypic.com/2ceg3lj.jpg - IE I'm not sure if it's a coding issue or a table issue, but here's the primary CSS: body{ background-image: url(../DefaultBackground.png); background-repeat:repeat-x; background-color: #FFFFFF; border: …

Member Avatar for ACRDepos
0
252
Member Avatar for anestistsoukalis

Recently i've posted a question on how could i possibly attach an image on top of my navibar menu. I did it thanks for help. Now i am facing with another issue. What if someone who is on my site presses Ctrl + ? And zoom in ? or zoom …

UI / UX Design image web-design
Member Avatar for mmcdonald
0
199
Member Avatar for mmcdonald

[Image of design issue](http://imgur.com/seWlte0) Hi peeps, Struggling to locate the source of this issue. The dropdown for ALL of the menu items appears on the far left of the nav and not below te menu item selected. For example, in the image above I clicked programming and the dropdown appeared …

Member Avatar for mmcdonald
0
139
Member Avatar for gahhon

**CSS** ul#menu { margin:0;} ul#menu li { padding: 0 0 0 0px; list-style: none; margin: 2px 0 0 0; display: inline; background: transparent;} ul#menu li a { float: left; font: bold 120% Arial, Helvetica, sans-serif; height: 24px; margin: 10px 0 0 20px; text-shadow: 0px -1px 0px #000; padding: 6px 20px …

UI / UX Design asp asp.net web-design
Member Avatar for gahhon
0
470
Member Avatar for castajiz_2

Hi there new to css and there is something I don t understand for example div.img img { display:inline; margin:3px; border:1px solid #ffffff; } what does the other img represent, what is this? I understand that the class called img is going to be applyed on the div tag in …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
82

The End.