HTML - Help With Job Posting Board
Hello!
I need some help with my website - it is an international job posting website and I cant figure out how to make the job postings go on auto-pilot. Say someone would like to post a job, as of right now they email me and I put it on the website, and recently I tried using a forum but a) the viewer has to sign up with this forum company and b) they delete my posts because they have to do with money i think... so I'm wondering if anyone out there would know how to put this site on auto pilot by creating my own forum or something!! Thanks so much to whoever can help a sista out! Lindsay Similar TutorialsHi I am trying to create a web based notice board. I need to make one page where a few people can post messages. And the posted messages should appear on another webpage which will be viewed by all. Something simple like a guestbook. But the posting is limited to some people only. How do I start? I am not an expert in programming. So please give me some suggestions and any links. Thanks in advance. I need some assitance in getting a forum board to integrate into my website. I currently have it in an iframe but am running into problems with the boarders of my website not extending. I am hoping someone can take a look at my forum page and give me a pointer or two. It is located at www.8clan.com/forums.html. If you compare the forums page to the index page you will see the outside borders that I am having trouble extending. Thanks in advance for any help you guys might be able to provide. Sincerely Chris hi. first thread on this forum so be nice to me aight? anyways, im working on a website, and ive got a small question for ya. Ive got my site set up with buttons and flashy graphics made in photoshop, but on my Index site i want to have a news window in the center of the screen. ive poked around the source code of various sites with the thing i want (like www.mordi.net, norwegian site) and ive figured out how it works and how i edit it. i just need to know how i make it stick to that little area of my screen ive designated for it. (ive sliced up the area i want it to use in photoshop, like i did with my buttons) if ive been unclear on anything or you want any other information, please speak up. thanks for your time I just posted a question 5 minutes ago and now it's gone. hummm any thoughts? Sorry if this is the wrong section to post in but as I have explained I'm new to this & I don't fully understand what everything means. But my question is this: A long time ago somebody told me of a method in which I was able to make a nwe forum topic via the address bar. There were spaces to put the message, topic title, topic icon etc. But being slow I forgot it. I was just wondering if anyone could help me with this as I would like to use it to make multiple topics on my new message board & I don't want to type the whole topic out again everytime I post. Again I'm sorry is this is the wrong place to post a quaestion like this. Thanks, Jonny. I am adding an event to a web page I have inherited from someone else. I don't have access to the CSS styles in the webpage, so I have to use existing styles. The page is supposed to line up in two columns, and used to do that before my updates today, but for some reason now is all in one long column. I could use another set of eyes, as I can't seem to see the reason it is having problems. Can you help me? I need to get an answer this morning or I will have to change the page back so that it looks correctly even if it has old information. I want to post information to another pages through links: for example, I want when clicking on a link "client" to go another page saying "Welcome Client" How could I do something like that..I know that I must use a form in order to post information to another pages...How to do it without using a form...Help please! Thanks in advance... I'm trying to make a site where people can post information. Similar to something like facebook where people enter in fields and then those fields instantly become a profile. I can figure out how to write the form etc., but what I need help on is how to get it to open into a new page. Is this DHTML? If not, can anyone tell me the formal name, so I can try to find it and learn it? Or if someone could just tell me how, that would be great too. Thanks! Dear All, I've just recently begun to build my website. On a page, there is a text area with a Submit button below it. The user enters text in the box and then clicks submit. Text box is submited to the server which it then posts to the same page. The problem is that, when the entry is multiple lines long it gets posted to the page as one single long sentence running off the right side of the page. I am using Microsoft Expression Web 4, and front page server extensions. I have tried using a line break and justify margin settings, but to no avail. The text still gets posted as a single long line of text instead of marginalizing it into multiple lines. Thanks in advance for help, Elwood I have a big form (http://plemorarpg.com/footpatrol/nightlyreport.html), and I want it to submit to e-mail when 'submit' is clicked... but I want it to e-mail it in the form of a table (or at least in a nice, orderly fashion), not in the form of a variable list (so I want to see the e-mail look like the form, instead of look like last-night-1 great last-night-2 okay ) Can anyone help me, or point me in the direction of help? Perhaps a free webhost who allows cgiemail, or someone with cgiemail that's willing to let me host this on their site for a small fee? This is for a volunteer group that walks people home at night on a university campus, so money is fairly nonexistent... The server I'm currently using has a CGI capabilities, but no set bin and no pre-codes. My knowledge of CGI is pathetic, but if that's the only way I'd love it if someone could walk me through step by step. Anyone? EDIT: I have a webserver that allows CGI, but it doesn't have a bin or any scripts - Hi everyone, I'm new here and new to html stuff. I really need to learn it to make my website. I've been messing around all day with the codes and so far all I got is this: <TABLE BORDER="0" cellpadding="0" CELLSPACING="0" bordercolor="#330000" width="100%"> <TR> <TD WIDTH="950" HEIGHT="17" BGCOLOR="#000000" VALIGN="top" align="left"> <font face="edwardian script itc" style="font-size: 65pt" color="#FFFFFF">George Gabrielle Couture </font></TD> </TR> </TABLE> <table border="0" width="20% align="right" bgcolor="FFFFFF"> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Fall/Winter</font></td> </tr> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Holiday</td> </tr> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Resort</td> </tr> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Baby</td> Now I need to add some pics to the white part of the page (left-hand side). Forgive me everyone, when you answer this please treat me like I'm a 5 year-old, LOL . I am soooo html challenged. I'm only a seamstress, and sewing clothes is all I know . i would like to put the code for a banner ad on my site, so that people can copy the code and place the banner on their site. of course, every time i put the code in it actually places the banner instead of the code. is there a tag that basically says, "this is not html"? Hi, I've the following code. I want on the button hit on formOne the data in both the forms to be submitted. I'm new to Javascript so any advise is welcome. Thanks. <html> <head> <script language="javascript"> function doApply() { document.formOne.submit(); document.formTwo.submit(); } </script> </head> <body> <form name="formOne" method="GET" action="ex.html"> <input type="text" name="oneText"/> <input type="submit" value="submit1" onClick="javascript:doApply();"/> </form> <form name="formTwo" method="GET" action="ex.html"> <input type="text" name="twoText"/> </form> </body> </html> Hi, i'm new here and fairly new to html and use a point and click interface for making websites. Can someone help me with an html code that can do the following?: -Its an large input field for visitors to post text and pictures which will then be sent to my email-, to be reviewed for content by me. I will then edit the website with the visitor's content. Sorry if it wasn't clear enough. Thank You, Frostysnow Hey friends, I'm trying to find out if there is a good and simple way to add a clients facebook posts directly to their website. So if they post to their facebook wall, it would need to immediately update on their website. I have come across some methods, but I haven't seen any instances of these methods working on any sites. Can anyone help me? I have an associates degree in web design so I am pretty basic. Thanks a million for any help/info I can get on this! t (I got permission first of all from the site owner) I would like to copy his video from his site, and put it on to my site. How would I do this? His video is not downloadable, you can only view it from his website Hi all, I have a flash movie that needs to be played when a link is clicked. So I tried the following but it did not work. Firefox just tries to open the file. Code: <a href="../docs/General_Presentation.swf">Sales Presentation</a> Any suggestions? Thanks much, Jehan I am getting some problem while writing a submit form. Below is the exact code of my form. <html> <body> <font face=Arial size=2> <form action="contact.php" method="post"> <input type="text" name="name"> <input type="submit" value="Send"> </form> </body> </html> when I am clicking on the 'Send' button the value passed to the address bar should be : http://myweb.com/contact.php?name=jaas&submit=Send But instead of that it just pass http://myweb.com/contact.php Means the inputs are not parsed to 'contact.php'. I am not getting where the problem lies. Please help. Hi, I'm new here. So i have problem, friend ask me for making a web but only in HTML cause portal on which she got account doesn't support PHP. And I'm wondering if there is some more or less easy way to create login/password protected access to the web form in HTML, that she can log in and then add posts on her website in way that I'm using right now writing this post. Of course all in HTML, if its not possible I will figure out something else. Thanks in advance. =] I am building a website for a class and I need the ability to post comments. I need to take in name, address, all the usual stuff, their comments and then post it back for everyone to read. The catch is that my site will mainly be being viewed offline. I will have it online, but that isnt part of the requirements. I need some sort of extremely simple form/posting method that doesnt require anything to be running server-side. I have decent knowledge of html, but zero knowledge of java scripting, php, mysql, asp, perl, etc. I have downloaded some guestbook generators and looked at some other examples, but all of them seem to require something running server side. I say seem because I really dont know. I dont need any security or anti spam or spell check or anything like that, just something really simple. It is getting down to crunch time, so any help would be appreciated. If you need anything on my end please let me know. I am recieving email notifications on this post, but if you want to IM me at phemmin and get some interactive discussion going, that would be great. I probably wont be around until tomorrow afternoon. Also, I am using frames, dont know if that will matter any. |