• Quick note - the problem with Youtube videos not embedding on the forum appears to have been fixed, thanks to ZiprHead. If you do still see problems let me know.

html

  1. Brian-M

    HTML Tips

    I'm looking for advice for how to make plain-HTML webpages that don't look like garbage. I only know a little HTML, so I'm mostly figuring it out as I go. Here's a generic sample page I've put together just to test out a few different ideas... can anyone offer tips on how to improve it...
  2. Almo

    Regex can't part HTML

    So, apparently Regex can't parse HTML. At least, not all of it. But people who keep asking how to do it precipitated this answer on StackOverflow: http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 For those who are curious about...
  3. B

    I need a stripper

    I have (again!) inherited a majorly dysfunctional website. Is there a nice utility somewhere that will strip out all the <div> and <span> elements? Every. Freakin. Paragraph. has it's own individual formatting. Sigh. Thanks!
  4. alfaniner

    Need some simple web html

    I want to create something like a Likeit page, which has a Facebook Like button next to each comment, with the ability for a person to add their own comment. I can handle the adding comments part, but can't seem to get the format of the Like Button - comment part. (i.e., people can Like...
  5. JoeyDonuts

    HTML Help - Frameset tags question!

    Calling any and all HTML gurus. I'm having a spot of a problem. I'm redesigning my band's website, using pure HTML edited through Notepad. I'm not having any problems getting the frames and tables to do what I want, with one tiny exception. All of the pages on the site have black...
  6. B

    HTML / CSS for center column

    Tried to Google, but I get to many links, which seem to point to what I am NOT looking for. I'm looking for a bit of HTML / CSS that produces a webpage with a centered column of a give width (say 600px). And that's it. No fancy stuff, bells or whistles. No side bars either. No talking about...
  7. yairhol

    Web Site programming

    Hello gang, I'd really like to learn how to build/design web sites. What are the programming languages that I'll need to learn and what are some excellent books to read on the subject? Eventually I'd like to design websites with nice graphics, have comment sections written by guests, maybe some...
  8. N

    Importing html posts to database

    I post on many forums. And I would like to transfer my messages from these forums to my private forum. My forum is vbulletin and the db is mysql 4.1.21 and is accessed by php 4.4.4 I know how to do that between database with an import. But the problem is that I do not have access to the...
  9. O

    Accesible/Logical web design with Nutrition Labels

    I am a software developer who dabbles in some web development during my free time. Right now, I am working on a cookbook application that my wife and I can use to keep track of recipes and other information (yes, I know that plenty of these exist, but I find it very fun to make my own). It is...
  10. B

    Email link on website / hide from spambots

    Allright, so a few months ago I created a PHP script thingy to allow for submitting a message to my email address through a website. I tested it back then, and it worked fine. The script was laying about for a while, and today I finaly decided to implemend it, but alas, it doesn't work. Seems...
  11. Darat

    HTML help

    I'm trying to again align the signatures in posts to the bottom of the post, we achieved this last time by altering the HTML code the forum uses (Donks did the work I just cut and pasted it). Unfortunately since the upgrade that no longer works. Could anyone help me and come up with HTML code...
  12. Darat

    HTML Help - Fieldset & Legend

    Is there anyway of using fiedset and legend so that the legend appears at the bottom right of the enclosing border e.g: *--Standard Legend--------------------------* | | | *--------------------------Where I want it--*
  13. Ladewig

    Is there HTML code for interrobangs?!

    http://www.interrobang-mks.com/
  14. D

    Quick html advice

    How do I automatically forward a browser from the index page to another directory eg when someone clicks http://www.example.org it goes to http://www.example.org/subdir ? Thanks
  15. Rat

    Scripting the DOM by class in html

    I should know this, but it's driving me up the wall. I have several div enclosed blocks of text. Some of them have a class of win2k, and some have a class of winxp. I want a script which will detect the OS and display only those relevant to the OS. This will be in an environment where only...

Back
Top Bottom