amp x 105
bootstrap x 1,162

14,212 Topics

Member Avatar for
Member Avatar for elamigosam

I have a good one this time! I want to make a link to take me to another page that is located one level up ex.. i am here [url]www.page.com/page1/page2/index[/url] and want to go here [url]www.page.com/page1/index[/url] with out having the [url]www.page.com[/url] in the link. is this posible?

Member Avatar for elamigosam
0
143
Member Avatar for abrocketman

Evening All. I am busy creating a website that will have about 20 pages. So I have made a header and a footer (include("");). now that i am ready to start with the main content of the site i cannot seem to add div tags to the css file inside …

Member Avatar for Member #203197
0
164
Member Avatar for roryt

Although forms are one of the most boring elements of any website, styling them can be a dangerous business. All too often it is forgotten that the way a form looks will impact greatly upon what the user uses it for. Change the style too drastically and the user might …

Member Avatar for almostbob
2
2K
Member Avatar for mark2326l

On a PC, Explorer or FireFox I get a box around any image that has a link associated with it. All browsers on my Mac appear as desired. My typical... [CODE]<a href="http://www.link.com/" target="_blank"><img src="images/MyPicture.gif" width="200" height="103" align="top" /> </a>[/CODE] Is there any way to get rid of these?

Member Avatar for mark2326l
0
94
Member Avatar for Member #361407

first i want to say hi, i have just been learning html and css and so i have been making a website for my air cadet group, but when i validate this 1 page: [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" …

Member Avatar for almostbob
0
104
Member Avatar for solahere

I wanted to do some popon windows when someone hovers over something on my page... [ICODE] new_window = open("page.html", "displayWindow", "toolbar=no,width=600,height=300,directories=no,status=no,scrollbars=no,resize=no,menubar=no"); [/ICODE] I can do that by opening a popup using the abovecode but it opens in a separate page... I want it to hover on top of the same …

0
71
Member Avatar for brookywat

Hello, I am new to html and c# my life been in engineering. I am trying to create a simple login page, I have used html for the page structure and I am using c# for the login authentication. I have a table database with MS Access but I can’t …

Member Avatar for sknake
0
147
Member Avatar for praveen_dusari

hi all, marquee is working fine in my localhost firefox but when i made it live its not working in ff any ideas why? thanks in advance

Member Avatar for Member #203197
0
136
Member Avatar for morecrab

Hi all, I had a problem with this html. Its name is index.asp. [CODE] <form action="index.asp" method="post"> <input type="submit" name="previous" value="prev"> <input type="submit" name="next" value="next"> </form> [/CODE] The problems is, [INDENT]I don't know whether i push the prev button or the next button.[/INDENT] How i will know that ? --THanKs …

Member Avatar for alexhernandez
0
86
Member Avatar for umairraja52

Which one is the web editor to create websites in Unix/Linus? In window we know Front page whats there.

Member Avatar for ThinkFree
0
185
Member Avatar for stevenpetersen

My name is Steven and my problem is that my div's have a space between them and i need them to set together. Style sheet Code: [ICODE]body { body { background: url(../structur_folder/i_gradient.png) repeat-x; text-align:left; font-family: Lucide Sans Unicode; font-size: 100%; font-style:none; font-weight:none } h1 { color: #008080; text-align:left; font-family: Lucide …

Member Avatar for stevenpetersen
0
109
Member Avatar for sbaehr

My name is Sarah. I have a fine art degree which included some web design classes. Now I have my own business and I've decided it's time to dig deeper into the web design world. I'm here to learn more about CSS since I have been more of a visual …

0
20
Member Avatar for tulipputih

Hi. How could we unlock the locked textbox whenever users click a button -say ' customise button'. Then users are able to customise the boxes and save it as a set of new data with new ID? Help is much appreciated.

Member Avatar for tulipputih
0
184
Member Avatar for w33n

I have both download pdf and a return to top button on a page of my site. They work perfectly in every browser except Internet Explorer. The strange thing is, if I use simply text, it works in IE. What's the deal??? Can anybody help me? My code is as …

Member Avatar for dipak_passion
0
66
Member Avatar for xuexue

hi guys, i want to include the icon of the type of file am uploading, is that possible????

Member Avatar for Member #120589
0
119
Member Avatar for kalkidanf

hello every one, i am thinking a static website with xhtml, css and java script and i don't know how to manage news, that is write news, update news after the website is commercialized.. thank you in advance!!!

Member Avatar for ltp_lonestar
0
90
Member Avatar for veledrom

Hi, This is actual link [inlinecode]http://www.xyz.com/list.php?id=1[/inlinecode] How can i show it like this [inlinecode]http://www.xyz.com/?id=1[/inlinecode] in the address bar? Thanks

Member Avatar for Member #120589
0
65
Member Avatar for RobRob666

In preparation for asking this question, I reduced my actual code to mostly only its essentials as related to the phenomenon. I also changed colors, etc., so that it could hopefully be easily observed. Next are my test CSS and HTML code. [code].test-outer { border: 3px solid white; width: 111px; …

Member Avatar for RobRob666
0
133
Member Avatar for ma-chino

Hi all- I am working a website that opens with a company logo appearing in flash. What I would like to do is load the home page html after a short pause once the flash animation has completely displayed. Unfortunately, I am not familiar with Flash and I had the …

0
70
Member Avatar for txparrothead1

Help! I've got a form that will only work halfway. It will send the info in an email but it will not automatically redirect to the payment page. It used to work but clearly I have messed it up! HEre is the code for the form page. It should send …

0
71
Member Avatar for Cromarte888

Alright, I'm down to the nitty gritty absolute end of a fully functional hangman game. There is just one part where I am absolutely stuck. When you get a wrong guess, the game successfully draws the gallows. I have no issues with wrong guesses. It's the right guesses that has …

Member Avatar for Cromarte888
0
265
Member Avatar for darthvegan117

This is effect I want: [URL="http://haptictheory.com/clients/jh/nav/"]http://haptictheory.com/clients/jh/nav/[/URL]. I want the current page to have the green image behind it so people know what page they're on. This is what I have: [URL="http://haptictheory.com/clients/jh/index2.php"]http://haptictheory.com/clients/jh/index2.php[/URL]. The current page doesn't display the background image except on hover. CSS here: [URL="http://haptictheory.com/clients/jh/css/global.css"]http://haptictheory.com/clients/jh/css/global.css[/URL] Thoughts?

Member Avatar for darthvegan117
0
134
Member Avatar for ayesha789

Hi,I need to develop a menu like a Categories Menu in the link [URL="http://media2.smashingmagazine.com/wp-content/uploads/images/type-layouts/t20/"]here[/URL]

Member Avatar for peter_budo
0
80
Member Avatar for srirajj

Hi I am new to css ,i got stuck up , scroll bar is not working in IE6 & IE7 but working fine in FF. and also shadding coming around the images in IE6 but working fine in Ie7 & FF. please can any solve me these two issues. Thanks …

Member Avatar for srirajj
0
116
Member Avatar for pabzzmike

hello, i have a mysql vehicle database with 5 fields: make, model, price, year and chasis no which is being searched by a php script to display user queries. script is working fine but i need to display the data in a table for better presentation. help greatly appreciated regards, …

Member Avatar for Member #120589
0
100
Member Avatar for lisan28

Hello everybody! I have shocking news, a design that is working in Firefox, Safari, and Chrome is showing up wierd in Internet Explorer! First of all I validated my HTML and CSS, no issues there. The page works perfectly fine in Firefox and Safari, but has some quirks in IE. …

Member Avatar for ltp_lonestar
0
100
Member Avatar for lisan28

Background info: - I have validated the page and CSS, no problems there - Site is working properly in Firefox and IE, seems to be a margin issue in Safari -This margin issue is not the common Safari bug with a negative margin being applied to a floated element -I …

Member Avatar for lisan28
0
167
Member Avatar for thirumca

hi, I have some mathematics symbols like as square root,sigma,square and some equation symbols. So i am copy this symbols from word file, but i am not able to paste these symbols into F CK Editor. So please give any solution to paste the math symbols into F CK editor. …

Member Avatar for thirumca
0
111
Member Avatar for wotthe2000

Hi I am wondering how to write a list to an html file from scratch. I am currently writing it to a file using: [icode] def wpubooks(self): for i in booklist: s=str(booklist) f=open('/booklist', 'a') f.write(i + '\n') [/icode] Is there a way I can change that code so that it …

Member Avatar for zachabesh
0
162
Member Avatar for solahere

THis is really silly but nevertheless... I was wondering what does the <Option Selected ...> in the drop down list mean? Does it mean that the indicated option is selected by default? I just wanted to confirm cause even if I remove the "Selected", it still shows the same option …

Member Avatar for Airshow
0
62
Member Avatar for JameB

Hello, I am new webmaster for my high school's robotics team and I don't understand why the pages load differently in IE8 and FireFox. [url]http://www.team188.com[/url] is the website... Ok, so here is what the problem is : When I open certain pages in IE8, the area around the curve on …

Member Avatar for JameB
0
159
Member Avatar for caddydts19

Hello, I am working on a drag and drop interaction for a website using script.aculo.us drag n shop. What I need is for he User to drop chosen products into the cart and submit a message for the site admin to receive the users contact information and desired products. No …

0
80
Member Avatar for communi_catt

Hi All I'm using Dreamweaver's (MX) form validation system for a form and noticed something odd about the last "required" field. The validation system works fine on all other "required" fields, but if there is any copy in the last "required" field, the form is sent to the database and …

0
55
Member Avatar for faizt1

hi people i am making a dynamic form in which the results are shown . the number of results varry every time so they have to be dynamic , if the user clicks on one of the results detials button the user should be redirected to a new page with …

Member Avatar for faizt1
0
109
Member Avatar for serkan sendur

guys i need a richtextbox which will show the data from database but when user want to add additional text, it will only allow the user to append text to the end of the last character. have you seen anything like what i say?

Member Avatar for serkan sendur
0
318
Member Avatar for aliensXY

I have some texts in my database. Each text has its own id. My job is to print all texts to a website and add a button to each text. Button will delete appropriate text from the database. So, I created a for loop so I can print all texts …

Member Avatar for aliensXY
0
320
Member Avatar for shtikk

can you help me make a typing game of falling letters(randomly), and as the player presses the key of the letter, the letter being pressed will vanish and points will be gained by the player. Thank You.

Member Avatar for Salem
0
144
Member Avatar for drugoholic

Hello guys, I'm having another css compatibility issue with IE7. If you look at the screenshots attached below, you'll notice that the top menu is working fine in FF and IE8 (without clicking the comp. button) and when click the compatibility button, the whole header goes crazy (check ie7.gif). I …

Member Avatar for drugoholic
0
119
Member Avatar for ritu_kr

How do alternate table row colours dynamically using css only? Else with javascript? Can i use them inside struts iterate tag?

Member Avatar for dipak_passion
0
147
Member Avatar for marjan_m

Hi, please check the following code; [CODE=html] <? session_start(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Admin Panel</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="<?=$_SERVER['DOCUMENT_ROOT']?>/admin/stylesheet/adminstyle.css" type="text/css" rel="stylesheet"> <? echo $_SERVER['DOCUMENT_ROOT']."/admin/stylesheet/adminstyle.css"; ?> <script> function chk(name) { if(name == 'pro') { document.getElementById("content").src = "view_provinces.php"; } if(name == 'loc') { document.getElementById("content").src …

Member Avatar for dipak_passion
0
157
Member Avatar for punithapary

hi, I am creating code for registration form with description field and then i am trying to display all vales using table fields i gave td width as 50 wen i am displaying description if its having huge content its not taking limit its gets expanded but i want like …

Member Avatar for ryuslash
0
219
Member Avatar for mukandknit

Hi, I have been trying for having pop up menu inside textarea while typing on it. while typing, it takes the text from the textarea and should display 4-5 options in textarea at the point of typing and if we select any option , it replaces the word being typed …

0
48
Member Avatar for SreekanthVenkat

Hi Sir/Madam, Iam new to ASP.NET. I want to add Vertical menu to the left of Master Page. Please help me. Regards, Sreekanth Kumar.

Member Avatar for Ramesh S
0
101
Member Avatar for popflier

I'm new to setting up HTML sites with CSS and I am trying to find the best way to setup the structure of a site. I've read online about the many ways you can setup the structure, but I'm not sure which way to go and am looking for some …

Member Avatar for almostbob
0
199
Member Avatar for Venom Rush

Hi there I've been trying to find out how to point to a specific li in a list but no matter what search term I use in google I cant find what I'm looking for. Basically I want to point to a specific li using css. So for instance I …

Member Avatar for Airshow
0
171
Member Avatar for tiggsy

Here's the gen: Name: frann Nickname: tiggsy Hair: Brown Eyes: Brown Location: Edinburgh, Scotland Hobbies: Computers, listening to music, cooking, rpg Relationship Status: single Fav Music: Anything except rap (apart from Eminem) and c&w Education: No formal computer education - when I was at school Assembler language was considered newfangled, …

Member Avatar for jbennet
0
2K
Member Avatar for GriffinMex

Hi, I'm getting a bit frustrated...I work in dreamweaver cs4 and have managed to set my table borders to my liking (had to put everything inside a single table or all the tables ended up with the same effect which I wanted to be global around all not individual) but... …

Member Avatar for GriffinMex
0
138
Member Avatar for EdTheUniqueGeek

I was hoping someone could help me with this. Here is my web site: [url]http://ectech.info/[/url] The footer of this site that shows my copyright moves around, depending on your monitor resolution, and does not stay centered with the page itself. The footer information is show in the page source. Can …

Member Avatar for EdTheUniqueGeek
0
154
Member Avatar for OmniX

This does not need to be done using PHP but I cannot think of anything else that would make this possible unless manual labor as such(disecting the image and reconstructing it piece by piece)? How would this be done using PHP or any other technology? THanks, Regards X

Member Avatar for sikka_varun
0
116
Member Avatar for raymondhsu09

Hi, I have to make a web page which has the ability to zoom its content. I tried displaying the content in iframe(src:"www.mypage.com") and then using style="zoom:50%;" . This works well for IE 7 but in IE 8 the whole iframe increases and decreases in size when the Zoom value …

0
59

The End.