Forum: HTML and CSS Nov 7th, 2009 |
| Replies: 4 Views: 348 starting a site is takes a lot of work...and whatever you want to do you better start it and if you stumble along the way then you ask for help.. :) |
Forum: HTML and CSS Sep 18th, 2009 |
| Replies: 6 Views: 558 check out this site..it might give you an idea..
http://www.the-pope.com/langumain.html |
Forum: HTML and CSS Sep 18th, 2009 |
| Replies: 1 Views: 464 Right now, I have it emailing the data but I am hoping to fully automate it by having it to straight to the file server.
you want to automate what? data e-mail comes from what application? just... |
Forum: HTML and CSS Sep 18th, 2009 |
| Replies: 3 Views: 366 i'ts networked right..so all the computer are connected to a hub..what OS are the PC's running?
if one of the PC'S is running XP pro..you can configure IIS, and use that as a web server..
so it... |
Forum: HTML and CSS Sep 18th, 2009 |
| Replies: 3 Views: 366 does your office have a local intranet? if don't have then you need to install one and configure it to achieve what you want..check out this site it might give you an idea..... |
Forum: HTML and CSS Sep 5th, 2009 |
| Replies: 2 Views: 484 one way to find out..is to create a page and use that <tr> tags..and test your page in different browsers..check for any difference.. :O) maybe experts around here can give you a better explanation ... |
Forum: HTML and CSS Jun 17th, 2009 |
| Replies: 6 Views: 594 thanks almostbob, i'll try it out... |
Forum: HTML and CSS Jun 17th, 2009 |
| Replies: 6 Views: 594 i did a search using iframe..for javascript..but there's a lot complaining that their system were injected by a malicious code because of using such method.. any comments for this?
or is there a... |
Forum: HTML and CSS Jun 16th, 2009 |
| Replies: 6 Views: 594 I have a large pdf (>1 MB)that i want to preload on a html page that says "Please wait..." and display that at the middle of the screen.. so that users know that the pdf is loading (i know it says... |
Forum: HTML and CSS Jun 8th, 2009 |
| Replies: 5 Views: 1,437 |
Forum: HTML and CSS Jun 5th, 2009 |
| Replies: 5 Views: 1,437 hi, does anyone knows a workaround on this: I have this code, but the syntax is deprecated already. what i want is to display the whole length of the table.. but if i keep adding contents to the... |
Forum: HTML and CSS May 19th, 2009 |
| Replies: 5 Views: 644 |
Forum: HTML and CSS May 15th, 2009 |
| Replies: 5 Views: 644 hi, xlphos....i read your code i think it should work fine..let you know i'll try it out.. thanks... :) |
Forum: HTML and CSS May 15th, 2009 |
| Replies: 5 Views: 644 hi guys, any ideas on how to format a page like this layout..see attached file...
it's just like, page is divided in three columns....let's say:
1st column is --> 10% of the total width
2nd column... |
Forum: HTML and CSS May 11th, 2009 |
| Replies: 10 Views: 1,182 Thanks for all the help guys...
Thanks rudevils :)
i think the reason why it's not working
i miss this thing on the header..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: HTML and CSS May 11th, 2009 |
| Replies: 10 Views: 1,182 i've tried it but it doesn't work... |
Forum: HTML and CSS May 11th, 2009 |
| Replies: 10 Views: 1,182 table {background-color: #ff0000;}
hi MidiMagic, how to call that code to the table..
i used like this but it doesn't work, how to do it? thanks...:
<style type="text/css">
#table1... |
Forum: HTML and CSS May 10th, 2009 |
| Replies: 10 Views: 1,182 hi guys, i have this code..to display a table.. but how to add a background color to a table? any help is greatly appreciated.. thanks...
<table cellpadding="15" cellspacing="15">
<tr>... |
Forum: HTML and CSS Mar 31st, 2009 |
| Replies: 9 Views: 1,583 thanks richie513, thanks bob... :) |
Forum: HTML and CSS Mar 30th, 2009 |
| Replies: 9 Views: 1,583 thanks guys, for all the help...i'll post the code when i'm done with it.. :) |
Forum: HTML and CSS Mar 28th, 2009 |
| Replies: 9 Views: 1,583 hi richie513, thanks for the reply..
you are wanting to use different styles with different links on the one page, then you would need to embed those style's directly into your link code... |
Forum: HTML and CSS Mar 28th, 2009 |
| Replies: 9 Views: 1,583 hi zaq, thanks for the reply...
what i want is something like this:
this code below if i used it, it's applicable to the whole page..
what i want is to declare different type of text css... |
Forum: HTML and CSS Mar 21st, 2009 |
| Replies: 9 Views: 1,583 hi, would it be possible to define different type of css style in one body of html.. or declare different css styles in one page....
for example:
line 1 would define css style 1
line 2... |
Forum: HTML and CSS Mar 21st, 2009 |
| Replies: 7 Views: 3,442 thanks MidiMagic i'll try it out :) |
Forum: HTML and CSS Mar 17th, 2009 |
| Replies: 4 Views: 524 |
Forum: HTML and CSS Mar 16th, 2009 |
| Replies: 16 Views: 1,727 try putting it after this code
<body class="body">
not so sure if it will help..just try it.... |
Forum: HTML and CSS Mar 16th, 2009 |
| Replies: 16 Views: 1,727 just try to add this after your css code.. <div><B></B></div> don't know if it will help |
Forum: HTML and CSS Mar 14th, 2009 |
| Replies: 1 Views: 702 able to figure out i just change the value of the height and it works well in firefox and ie.. ;) |
Forum: HTML and CSS Mar 13th, 2009 |
| Replies: 4 Views: 524 thanks bob, :)
how about DHTML will it work on other browswer aside from IE? |
Forum: HTML and CSS Mar 13th, 2009 |
| Replies: 4 Views: 524 Hi guys, would be vbscript work in firefox or it's for IE only? thanks.. |
Forum: HTML and CSS Mar 13th, 2009 |
| Replies: 7 Views: 3,442 hi guys, is there a way to auto resize the width to fit the screen? is it possible? |
Forum: HTML and CSS Mar 13th, 2009 |
| Replies: 1 Views: 702 the code below works fine in IE7 but not in firefox 3 the last sentence is cut.. it display only until "7. The quick brown fox"
what could be wrong? please help... thanks :)
.ws11 {font-size:... |
Forum: HTML and CSS Mar 13th, 2009 |
| Replies: 4 Views: 488 |
Forum: HTML and CSS Mar 11th, 2009 |
| Replies: 4 Views: 488 thanks bob.
is there some HTML software in which layout and formatting can be done by dragging the text? or the layout, position (like height) it needs to be define or code manually?
pls.... |
Forum: HTML and CSS Mar 11th, 2009 |
| Replies: 4 Views: 488 hi guys, how to convert a formatted word document to html? is that possible?
if my word document is already formatted no need to edit when converted to html?
any ideas is apreciated..thanks..... |
Forum: HTML and CSS Jan 5th, 2009 |
| Replies: 1 Views: 551 hey guys, how to create a user name in FTP V5.1 (Win xp pro)? thanks. |
Forum: HTML and CSS Dec 16th, 2008 |
| Replies: 3 Views: 558 thanks guys, i'll try it out |
Forum: HTML and CSS Dec 16th, 2008 |
| Replies: 3 Views: 558 Hi guys, i have my own domain. then after creating my own website how to upload or publish my website? Thanks. anyhelp is greatly appreciated. |