Forum: HTML and CSS Nov 21st, 2006 |
| Replies: 14 Views: 19,283 i don't need the editor to do what i want, i was just looking for intellisense.
like when programming using visual studio, visual studio will finish the words and names of things when they are... |
Forum: HTML and CSS Sep 22nd, 2006 |
| Replies: 5 Views: 6,277 I had an idea but realized it would probably not be the optimal solution ;) |
Forum: HTML and CSS Sep 22nd, 2006 |
| Replies: 7 Views: 12,724 :-| i wasnt looking for a debate, i was just looking for a different way to try and design my pages. im always open to different methods, especially if i see an increase in usability and decrease... |
Forum: HTML and CSS Sep 22nd, 2006 |
| Replies: 5 Views: 6,277 hah, nvm i see you were able to solve this. |
Forum: HTML and CSS Sep 22nd, 2006 |
| Replies: 7 Views: 12,724 i hate to dig up old threads but i was wondering why you dont recommend tables? |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 14 Views: 19,283 thank you very much, i am going to try this.
a few sites suggested using innertext and i had figured that was what was causing it.
man i hate javascript. I really want to get better at... |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 14 Views: 19,283 I am working on a website right now and have come to a halt. I need my clients to be able to click on a piece of text like
<a onClick="funciton to change text">Webby Stuffy</a>
and i need... |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 5 Views: 9,013 i believe that would be javascript that you need then. HTML is all static, and so i you shouldnt/wouldnt be able to do somthing interactive like that...i believe...but maybe not..everydays a... |
Forum: HTML and CSS Mar 23rd, 2005 |
| Replies: 2 Views: 5,188 first lets look at your code:
<HTML>
<HEAD>
<TITLE>Currency Converter B</TITLE>
<SCRIPT>
var amountInPounds, amountInDollars, dollarRate;
document.write('Currency Converter Application B'... |
Forum: HTML and CSS Mar 21st, 2005 |
| Replies: 5 Views: 2,131 ive talked to people like that. they try to convince me that im not using the best language, or that i should do somthing they way they like it. i look at it this way, if you can work effieciantly... |
Forum: HTML and CSS Mar 17th, 2005 |
| Replies: 5 Views: 2,131 there will always be those that say that one language is phasing out or that one language is better than another, and you know what it really depends on what you are trying to do, and what you want... |
Forum: HTML and CSS Nov 11th, 2004 |
| Replies: 4 Views: 4,550 ummm i didnt use any <br /> and i only have one space in there which has since been removed? did ya read through the code at all? |
Forum: HTML and CSS Nov 9th, 2004 |
| Replies: 4 Views: 4,550 Havint a bit of trouble building these tables. Ive tried removing all size and position attributes, but it doesnt seem to do me any good. Any help would be greatly appreciated. You can tell what i am... |
Forum: HTML and CSS Oct 15th, 2004 |
| Replies: 13 Views: 3,289 all of them need alot alot of work in design and layout. not much time right now to say what. but i would deff recomend just browsing the net checking out sites you like and try to emulate their... |
Forum: HTML and CSS Oct 13th, 2004 |
| Replies: 2 Views: 3,795 thanks very much. one last question though, does anyone know of a java way then, because i was really hoping to preserve the coolio lookin arrows of it all. |
Forum: HTML and CSS Oct 9th, 2004 |
| Replies: 2 Views: 3,795 Working on a ban report generator for a counterstrike clan i play for, and i need to know how to modify the CSS so that i can change the colors of the down arrows for like drop boxes and such, and if... |
Forum: HTML and CSS Aug 1st, 2004 |
| Replies: 8 Views: 3,291 gortonsfi, write a CSS sheet for them, then using java have it first find the os of the computer and if OS == Apple/Macintosh then use CSS sheet so and so else OS == Windows use CSS sheet so and so.... |
Forum: HTML and CSS Jul 6th, 2004 |
| Replies: 3 Views: 7,798 im a tables man myself, i feel i can design just as good with them as i can with div's, but i dont do div's that much so i dunno. i think ill give div's a go and make a better educated desicion... |