10,650 Topics

Member Avatar for
Member Avatar for joe jacques

hi every one i need i want to learn the basics of html codeing acan someone help me out if you are intrested in helping a guy out email me or speek to me on messinger SNIP thank you - jj :)

Member Avatar for almostbob
0
38
Member Avatar for aslittell
Member Avatar for leahmarie
0
62
Member Avatar for miram

Hey can anyone help me... I have created an HTML webstie and I have a flash introduction which is sitting inside an HTML page. It loads fine by itself but take a long time if you are on a slow connection so I want to use a loading/progress bar. I …

Member Avatar for ArtphotoasiA
0
124
Member Avatar for shiv0013

[URL="http://webshapes.org/template/windowview/id/2007122710789078086"]http://webshapes.org/template/windowview/id/2007122710789078086[/URL] how to add drop down menu for this template? else please give a good link to learn drop down menu for css templates

Member Avatar for helioworld
0
45
Member Avatar for aslittell

I am trying to link a PDF document in HTML and I keep getting this error: "Bad Request Your browser sent a request that this server could not understand. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." My code is …

Member Avatar for aslittell
0
123
Member Avatar for abhay1234

hello. I tried this with a bit of search. I wish to have freedom while typing text in my web page. I want the right margin to be fixed so that when i type text all aligns along the right margin. I tried tables but not satisfied [code] <html> <body> …

Member Avatar for Dr.Nour
0
70
Member Avatar for megashape

How can I fix this problem? for example, I have this piece of code: [CODE] <ul> <li></li> <li></li> <li></li> </ul> [/CODE] Now with the CSS I've set the margin to 0 between the <li>'s, yet in IE it shows 1px margin between them. when I'm trying to add things beneath …

Member Avatar for seo1394
0
137
Member Avatar for dlannetts

Ok, not sure if it's doable and how it's done, so l have come here :) Now what l am after is this, l have a css file and a html file, now in my html file l would like to be able to load in data from a .txt …

Member Avatar for almostbob
0
103
Member Avatar for rori

Hi, I'm working on fixing a code for a website that was done by someone else. I noticed this word "fprolloverstyle" in the style tag, and I couldn't understand what it means. I searched online but still I don't understand it! What does it do exactly? Can I remove it? …

Member Avatar for Cragdo
0
668
Member Avatar for cbanta

I'd like to preface this by saying I'm new to web design and have had one basic class on it over a year ago, so this may be a basic question but please humor me! Also, my site is somewhat crude humor, text only no graphics, so if your easily …

Member Avatar for cbanta
0
86
Member Avatar for xylude

I am perplexed as I have ever been in my 3 years of web development. I had a div class named ".bottomAds" that absolutely refused to even render on the page. It was like it wasn't even in the source at all (it was though, because I checked). So I …

Member Avatar for MidiMagic
0
86
Member Avatar for diafol

YT spits out invalid xhtml for embed code, so have been trying to get to grips with validating pages with embedded videos. Came across this today. Any thoughts? Does it work with all browsers? I've got the modern ones - so can't test the oldies. [CODE]<object type="application/x-shockwave-flash" data="[B]http://www.youtube.com/v/vUzTQWn-wfE&amp;hl=en_US&amp;fs=1&amp;rel=0[/B]" width="400" height="326"> …

Member Avatar for MidiMagic
0
143
Member Avatar for keoflex

I am building a database that handles food and nutrition intake. The database i am designing is fairly difficult so i was hopping i could get some help from the community. --------------------The database does the following---------------------- 1. track food intake aka total 'sugar', 'protein', vitamin B12 for all users 2. …

Member Avatar for keoflex
0
156
Member Avatar for snitch321

simple problem here is my code first[CODE]Intro_btn.addEventListener(MouseEvent.CLICK, Click); function Click( event:MouseEvent):void { gotoAndStop("what to put here?"); } [/CODE] and was wondering what do i place in the 'what to put here section so it goes to the next frame instead of a specific frame?

Member Avatar for snitch321
0
173
Member Avatar for richardsink64

Hello, I have a js slideshow in the page, but shows up on the left side. Using Dreamweaver CS4 how would I center the slide show? [url]http://www.sinksphoto.com/test_index_2/index.html[/url] Thanks for your help, Richard

Member Avatar for richardsink64
0
138
Member Avatar for jindalarpan

how i can put iframe on top of other iframe in html, i am trying to do is as follows there is a iframe of size 100px by 100px having src as web1.html and when i click a button outside the iframe new iframe should come up on top of …

Member Avatar for almostbob
0
87
Member Avatar for samarudge

Hi, I have a page with four primary DIVS layed out like: [url]http://wp-media.samrudge.co.uk/2010/01/1.png[/url] using the CSS [code=css] body{ background-color:#CCC; } #container{ width:300px; height:auto; background-color:#00F; padding:10px; } #header{ width:300px; margin:5px auto; background-color:#0FF; font-size:24px; } #left{ width:200px; height:auto; background-color:#90F; float:left; } #right{ width:100px; height:auto; background-color:#CF0; float:right; } #footer{ width:300px; background-color:#0F0; float:none; [/code] …

Member Avatar for Cragdo
0
96
Member Avatar for peepster

Hi there, I am doing a site redesign and it shows up without any errors in Firefox, Opera, Safari, Chrome, but in IE for Windows, I get a little "yield sign" in the bottom left hand corner. It says that there's an error on line 16, but there's nothing on …

Member Avatar for Cragdo
0
101
Member Avatar for Sarvadip

hi all.. I am going to do my final project of degree about [B][U]Social networking website... [/U][/B] So i need some title a catchy one for this online application.. So kindly give me ur kind suggestions and ideas for this project title.. Regardz

-3
32
Member Avatar for matthewl

Hi! I am trying to develop two columns that are side by side with in the "content" div. As of now the the columns is not forcing the "content" div grow with the columns. I am completely stumped and I could use your help? Here is the html for the …

Member Avatar for xylude
0
179
Member Avatar for loll_l

This is my booking form: [url]http://www.n-v-m.co.uk/Booking.html[/url] When 'Submit Order' is clicked a PHP script is triggered that emails me details of the order... What I require is an error message to pop up if either: a) The customer has selected 'No' for 'Is Vehicle roadworthy with full M.O.T.' or b) …

Member Avatar for xylude
0
111
Member Avatar for dlannetts

Well, l have a gradient for my background, just a simple one, here is the code to run it: [CODE]body { background: #d7e3ff url(images/top_gradient.png); repeat-x; width: 800px; background-position:top left; margin: 0 auto; text-align: left; outline: none; }[/CODE] Thats the css, now how do l add a bottom gradient for the …

Member Avatar for almostbob
0
101
Member Avatar for HazardTW

I don't understand very much about [URL="http://www.satzansatz.de/cssd/onhavinglayout.html"][U]hasLayout[/U][/URL], but I did just run into a problem where I was using a table for tabular data, but then decided I needed an image in one of the cells and some buttons. In order to get the image and buttons to line up …

Member Avatar for nrutman
0
254
Member Avatar for ppetree

WARNING: I'm a complete CSS novice! What I want to do is create a simple registration form that looks like a real paper form. It has a white background. The edit fields (i.e. name, address etc.) are edit boxes without a border but have a line that the user types …

Member Avatar for almostbob
0
83
Member Avatar for dfelex

I want to make a scrolling photo gallery (something like this [url]http://www.bourakis.com.au/gallery-contemporary.htm#[/url] ) which i can uppdate easaly thrue a database, anyone who can give me a helping hand?

Member Avatar for CJesusSaves
0
52
Member Avatar for tefflox
Member Avatar for aslittell
0
210
Member Avatar for niro_fernando

[B]I m new to asp.net I made a web page .I design in my laptop, but when i run that web page in desktop the images which i use goes here and there .i used table and master page , but the same thing happen, could u plz tell me …

Member Avatar for niro_fernando
-1
74
Member Avatar for fhioslondon

By Dan Marley Senior Research Consultant at fhios. [B]Facebook may be a phenomenon but it’s by no means perfect![/B] The first thing that should be noted is that Facebook was originally opened for students and therefore designed for students. However, as the website was opened to the public a few …

Member Avatar for hbirnfrn
0
76
Member Avatar for alexberr

[b]can someone please give adviced on how i could put an upload box for my website,so record labels could upload directly to my website, please help me with the code or explanation of how to do it.thank you all for what you do for othere people[/b]

Member Avatar for ablitz
0
80
Member Avatar for barryw33

Hi I have a horizontal rollover menu with a horizontal submenu I want the submenu to stay out when the use moves his cursor off the menu item unless the user rolls over another menu item like on this site [URL="http://instantcom.es/"]http://instantcom.es/[/URL] now I know that is a flash menu, but …

Member Avatar for harrierdh
0
158

The End.