7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for kuri88

I need to split the area code out of the () so it only displays numbers using the substring method. Below is the code I have done so car. [code] <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>No Title</title> <script type …

UI / UX Design html-css web-design
Member Avatar for edith135
0
102
Member Avatar for wapcrimers

Hi Everybody. Recently, i was trying to execute FLASH editor, but as i clicked on executable application file to install it, it shows an error that "FLASH VIDEO EXTENSION.DLL file is missing". I downloaded this file from SNIP but it didn't work and commenting about version. So, if anybody knows …

UI / UX Design adobe flash multimedia web-design
Member Avatar for contusvideo
0
386
Member Avatar for fcvolunteer

I've made a nav menu for my site but I've now been asked to turn it into a dropdown menu. I'd like to make it a horizontal submenu and after giving it a try on my own I found a wysiwyg program that lets you design it and spits out …

UI / UX Design web-design
Member Avatar for fcvolunteer
0
89
Member Avatar for MrCapuchino

Hello, I have a .jsp file linked with a css file, normally I will put resize:none; to the textarea in my form to stop chrome or safari putting a resize handle on it. The thing is I cannot get it to work I don't know if it is because I'm …

UI / UX Design html-css web-design
Member Avatar for MrCapuchino
0
154
Member Avatar for chaserpm

Hello.. I need some help from the pros. lately I've been getting alot of spam on my site's contact forms. I want to add IP request in my forms so I can block the spammer's IPs. So far I have got the job 50% done. On my site i have …

UI / UX Design html-css web-design
Member Avatar for chaserpm
0
310
Member Avatar for dsmush

Hi I'm trying to get the labels of my form to appear above their input boxes and for the input boxes themselves to be side by side (basically a horizontal login form) I've used the label tag in my form after doing some research which looks like: [CODE]<form> <label for="email">Email</label> …

UI / UX Design display html-css web-design
Member Avatar for dsmush
0
13K
Member Avatar for caltech
Member Avatar for Joshua Kidd

Hello all, Is there any way that I can count the number of lines in one column in a table? Such as I want to count all the names in this column on First name: [url]http://www.globalvirtualairlines.com/MyPages/web%20app.php[/url] How would I do so? Thanks in advance! :)

UI / UX Design web-design
Member Avatar for macneato
0
76
Member Avatar for Egypt Pharaoh

How can I add a jquery code block like this [CODE]<td><tt> Name: '.$_POST['name'].' </tt></td> </tr> <tr> <td><tt> Surname: '.$_POST['surname'].' </tt></td> </tr> <tr> <td><tt> E-Mail: <a href="mailto:'.$_POST['email'].'">'.$_POST['email'].'</a> </tt></td> </tr> <tr> <td><tt> Message: <br><br> '.$_POST['message'].' </tt></td> </tr> </table> </body> </html>';[/CODE]

UI / UX Design javascript-jquery web-design
Member Avatar for macneato
0
57
Member Avatar for marwan4

I have problemes editing vbulletin from my cp , in the template interface , and i tried to edit the froum interface from dreamweaver 8 but i couldn't. i opened the index.php file of the vbulletin directory with dreamweaver and all i get is the php code and i couldn't …

UI / UX Design ui-ux vbulletin web-design
Member Avatar for pathtoolong
0
167
Member Avatar for skald89

Hi, I know my knowledge of coding is very limited. I can code basic html and css, and not even completely correct. My question is, if I code an html layout and css that only looks correct in one browser can a programer take it and fix it all up? …

UI / UX Design html-css web-design
Member Avatar for vinayakgarg
0
135
Member Avatar for ThirstyGlen

Hi, I recently built a new html site and it looked great in FF, Chrome, Safari, and IE8. When I view the site in IE9, it expands vertically, leaving spaces between the images and generally destroying the page layout. I don't know if this is an issue with my html …

UI / UX Design web-browser web-design
Member Avatar for ThirstyGlen
0
155
Member Avatar for caltech

it's not the browser because it's working on another page; tried configuring the link and then removing it even, didn't work. so I really don't know. NickelHeroes.com, under "Collaborators", "Our Collaborators". Testing it on Lionel. What the hell is wrong. You can look up the code quick if you want, …

UI / UX Design web-design
0
94
Member Avatar for Joshua Kidd

Hello all, I was just wondering if there is any possible way to do this: Have a user webpage, and a receiver page, and a status page. user page= Form with text Boxes and Submit button. the submit button sends the data to the Receiver page in a table. The …

UI / UX Design first-post web-design
Member Avatar for Joshua Kidd
0
134
Member Avatar for thebigbroski

I'm working in Dreamweaver, and every time I try to put text into my editable region from a template it does the following: [url]http://img228.imageshack.us/i/resulto.png/[/url] That's the odd indentation. I tried allign the text to the left, and it does, but as soon as I try to test it out in …

UI / UX Design ui-ux web-design
Member Avatar for scottloway
0
80
Member Avatar for skald89

<div id="mailsort"> <div><a class="mailsort" style="width:175px;" height"auto" > From </a></div> <div><a class="mailsort" style="width:61px;" height"auto"> Date </a></div> <div><a class="mailsort" style="width:248;" height"auto"> Subject </a></div> </div> I want a right thin solid border on the right of "from" "date" "subject" I think its suppose to be <div style="border-right: " border- "> from </div> I …

UI / UX Design web-design
Member Avatar for staciejortega
0
190
Member Avatar for Richajr0

Hi I want to create a 'select all' checkbox or button associated with a checkbox group. This is so that the user can automatically select all checkboxes in the group as there is a long list on the form. Im sure there is a simple way to do this but …

UI / UX Design ui-ux web-design
Member Avatar for janks
0
170
Member Avatar for daviddoria

Is there a way to make a string variable in "normal" html (that is, not inside of a <script> tag)? I want to do something like [CODE] Number='005' <a href="http://domain.com/"+Number+".html">my link</a>[/CODE] Is this possible? Thanks, David

UI / UX Design web-design
Member Avatar for daviddoria
0
104
Member Avatar for fabricetoussain

[img]http://i10.photobucket.com/albums/a145/41991/help.png[/img] ok making my first site, and i want to be able to put an iframe right inbetween the {} (as described in photo), just a simple horizontal photo scroll in a frame, but i cant figure out how to exactly put it into this location, i seriously started like …

UI / UX Design web-design
Member Avatar for diafol
0
107
Member Avatar for Buolbear4444

How can one go about making and publishing a Chrome Web App? My understanding is there is some amount of HTML involved.

UI / UX Design publishing web-design
Member Avatar for logostomake
0
68
Member Avatar for VBrulez

So, I use this site called DriveHQ to host my website- I upload a HTML file, and I open the file and get the link, and use .CO.NR to redirect to the site. Okay, so the point is that I made this Flash thing with something called PowerBullet Presenter, and …

UI / UX Design flash web-design
Member Avatar for Kraai
0
98
Member Avatar for skald89

Could i put all this info in a css file and still code [CODE]<div id="submenu1"> </div>[/CODE] if yes how? [CODE]#submenu1 { position:absolute; top:530px; left:167px; width:auto; } #submenu2 { float:right; position:absolute; padding-left:10px; border-left:thin; border-left-color:#000; border-left-style:solid; border-left-width:thin; top:530px; left:487px; width:auto; } #submenuline { position:absolute; width:525px; top:535px; left:167px;[/CODE]

UI / UX Design html-css web-design
Member Avatar for skald89
0
83
Member Avatar for chwong
Member Avatar for RoyalElite96
0
86
Member Avatar for bangla

Hi, When you have a chance, can you pls take a look at the html code and let me know why there are empty space in the browser? I spent hours. still no luck. thanks. ---------------- [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <HEAD> <TITLE>BengaliaList.COM - A list of …

UI / UX Design html-css os-x web-design
Member Avatar for bangla
0
344
Member Avatar for vinayakgarg

Hi I am having trouble achieving 100% width of footer. If in css width, I set it to 100%, after resizing or after scrolling page horizontally the footer background is lost. If I set width in pixel, the problem increases(i am sure u know why) Do you know any fix …

UI / UX Design html-css web-design
Member Avatar for vinayakgarg
0
173
Member Avatar for skald89

[CODE] a:link { color: #000; text-decoration: none; } a:visited { color: #000; } a:active { font-weight: bold; } [/CODE] How do i get the active link to remain bold and not only become bold when I click on it? What happens now is when I click the link it become …

UI / UX Design html-css web-design
Member Avatar for MagicMedia
0
3K
Member Avatar for skald89

Hi, I have designed a couple of 2-3 page websites before and they both were done in Dreamweaver. I was able to do that since they were not real websites and I had plenty of time to try things out. I am currently working on a proposal for a redesign …

UI / UX Design multimedia web-design
Member Avatar for skald89
0
146
Member Avatar for tcollins412

i need somebody's help with the style of navigation bar i should use. if anybody can help please tell me.

UI / UX Design web-design
Member Avatar for Kraai
0
143
Member Avatar for hnaba1981

I'm trying to get the submenu to have the text left aligned when you hover over it but now it centers. Not sure why. I'd also like for the drop down to be slightly to the right of the parent menu. I'm using the spry css and one that I …

UI / UX Design html-css web-design
0
114
Member Avatar for rannamaa

Hello. Experiencing validadion error when i validate at [url]http://validator.w3.org/#validate_by_input[/url]. The affected area is this. [CODE] <form id="menu" name="nav_old_notes" action="onClick"><span>Välj vilket protokoll du vill se.</span> <select name="old_notes"> <option selected="selected">Välj mÃ¥nad!</option> <option value="protjan.odt">Januari</option> <option value="protfeb.odt">Februari</option> </select> <input type="button" onClick="location=document.nav_old_notes.old_notes.options[document.nav_old_notes.old_notes.selectedIndex].value;" value="Visa"> </form> [/CODE] The validator says that onClick is not an atribute and …

UI / UX Design web-design
Member Avatar for rannamaa
0
77
Member Avatar for McLaren

Hi, In [URL="http://www.w3schools.com/tags/att_standard_id.asp"]http://www.w3schools.com/tags/att_standard_id.asp[/URL] it is written that: [QUOTE]The id must be unique within the HTML document.[/QUOTE] What if I make them equal? I often use id for numbers of objects in database, e.g. id = 5 They are in deffierntent containers, for example [CODE] <div class = "x"> <div id …

Member Avatar for McLaren
0
94
Member Avatar for welkam

[url]http://78.62.176.40/[/url] [url]http://78.62.176.40/wordpress/[/url] I am trying to make wordpress template out of regular html template and i dont understand why div id"contetn" is not changing its height according to content that it is inside. I dont think that wordpress has something to do with this.

UI / UX Design web-design wordpress
Member Avatar for welkam
0
67
Member Avatar for keval_hack

[url]http://testfunda.com/ExamPrep/LearningResources/qod/cat-question-of-the-day.htm?AssetID=9f23d94b-e3bf-499b-9bb1-701adb76d8e3[/url] visit this site see the footer which is at the bottom of the website. Can any one tell me how can i design this type of footer or is there any read made plugin available for that. Pls help me!

UI / UX Design web-design
Member Avatar for tinymark
0
438
Member Avatar for LogicWeb

Our company site was recently redesigned and all php web pages were switched to html instead. Now, Google is giving off a lot of 404 errors, regardless that our sitemap is updated and submitted (without errors) since a month ago, and almost resubmitted daily due to added pages. How would …

UI / UX Design google web-design
Member Avatar for tinymark
0
154
Member Avatar for jackparsana

hi, please help me. i have one html page div show on click and for hide click to somewhere else in the page. please help me thanks in advance. jack

UI / UX Design html-css web-design
Member Avatar for floatingDivs
0
164
Member Avatar for Nfurman

Hello this is my CSS: [CODE] div#menu { width:680px; height:30px; position:absolute; top: 300px; left:300px; } #linkbar { list-style:none; margin:0; padding:0; } #linkbar a:hover { background-color:#CCCC00; color:Black; } #linkbar a:visited { background-color:#CC6600; color:White; } #linkbar a:visited:hover { background-color:#CCCC00; color:Black; } #linkbar a { behavior: url(/css/border-radius.htc); border-radius: 10px; display:block; float:right; margin:3px; background-color:#006600; …

UI / UX Design html-css web-design
Member Avatar for Nfurman
0
145
Member Avatar for chris.aaker

I have a menu that is being obscured by a text field. I tried setting the Z-index in the CSS to 1 and 2 respectively and set the position to relative (w3 schools sais the positioning must by relative, absolute, or fixed) for the Z index to have effect but …

UI / UX Design html-css web-design
Member Avatar for tinymark
0
184
Member Avatar for pilipino93

Hey so I'm a bit new to html and css. I can do some basic thigns but some stuff I am starting to notice is the position of divs and my pictures / links I am placing. I am hosting this small server and I was working on a webpage …

UI / UX Design html-css web-design
Member Avatar for teedoff
0
89
Member Avatar for hushtalk

i have had a problem with a searchbox found on 99lessons , it is a facebook like searchbox everytime i made a search, the results came up, but the frame below moved(if u know facebook, the results should show over the frame underneath) i fixed it with some css, this …

UI / UX Design html-css web-design
Member Avatar for hushtalk
0
132
Member Avatar for Queen007

The total number of objects on one of my page is 76 which by their number will dominate web page delay. how can I reduce this to a more reasonable number? The total size of my page is 1451727 bytes, which will load in 304.53 seconds on a 56Kbps modem. …

UI / UX Design web-design
Member Avatar for teedoff
0
110
Member Avatar for bigwhiteegg

hi here i just started learning HTML & CSS couple days ago so please help me out :) what I'm trying to do here is to show a little box/window when the user moves his/her mouse to the designated point in my case it is a city(that will be in …

UI / UX Design display html-css web-design
Member Avatar for teedoff
0
106
Member Avatar for mamdooh26

Hello every one I made an unorderlist using CSS ,,, but I do not understand what it means this sentence "Make the list elements block objects,so that clicking near the text activates the link" thanks

UI / UX Design html-css web-design
Member Avatar for mamdooh26
0
101
Member Avatar for moonL!ght

hi im going crazy i dont know why the style sheet dose not affect the navigation bar while it dose for other elements...pleas can any one break the buzle.. this is part of the style sheets that relates to the navigation bar: [CODE] .nav li{padding: 5px 10px 5px 10px; margin-left:10px; …

UI / UX Design web-design
Member Avatar for moonL!ght
0
207
Member Avatar for Eman84

When I open an image, I get error message: "Some text layers might need to be updated before they can be used for Vector output", and there's a warning message beside the text layer. Of course, I was trying to solve this problem all of the past days. 1- I …

UI / UX Design adobe multimedia web-design
Member Avatar for Armadillo
0
804
Member Avatar for niche1

My script displays two rows of boxes three boxes wide. Why is the center box of the second row high? I need it to be even with the left and right box. [CODE] <html> <head> <style type="text/css"> div.ex { width:720px; height:985px; margin-bottom:0px; padding:0px; border:5px solid gray; } div.adv_topleft { float:left; …

UI / UX Design html-css web-design
Member Avatar for niche1
0
103
Member Avatar for jrotunda85

I think I'm having a blonde moment because I can't seem to get the bit of CSS/HTML working. When I make changes to the code such as cellpadding and cellspacing in the table attribute, it doesn't do anything to the form itself. I've even tried changing something like BGCOLOR and …

UI / UX Design html-css web-design
Member Avatar for teedoff
0
168
Member Avatar for sagive

i got a problem with this site: [url]http://www.unitext.co.il/translations-services/[/url] only with internet explorer.. i fixed must of the problems but still got a weird Horizontal Scroller i can find the reason to Please help :?:

UI / UX Design html-css web-design
Member Avatar for sagive
0
160
Member Avatar for ShandyElliott

I'm having a hard time finding the right configuration for my css layout. Maybe I'm trying too many things at once. What I want is to have a center column be 988px wide, and the left and right columns to evenly take up the rest of the browsers width. In …

Member Avatar for Anahit
0
216
Member Avatar for george61

My idea is to create a gallery in which the thumbnails have rounded corners. This works in every browser except IE because it won't support CSS3. Is there any hack for creating rounded corners for thumbnails in IE? Of course I'm not sure my HTML/CSS is good enough so take …

UI / UX Design html-css image web-design
Member Avatar for Anahit
0
217
Member Avatar for EPierre

Hi all, I look unsuccessfully through the web how to suround an image with text as attached (HTML or CSS, no matter). Can someone help me to do it. I'll appreciate it. Regards, E. P.

UI / UX Design html-css image web-design
Member Avatar for tinymark
0
135

The End.