Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
Member Avatar for k8f1

Hi all, I would be extremly graeful if you could cast your eye over the following problem and give me some advice if possible. I'm ok with the basics of html and css, but and fairly new to it, so have been stumped by this latest problem. I built a …

Member Avatar for Taywin
0
215
Member Avatar for Vandithar

Hi, I have a table like this: [code] name +------------------------------------+ | name | +------------------------------------+ | This is an rna-binding protein. The data which is useful is available from the desired location. | +------------------------------------+ 1 row in set (0.00 sec) [/code] I want to remove extra space i.e in between binding …

Member Avatar for verruckt24
0
159
Member Avatar for k8f1

Hi all, I'm trying to make a 'contact us' page for a website and want a form that allows the user to input their name, email address, and comment then send it to my hotmail account using a submit button. I've tried various things but it doesn't appear to be …

Member Avatar for almostbob
0
105
Member Avatar for toddsmith

Since I started using style sheets I've grown to really like them. Recently a developer mentioned to me that I should stay away from them as they create more problems than they're worth. I wanted to get some feedback from the folks here on DaniWeb. Thanks! todd smith

Member Avatar for toddsmith
0
131
Member Avatar for k8f1

Hi, I'm trying to create a html page which allows the text to scroll without moving the background. I understand that I should probably be using something like: background-attachment: fixed; but the complication is that I have an image which covers the whole background and resizes itself depending on the …

Member Avatar for wickedsunny
0
58
Member Avatar for k8f1

Hi, I'm trying to finish a college project for tommorrow, but am having real problems with my code. Every time I try and run it, I get an error message saying 'Expected If'. I looked and looked at it, but can't for the life of me work out whatthe problem …

Member Avatar for vponline
0
160
Member Avatar for k8f1

Hi, First of all I apologise because I think I'm in the wrong forum. This is a html/css question, but I wasn't sure where to post it. I'm trying to create a html page which allows the text to scroll without moving the background. I understand that I should probably …

Member Avatar for k8f1
0
93
Member Avatar for go4urs

Hello I hope this is the right forum - if not, please advise. I am trying to create a simple website to get donations to send people to help out those that are still suffering from Hurricane Katrina. The document we are using is attached. I am particularly interested in …

Member Avatar for k8f1
0
142
Member Avatar for JasMate

[B]LOGOS:[/B] [URL]http://name-search.org/logos.htm[/URL] [B]SITE:[/B] (Will look different, see for content): [URL]http://www.citylinkpcs.com.au/[/URL] ... & ... [URL]http://www.citylinkpcs.com.au/store/[/URL] This is my technology products site, at the moment it looks awful! I am in the process of giving it a new look, the layout and graphics will be changed to accommodate the new logo incorporating …

Member Avatar for fredalyn
0
149
Member Avatar for k8f1

Hi, I'm trying to bulid a working (simplified) calculator using JavaScript and have got stuck. Unfortunately I'm on a time limit so any help would be appreciated. I've got this far: <html> <head> <title>Calculator</title> <script language="javascript"> var input = ""; function buttonstore(value) { input += value; document.Calculator.txtAns.value = input; } …

Member Avatar for ~s.o.s~
0
76