6,557 Topics

Member Avatar for
Member Avatar for OsaMasw

Hello buddies, I designed a block for items shown on files system, so one block repeated for each item, but I noticed there is a **huge space** between two items and I dont know why, here is my code and picture to the problem. **css** #Container{ padding:0px; margin:0px; position:relative; top:-160; …

Member Avatar for JorgeM
0
169
Member Avatar for jspence29

I am trying to make a website page that looks roughly like this. All the DATA is at http://spencedesign.netau.net/singaporehome.html I don't understand why I can't just move the pictures around with absolute positioning, usually that overrides everything. ![sketch](/attachments/large/4/sketch.JPG "sketch") My code is ul#gallery { list-style: none; width: 1300px; text-align: center; …

Member Avatar for LastMitch
0
97
Member Avatar for napztor

hey guys im working on school prroject to develop a navigation system, i was just wondering is there a way to search for a page by entering its page number in a seach box ? is there a script for that? please let me know

Member Avatar for <M/>
0
43
Member Avatar for abcd777

I am facing problem with search module for real estate property search . m placing my code .. i am new 4 php... please help me with the correction of code... // index.html <form action="refinesearch.php" method="post"> <td> <td><tr> <label> <span class="h"><b>Category:</b></span>&nbsp;</label> </tr><select id="first" name="first" size="1" style='width:127px;'><option value="">--</option></select> </td> <tr><td> <select …

Member Avatar for urtrivedi
0
193
Member Avatar for christinetom

Hi everyone.. This is going to sound like a dumb question but I have to ask it because I really don't understand something here. I understand that HTML is used to arrange and display data, but HTML has to be written on something and thats where I get stuck. Lets …

Member Avatar for JorgeM
0
77
Member Avatar for JySysAdmin

Hello this is my first post here, Google has led me to this site a few times and I made an account today to ask a question about CSS Floats. I have Django code to generate a DIV for each srvr object in my database. Here is my HTML: {% …

Member Avatar for JySysAdmin
0
602
Member Avatar for hwoarang69

<input type="text" placeholder="Enter Username" /> as you can see in file. i have a filed and in that field i have a placeholder "Enter username". but placeholder is bit high. i want to lower it. i am not sure best way to go about this. iam think using css tags

Member Avatar for <M/>
0
79
Member Avatar for hwoarang69

it looks alot of code but all its doing is takeing a input field id = search_input. and setting width to 100. than if you click on field than change the width to 200. and last make it animate. so its a small field if you click on it. it …

Member Avatar for <M/>
0
162
Member Avatar for Beeej21

Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to …

Member Avatar for usman123usman
0
324
Member Avatar for hwoarang69

iam trying to do this DIV FORM DIV LABEL INPUT HINT so if i put my mouse over INPUT than a hint should pop up. <div id = "right_login"> <form id='login' action='login.php' method='POST'> <div class="outer_hint"> <label>Username:</label> <input type="text" name="username" id="login_username" class="field" value="" /> <!-- HINT --><p class="hint">6 to 20 characters(letters …

Member Avatar for JorgeM
0
118
Member Avatar for jspence29

In my page I want it so that when you resize the page past the point of the pictures, that the pictures will go into another row, all the way so each picture has it's own row. And then potentially I won't need any media queries. But unfortunaltely I can't …

Member Avatar for JorgeM
0
110
Member Avatar for jspence29

How can I change the size of the pictures in this example http://codepen.io/anon/pen/IDKAo I am making a photo gallery with this effect, and I need to change the size of the pictures, can anyone help? It is a pretty complex css so I understand if you can't.

Member Avatar for jspence29
-1
99
Member Avatar for laney.sinclair.5

I have this webpage. It has a wysiwyg html editor. It will create a blog post to my blogs with its contents everytime I hit submit. I hired someone to create this webpage so I cannot edit it. I don't want to mess it up. I created a program in …

Member Avatar for tinstaafl
0
145
Member Avatar for HunainHafeez

<div> <div style="position:fixed"> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">Profile</a></li> <li><a href="adminViewEmployers.aspx">Employers</a></li> <li><a href="adminViewApplicants.aspx">Applicants</a></li> <li><a href="#about">Super Admins</a></li> </ul> </div> designed a vertical menu in css , it has 4 clickable links HOME APPLICANTS EMPLOYERS PROFILE Now i want that when i click on APPLCIANTS then within this menu it should open 2 …

Member Avatar for simplypixie
0
95
Member Avatar for hwoarang69

can we make a pop up window using css and html? iam making a ecommerce website and when user buys a item. a window should pop up. and on pop up window it should give information about ur cart. here is a example i saw on a website. --------------------------------------------- the …

Member Avatar for JorgeM
0
96
Member Avatar for hwoarang69

here want i want html file home about us log in iam thing puting in <p> tag and than do word-spacing:30px; in css. but problem with this is that it will do this: home about us log in also i dont want to do <pre>

Member Avatar for hwoarang69
0
121
Member Avatar for jspence29

I recently just added a grid layout, but I can't figure out how to make my links work. The grid that I used is the 1140 one at http://cssgrid.net/. I studied the source code of that website, and tried to make my page like theirs, but when I put everything …

Member Avatar for jspence29
0
126
Member Avatar for jspence29

Can anyone tell me how to format my website so it looks the same in internet explorer as it does in google chrome? Normally when I make a website I format it for IE with only a slight annoyance, but now I can't forgure out how to my website is …

Member Avatar for JorgeM
0
91
Member Avatar for ankitsrist

i am trying to make application in which i used two dropdown list which gets its value from database and one shows states and another shows its corresponded cities ...and code for this is using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { dbclass myobj =new dbclass(); SqlConnection sqlcon=new SqlConnection(); …

Member Avatar for ankitsrist
0
139
Member Avatar for jspence29

So I am creating a website on singapore for my class. And I just finished one page, and I decided to play around with favicons. I am using a web host called 000webhost.com And I created a favicon for my page, but the problem is now the favicon is applying …

Member Avatar for LastMitch
0
91
Member Avatar for Pamcakes

I'm taking a website development course and we are supposed to be using HTML5 and CSS3. In my textbook it says that the <div> tag is HTML 4.01 and that in HTML5 it has been replaced with the <section> tag. I know with the <div> tag you can specify whether …

Member Avatar for LastMitch
0
3K
Member Avatar for MGadAllah

hello i've started to study html then will go through css then php and mysql please i'd like to ask for your advise for which editor i should stick to to facilitate my learning way the point is that i'd like to start the right way and stick to it …

Member Avatar for MGadAllah
0
278
Member Avatar for designershiv

I like to know how to start with responsive design, how to start code for that. your help will be greatly appreciated thanks in advance

Member Avatar for code739
0
183
Member Avatar for jspence29

So for my website I am trying to create a more button, and a menu will pop up when I create this. There is a picture of an arrow for more, and a picture of a down arrow for less. I have the javascript code done, but it won't switch …

Member Avatar for jspence29
0
185
Member Avatar for tenorjazz

Hi, I'm trying to make a template page for my web site. The main template will include a header section, a main body section and a footer section (not included in sample code). I want to make the header and footer sections separate html pages so I only need to …

Member Avatar for code739
0
217
Member Avatar for dodgers125

I've been at this for quite some time and just can't figure it out.I have a html table and have to find the total sum of the values in the $total/Sale Cost (last) row. Can anyone help me out or point me in the right direction. Code below: <?php print …

Member Avatar for adam.adamski.96155
1
231
Member Avatar for arishy

Here is part of the html <body> <table> <tr> <td id="ctl00_ContentPlaceHolder1_TD_Unlimited_Usage_PerDay" class="form_label" colspan="2"> <table width='100%' cellspacing='2' cellpadding='0' border='0'> <tbody> <tr> <td align='center' bgcolor='#E1E1E1'>Date</td> <td align='center' bgcolor='#E1E1E1'>Download Usage</td> <td align='center' bgcolor='#E1E1E1'>Upload Usage</td> <td align='center' bgcolor='#E1E1E1'>Total Usage</td> </tr> <tr> <td class='table_item' align='center' bgcolor='#EBEBEB'>2012-11-02</td> <td class='table_item' align='center' bgcolor='#EBEBEB'>1.269 GB</td> <td class='table_item' align='center' bgcolor='#EBEBEB'>0.286 …

Member Avatar for 2teez
0
2K
Member Avatar for tpowell0201

Hey everybody, I've been working with some co-developers on a really cool new social networking site. Before anyone asks, I am expierienced. This website runs on PHP 5.3. As you can imagine, the reason behind this was to create a dynamic stream of content. One of the major (and simple) …

Member Avatar for jspence29
1
440
Member Avatar for jackbauer24-2

If I choose to retrieve some MySQL data using PHP, how do I put it in a certain area of my page? For example, if there is a div with an id of "putTextHere", how to make PHP echo/put text in this div? And how to get a certain value …

Member Avatar for jackbauer24-2
0
258
Member Avatar for tscina

I need to do the following [formatting](http://s88.beta.photobucket.com/user/wickedheart08/media/table.png.html) in my email as instructed to me. As I've read and searched around, emails are supposed to use html1 to 4 and inline styling. I've tried using inline styling using margins but it's just a pain. It's not working in outlook and I'm …

Member Avatar for tscina
0
211

The End.