HTML - Table / Forum Coding Help
im after some code so i can have the following on my forum
http://i49.photobucket.com/albums/f2...ose88/cotm.png Please ignore the image, its only there to aid in the making what i need this code to do is the following; Where the image is i need to be able to add different images monthly, Where it says Marque,model etc i need to be able to edit the code so the information can be seen by all. The top and bottom parts are there to aid if needed but i dont want them as images, i want the middle section of the image above to be inside a section that looks like my forum catagories with the top and bottom image things My forum is Here Please if this makes no sence then dont bother trying lol i dont want to waste anyones time. and this needs to be inline with the rest of the forum Thanks Jake if theres anything else you need to know please ask. Similar TutorialsAny body got any tips on what to use to code to develope aa forum. I have been doing basic coding and want to know if anybody has any ideas or tips or is html the wrong system to code in? Hello everyone, ! Im trying to create a new area in a forum for advertising and so on. I use phpbb scripts that use stylesheets and html so not sure where to go for this help. I have a site which you can see a jpeg he now I want to change it to this: any help or suggestion on where to start on this would be terrific? Hello, I'm a newbie to these sorts of things. I'm also not sure what the technical jargon is for this so please bare with me. What I want to achieve is to have the sitemenu part stretch across the entire table ending with the image tags (visually I want the sitemenu part to end with rounded edges which I made as an image). Is this even possible? I am not sure how to accomplish this. At the moment whilst the end image caps the sitemenu column, it does not stretch to the end of the rest of the table and the beginning image is hanging out at the very start where I want it to sit, but sitemenu does not reach it. I thought it was a problem with my colspan but touching it just destroys the entire thing. For further clarification here is what it looks like: http://img.photobucket.com/albums/v2...arghtables.jpg And here is what I WANT it to look like: http://img.photobucket.com/albums/v2...ouldbenice.jpg Here is the current code that I have: Code: <table cellspacing="0" cellpadding="0" border="0" align="center" width="90%"> <tr> <td colspan="5" id="sitetitle"><img src="banner.jpg"></td> </tr> <tr> <td colspan="5" id="emptyrow"></td> </tr> <tr> <td width="15" valign="top"><img src="left.jpg" width="15" height="53" border="0"></td> <td colspan="3" id="sitemenu">Hello</td> <td valign="top" width="15"><img src="right.jpg" width="15" height="53" border="0"></td> </tr> <tr> <td colspan="5" id="emptyrow"></td> </tr> <tr> <td id="hmenu" valign="top"> <p>Stuff</p> </td> <td id="emptycolumn"></td> <td id="content" valign="top"> <p>Stuff.</p> </td> <td id="emptycolumn"></td> <td id="vmenu" valign="top"> <p>Stuff.</p> </td> </tr> <tr> <td colspan="5" id="emptyrow"></td> </tr> <tr> <td colspan="5" id="sitecredits">Credits</td> </tr> </table> Thank you for the help! Hello, I just recently started "cutting up" a website layout in Photoshop and coding it in Dreamweaver. Though I am aware that CSS would be best for doing this, I am still choosing to use a table for the layout. My question is, what is the proper way of hand coding a table? Mind you, this is a fairly complex table with many rows and columns and cells of all kinds of sizes. I used Photoshop to export the code and then went in and changed what I needed to. Photoshop uses spacer gif's in their table code. I'd like to try hand coding the table so that I don't have to use spacer gif's and then I'll be able to edit the table later on, more easily (to change the bottom layout, but keep top navigation on all pages.) Right now, with the spacer gif's I can't add any cells without the whole layout falling apart. I'm just looking for good code for building complex tables (coding by hand). Thanks! Here's a link to the site I'm working on: http://www.matthewpavkov.com/dtim/index.html Is there a place where I can get an HTML script for a free premade forum for my site? I pretty much just want to have a forum on my on website, but I don't want to have all the forum creators, like invisionfree's ads, because I want my own ads. Is there like a preset forum code or someplace where I can just buy the forum for my website and then get my own ads? This is my first time posting on these forums so hello, I run forums for my clan and i am setting up the ads for it at the moment, i know how i want them set up but i am unsure how to get them to the place i want to be. My forums are www.ancient-fury.com and i would like an ad on the right hand side the same as http://www.smokinelite.com/forum.htm also in the game i play we get alot of people from other clans trying to take our information, they take pictures of things on the forum what i was wondering is there a way i can set a watermark over the whole forums that is 99% transparent that contains the persons who is viewing ip address. Thanks for any help. hi i want to create forum for my site with my domain name for free i checked vbulletin but its not free i want same forum as vbulletin for free i don't have domain or hosting service noe so please tell me that which i can modify without buyin domain or host I know it takes a long time to create such a thing but I was not told about the fact I had to create a forum until now. I have 2 or 3 weeks to create a forum for an economical awareness group at my school. I am the only one with any HTML experience but I have never created a forum. If someone could help me I will love them forever. An outline, guidelines, or tutorials would be awesome. If you want you can also e-mail me with information.(crazedpandabear@gmail.com) Thank you greatly for any help anyone gives. ^^ Can an admin post a sticky at the top of the forum that gives instructions on how to mail an HTML for that sends and email on submit? Seems a ton of people have been asking the same question lately.... hy allz!i really need a forum for an website not a comercial just a dumb school project and i don't know how to create one can someone give me a forum pls???a simple pls pls I was wondering if someone could help me out. If you go to the page i am currently working on at http://www.tablerunnersent.com/index2.html If you look mid page you will see an email form. I was wondering how i would set that form up so if a visitor clicks on submit it would email me at newsletter@tablerunnersent.com the information that they submitted. This is what i have so far in the HTML Coding: Code: < form action=""> <div> <div class="formfield"> <strong>Name :</strong> <input type="text" /> <br /> <strong>E-mail :</strong> <input type="text" /> </div> <input type="image" src="images/submit_button.gif" class="button_submit" /> <div class="clearthis"> </div> </div> </form> I am using the lated release of WordPress and I am using WP-Forum to enable a forum on my site. I changed many of the images and some of the css that was on a default theme to make my own but I cannot figure out one thing. When you click new post and the text box shows up with subject and message the message box is cols="80" and I wan it to be cols="75" so it does not go over into the sidebar. My website is www.ipodtouchcafe.com. Below is the code I got from firebug: <textarea name="message" cols="80" rows="20"/> That is the text box for the message and the Bold, Italic, Underlined part is the cols section. Feel free to go to my website and register so you can see what I am talking about. THANKS! Ok, Thanks For acutally looking at my thread... now lets get down to business... i need some real help.... i am really new at HTML so bascally i am the biggest noob. and i really want to create my own HTML forum from the start. so i want to know... is there any one out there who knows.... 1) if this is even possiable. and 2) Where i can get a good script to just copy and edit a bit. P.s I know of these free forum sites. but i want to create one for school and post it on a school server so My Peers may access it with out it being blocked. ( i have a ADMIN friend.) (hee hee hee ) Thanks ~!@";!~~ULTIMATE NOOB~~!;"@!~ Hello people really need help, i am familiar with coding and scripting, but never did a forum for a website, this company asked me to do a place where people can just simply post comments your help would be kindly appreciated Please can suggest me something? Hi there, Could somebody here tell me what this particular kind of website is? http://www.ozbargain.com.au/ it is not a forum and I don't think it is a blog. Would I be able to buy templates like this off the web? Thanks Not sure if you can make your own forum, in HTML but I would definitely like to! let me know if you have any suggestions or sites that help with this. Okay, so I'm making a website and I'd like to know how to make a forum page using HTML. I want to do this all from scratch; no programs. I'm not really the best at this. I'm making a web site in notepad for fun and was wondering if there was a forum that I could add. Is that only PHP that you can do that or can you do it with HTML? Hi All, I am new to these forums but looking for some help. I do not know HTML well at all so I am looking for some enlightenment. My problem is this: I am trying to create a nice looking template using Photoshop to list my eBay auctions with, but instead of creating one photoshop picture for each auction, my thought was to have most of the content be images from photoshop in a table, and then leave the 1 cell (row) in the table blank where I could edit the text for each auction. I can slice the Photoshop template into separate pictures, but I have no idea how to create the table to fit my template. Can someone guide me on how to create the table that I have drawn below? Thanks so much!!! I have been working on this for hours so any help is greatly appreciated. Joe |