10,643 Topics

Member Avatar for
Member Avatar for Deep Modi

Hi, I am new on this all, I want to add RSS Feed to my website. But really i don't know about this anything. As I am on windows 7, The gadget RSS FEED (i look on it) and also view some pages like [THIS](http://windows.microsoft.com/en-us/windows7/Using-RSS-feeds) but the Question is How …

Member Avatar for Deep Modi
0
255
Member Avatar for kesh1000

Hi Guys, Not very sure if this is the right place but I am launching a multi-vendor site and would like to know if any of you have any ideas on what I should name the product. I had a few ideas but either its taken or the domain is …

Member Avatar for kesh1000
0
79
Member Avatar for london-G

Hello, My website displays perfectly fine on the computer however when it comes to phone or tables the background image becomes smaller. I have spend more than 4 hours trying to figure out why but no luck. Will appreciate if you guys can give me a hint. The website is …

Member Avatar for ahqaf
0
176
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
215
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; …

Member Avatar for tqmd1
0
113
Member Avatar for kesh_1
Member Avatar for RinzLove

Hi all, Can help me write code to display images from database. The code is in bold. Thank you. @grid.GetHtml(tableStyle: "webgrid", headerStyle: "webgrid-header", footerStyle: "webgrid-footer", alternatingRowStyle: "webgrid-alternating-row", selectedRowStyle: "webgrid-selected-row", rowStyle: "webgrid-row-style", columns: new[] { grid.Column("Product_Category", header: "Category", style: "to-the-center"), grid.Column("Product_Type", header: "Type"), grid.Column("Product_Code", header: "Code"), grid.Column("Product_Name", header: "Name"), grid.Column("Product_Brand", header: …

0
101
Member Avatar for Thana_1

First post ... I have some data that is currently passed around in a spreadsheet that people pull off of a server as needed. I would like to have that data be displayed and edited in a more 21st century appropriate manner. Since it is tabular data (spreadhseet works great) …

Member Avatar for pritaeas
0
113
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> …

Member Avatar for Tu Dinh
0
232
Member Avatar for tian93

Hello everyone... sorry,I just come and ask you something hmmm...I'm still learning about css my problem is I can't convert from psd to css what should i do ? please tell me...

Member Avatar for <M/>
0
228
Member Avatar for Qqueen

I am having a problem with my Wordpress website and I think that it has been hacked. First of all, my site is really slow. I have also noted some funny content that has been added on my site. Could this be a sign that my site has been hacked? …

Member Avatar for stokes
0
182
Member Avatar for suavedesign

The link to my site is http://www.designstyleshome.com/index.php I want to make the middle section of the site have the grick background, and I want that the brick background should stretch endlessly, regardless of browser width. What is the best way to accomplish this? I tried width:100%; and it didnt work. …

Member Avatar for urtrivedi
0
104
Member Avatar for SwedishS

Hi. Im trying to fix the CSS stylesheet of my webshop. I only got the css stylesheet to work with so cant use the html basic code. I have made changes to a lot of things but two elements I cant find the code for. I want to change the …

Member Avatar for vani krishnan
0
138
Member Avatar for johmny

Can anyone share the free guenine website which show the html and css of the contact forrm.

Member Avatar for diafol
0
175
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 …

Member Avatar for rajatchak
0
326
Member Avatar for Deep Modi

Here, I am having my site and Now I want to create the Badge image as Softpedia and all so. For example [LOOK HERE](http://deepappsstore.weebly.com/advance-notepad.html) at the Bottom, I want to create this type image as to show the user/audience about the software skill. So can anyone tell me How to …

Member Avatar for Deep Modi
0
116
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 …

Member Avatar for shivendu
0
225
Member Avatar for naveen2k12

When I am using the meta tag css is not getting loaded properly. Here is my meta tag that I am using. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> I am using the above tag to disable the auto zooming of input fields in phones(iphone), but I have observed that, unfortunately …

Member Avatar for pritaeas
0
233
Member Avatar for tqmd1

Sir, I am using these 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><title>My Contacts</title> <style type="text/css"> html { overflow:auto; } body{ background-color:#e7f4fe; } #container { margin: auto; position:absolute; background-color:#CFC; padding:10px; overflow:auto; width:150px; height:150px; text-align:center; border:1px solid #09F; } .hidden{ display:none; } </style> <body> <div id="container"> <form …

Member Avatar for vani krishnan
0
118
Member Avatar for Croft .L
Member Avatar for jawad.hassan.5836
0
815
Member Avatar for ganges

hi I am new to html I am having set of video files more than 60 in my local drive I like to create hyper link for all those video files in html, I try all the ways in net search but its not working for me can you people …

Member Avatar for Eagle.Avik
0
148
Member Avatar for chrisschristou

hello firends i have more tha 30 div block as list of product it containt like this <div class="itemlist" id="itemlist"> <ul> <li><img src="cover/imshge.jpg"</li> <li class="iteminfo" id="iteminfo"><"item desciption"></li> <li> <?php echo ['price']; ?></li> </ul> </div> and i want to description can have 4 or 5 line of text but i want …

Member Avatar for iamthwee
0
469
Member Avatar for johmny

Hello to all the members of the daniweb My question is what is the difference between the Fluid website or the Responsive website. Which elements to use the fluid and responsive website. And which one is Good Fluid or Responsive Website Please elaborate more of your answer.

Member Avatar for <M/>
0
209
Member Avatar for Raju_3

my question is how push menus from bottom to up are displayed. this is example site http://www.askaspension.gr/ i have no idea about that code. please help me. i want same as it as code in that web site

Member Avatar for stultuske
0
129
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?

Member Avatar for leroy green
0
162
Member Avatar for mcoliver88

Hi All This has probally been asked a thousnad times, but here it goes. I have built a search bar into my website, and i want the user the be able to enter any text and be able to search google in a new window/tab. This is the code i …

Member Avatar for mikerock
0
265
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 …

Member Avatar for JorgeM
0
316
Member Avatar for erum

I have .aspx form and I wanted to put jquery validation over it ..some validation already been working like minlength: "Your password must be at least 5 characters long written in code attached ..I want for first name and last name too for 5 characters .. Please reply <%@ Page …

Member Avatar for pritaeas
0
260
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 …

Member Avatar for iamthwee
0
188
Member Avatar for patk570

Hello, I am looking for a calendar to use with my website that I can add tasks/appointments into the db and have them show on the calendar. I would like to edit on the fly either by using a page to create the task/appointment or via the calendar using ajax. …

Member Avatar for patk570
0
197

The End.