736 posts tagged with HTML. (View popular tags)
Displaying 351 through 400 of 736. Subscribe:

Related tags:
+ (209)
+ (105)
+ (95)
+ (95)
+ (82)
+ (59)
+ (51)
+ (47)
+ (39)
+ (33)
+ (30)
+ (30)
+ (27)
+ (27)
+ (21)
+ (20)
+ (20)
+ (20)
+ (19)
+ (18)
+ (17)
+ (17)
+ (17)
+ (17)
+ (16)
+ (16)
+ (15)
+ (15)
+ (15)
+ (14)
+ (14)
+ (14)
+ (14)
+ (13)
+ (13)
+ (13)
+ (12)
+ (11)
+ (11)
+ (11)
+ (11)
+ (11)
+ (11)
+ (11)
+ (10)
+ (10)
+ (10)
+ (10)
+ (10)
+ (9)
+ (9)
+ (9)
+ (9)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)


Users that often use this tag:
Meatbomb (6)
signal (5)
grumblebee (5)
Robot Johnny (5)
WCityMike (5)
Solomon (5)
Blazecock Pileon (4)
boombot (4)
odinsdream (4)
GregX3 (4)
XQUZYPHYR (3)
twine42 (3)
weston (3)
Framer (3)
lilboo (3)
handee (3)
drjimmy11 (3)
yonation (3)
jruckman (3)
lockedroomguy (3)
maxwelton (3)
Shepherd (3)
jwhittlestone (2)
dial-tone (2)
Wild_Eep (2)
0bvious (2)
godawful (2)
BlackLeotardFront (2)
crewshell (2)
docgonzo (2)
Joleta (2)
panoptican (2)
al_fresco (2)
Skyanth (2)
ManInSuit (2)
tomble (2)
joelf (2)
mic stand (2)
wtfwjd? (2)
Anonymous (2)
Manjusri (2)
Termite (2)
jontyjago (2)
blueshammer (2)
cyrusdogstar (2)
jdroth (2)
eustacescrubb (2)
dobbs (2)
Servo5678 (2)
gfrobe (2)
solistrato (2)
dogwelder (2)
peacay (2)
Taken Outtacontext (2)
Jaybo (2)
jeremias (2)
mkultra (2)
jasondigitized (2)
neilkod (2)
anastasiav (2)

Scrolling nested divs

Is it possible, with HTML and CSS, to nest a two divs, such that the inner div has a height relative to the outer div so that other content in the outer div can display? [more inside]
posted by Godbert on Apr 4, 2008 - 12 answers

 

I've stopped my web form spam. What am I missing?

I seem to have stopped form spammers from cluttering a business inbox. Have I set myself up for some more mysterious problem down the road? [more inside]
posted by fantabulous timewaster on Apr 3, 2008 - 12 answers

Auto CSS head styles to body styles?

What's that program that takes CSS styles defined in the head of an HTML document and applies them to each element's style attribute? It's for HTML email-making, where such a nonsensical thing is desirable. [more inside]
posted by Plug Dub In on Mar 28, 2008 - 6 answers

Making Firefox Copy and Paste HTML Code?

Is there a Firefox extension — preferably a Firefox 2 extension — that will alter Firefox's copying behavior so that, when you copy something, it is copied to the clipboard (or pasted from the clipboard) as its HTML, instead of plain text? [more inside]
posted by WCityMike on Mar 27, 2008 - 4 answers

Radical history project asks nation for way to change link.

I have a website with several hundred distinct pages. I want to make it so that I can put a link and image in the corner that I can change instantaneously across all of them. How can I? [more inside]
posted by history is a weapon on Mar 22, 2008 - 12 answers

Wordpress's functions.php - how do you work?

What are the secrets to the efficient coding of my Wordpress core file using functions.php? Oh, and by the way, I'm a PHP idiot! [more inside]
posted by DandyRandy on Mar 21, 2008 - 8 answers

Why use HTML to embed a video when you could use JS?

Sites like Youtube, Vimeo, Blip, etc, all offer code to allow you to embed their videos in your own site, right? But why is that code invariably HTML, and not Javascript? [more inside]
posted by crickets on Mar 20, 2008 - 13 answers

Distribute pictures

How do you do this in css? Meaning, specifically, the plotting of pictures in specific spots like that. [more inside]
posted by By The Grace of God on Mar 18, 2008 - 11 answers

Can I force numeric input on a mobile browser?

I'm developing a web site to be accessible by mobile phone. One of the key requirements is data input into a form that is submitted back to the server. This has been developed and works fine. One of the features of my K610i Sony Ericsson mobile phone is text prediction or auto completion of words. This is a good feature on the text fields, but some fields only require integer or floats (e.g., 12.34567). Integers can be input by either holding down each key for a full second, or by switching the "Writing language" to "123..." (i.e., integer input). Both approaches add a few seconds to the input process, but I'd like to make this is quick as possible. My question is: Is there a way, perhaps with a tag on the form field, to force my mobile browser to switch to the integer input for those fields? Do other phone brands (Nokia, Siemens) do this differently? Would a third party mobile browser, such as Opera, handle this somehow?
posted by chrisch on Mar 16, 2008 - 5 answers

Suppress checkboxes in CSS?

Is it possible to make checkboxes invisible using CSS? [more inside]
posted by middleclasstool on Mar 14, 2008 - 7 answers

How to position two elements left and right aligned purely using CSS?

HTML/CSS Design Filter! How do I position two elements in the same line but, one left aligned, and the other right aligned using just CSS? [more inside]
posted by ogami on Mar 8, 2008 - 10 answers

Looking to add online sales to my site.

I built a website for my business. I want to sell things from my website! My hosting has a CGI-BIN directory and will run scripts etc. What do I need to know to add a shopping cart function and sell goods? What e-commerce software would be easy to use and integrate into my site? Payment doesn't need to be automated, but I would like to be able to securely take credit card numbers for processing later, if possible. [more inside]
posted by tomble on Mar 8, 2008 - 9 answers

This question is so n00b that it hurts.

Help me learn HTML and CSS. [more inside]
posted by Diskeater on Feb 17, 2008 - 18 answers

Swap HTML elements using CSS?

How do I swap the order of two HTML elements using CSS? [more inside]
posted by idzyn on Feb 17, 2008 - 8 answers

Retaining form data when going back and still using PHP sessions.

When I altered a PHP web form to take advantage of PHP Sessions, I lost the ability to go back a page while retaining data in the form. Is this the expected behaviour, or is it caused by something else? [more inside]
posted by odinsdream on Feb 8, 2008 - 8 answers

Recommendations for lightweight HTML editor for Mac?

Recommendations for lightweight HTML editor for Mac? [more inside]
posted by sjuhawk31 on Feb 7, 2008 - 26 answers

Local File Browsing and Viewing Via a Web Interface?

I'm looking for a file browsing and HTML- and media-viewing interface that can be set up on a Mac OS X machine locally and accessed through a web browser. Remote access not necessary; I'm just looking for a local interface. [more inside]
posted by WCityMike on Feb 7, 2008 - 6 answers

Help Align my fuzzy images

How do I get my images where I want? I'm trying to overlay images on a background. Is there a fancy tool I could use that will tell me the exact coordinates? Should I not try tables and do some fancy css? Or am I going at this ass backwards? Here's what I'm talking about. It's a self link, but nothing really to see but my issue. View the source to see my attempt.
posted by bleucube on Feb 1, 2008 - 11 answers

Dreamhacker

I would like to write my own HTML/CSS editor. What would be the best way to go about it? (more inside) [more inside]
posted by ReiToei on Jan 31, 2008 - 14 answers

Building a URL with a Form via JavaScript?

Anyone have a JavaScript trick to create a web form that builds a URL to send users to a pre-populated search? [more inside]
posted by pzarquon on Jan 23, 2008 - 6 answers

How can I be cheap and have a good website?

Anyone know where a pair of clueless artists can find some free website design templates? [more inside]
posted by Bageena on Jan 16, 2008 - 9 answers

HOWTO: keyboard shortcuts (not access keys) on websites?

Any idea how keyboard shortcuts on websites are implemented, a la Google Reader and ffffound.com? [more inside]
posted by jruckman on Jan 9, 2008 - 6 answers

Help me AJAXify a portion of my project without overwhelming me.

Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated. [more inside]
posted by odinsdream on Jan 8, 2008 - 7 answers

WP Blog gone blank, Admin section is fine

WorpressFilter Blog gone blank, Admin section is fine - help ! [more inside]
posted by Baud on Jan 6, 2008 - 8 answers

404 Not Found

Why are the 404 pages on my server broken?! I get a 500 Internal Server Error instead. Link to my .htaccess inside. [more inside]
posted by lou on Dec 23, 2007 - 4 answers

Semantic markup and the world wide web: non-noob needs an explanation.

Semantic markup and the world wide web: non-noob needs an explanation. What is all this semantic markup talk about, and where can I learn more? [more inside]
posted by josh.ev9 on Dec 22, 2007 - 9 answers

Create easy sortable table for blog?

What's the best way to create a website table that a) can be dynamically (via Javascript) and statically sorted by readers and that b) can be created and added to easily c) for a Blogspot blog. E.g. a list of products I like, with ratings and category (sort by any of these things)? Thanks.
posted by shivohum on Dec 22, 2007 - 5 answers

Embedding RSS w/ Grace and Style

I've been using FeedDigest to convert and embed an RSS feed into an HTML page, and love the simplicity of it and the ability to customize the look of the embedded results. I don't love, though, FeedDigest's slowness in updating the feed content, or that I'm relying on a third-party to middleman the content onto the page. Is something dead simple, be it code in the page, or on the server, a Flash app, etc., that I could replace FeedDigest with? [more inside]
posted by boombot on Nov 30, 2007 - 6 answers

How to Fix input title attribute in IE6?

Why does this text box input have its title flash on and off when I hover over it, and more importantly how do I fix it? When a user hovers over the box the title should just stay. [more inside]
posted by GregX3 on Nov 29, 2007 - 10 answers

Thunderbird May Go

Help me make HTML email composition in Thunderbird work for me or choose a replacement email client [more inside]
posted by southof40 on Nov 25, 2007 - 1 answer

design my designing mind!

Help a design-impaired mind finish his dream project. [more inside]
posted by howiamdifferent on Nov 19, 2007 - 9 answers

jQuery vs. Scriptaculous

JavaScript: jQuery vs Scriptaculous - Which is currently the favorite amongst developers? [more inside]
posted by afx114 on Nov 16, 2007 - 12 answers

Content management for dummies

Content management for dummies? [more inside]
posted by deeper red on Nov 15, 2007 - 11 answers

opensource html editor

what's a good open-source alternative to something like homesite? [more inside]
posted by yonation on Nov 14, 2007 - 13 answers

[Online Search Filter] A more prescient Google?

Is there a search engine with which I can search among the source code of websites? [more inside]
posted by gbinal on Nov 12, 2007 - 5 answers

a) HTML annotation via footnote/link back; b) 19th-century exchange/inflation-adjusted rates

Posted for sushiwiththejury: I have to annotate some texts from the 19th century. The final product must be an HTML-only webpage. I have two major issues: [more inside]
posted by DevilsAdvocate on Nov 9, 2007 - 4 answers

Exporting contact information from a subfolder in Thunderbird

More Thunderbird: how do I suck my senders? [more inside]
posted by asuprenant on Nov 7, 2007 - 4 answers

Ranked preference in an HTML form?

Is there a way to rank choices or preferences for a question in a HTML form? [more inside]
posted by jmevius on Oct 31, 2007 - 12 answers

My readers don't understand how permalinks and anchor tags work

Is there any way to automagically strip anchor tags from externally linked URLs? [more inside]
posted by arielmeadow on Oct 29, 2007 - 8 answers

Is it possible to create an image map in an HTML e-mail (especially Microsoft Office Outlook?)

Is it possible to create an image map in an HTML e-mail (especially Microsoft Office Outlook?) Is there a best way to go about this? [more inside]
posted by branparsons on Oct 22, 2007 - 3 answers

Is there an iWeb equivalent for Windows?

Is there a windows-equivalent to iWeb? I work at an elementary school. I have teachers who want the ease and bells & whistles of iWeb, but we’re all windows here. I don’t care how bloaty the code gets; I just want teachers to look and say “ooooh, pretty!” [more inside]
posted by dogwelder on Oct 18, 2007 - 4 answers

I need a specialized scrolling list

I need to create scrolling list, with something a bit extra. [more inside]
posted by omnipotentq on Oct 18, 2007 - 6 answers

Why are these lines showing up on my webpage?

I'm creating a very simple web page and inserting images into the cells of a table. However, I can still see faint lines around the borders of the images. What am I doing wrong? [more inside]
posted by gfrobe on Oct 15, 2007 - 11 answers

This is why I don't like maintaining other people's webpages

I didn't design this page, but I'm now maintaining it. Why does the shaded gray box on the right appear halfway down the page in IE, but right where it should in Firefox? I think it was designed in Dreamweaver, but I'm not sure. How can I fix this?
posted by BackwardsCity on Oct 8, 2007 - 3 answers

Images, WYSIWYG and Drupal

Trying to get TinyMCE, IMCE and Drupal working together to post inline images... [more inside]
posted by Blazecock Pileon on Sep 28, 2007 - 7 answers

Blogger, please leave my HTML alone...

Is there any way of forcing Blogger to recognise the ( and ) symbols? [more inside]
posted by Solomon on Sep 27, 2007 - 6 answers

Why is Google's "My Maps" acting stupid?

Google's "My Maps" feature is doing very string things when I try to embed. Why? [more inside]
posted by nitsuj on Sep 25, 2007 - 5 answers

Why is my xml navigation not loading into my Flash movie?

Hyperspecific Html & Flash question especially for XML and Flash Video superstars. Why is my xml navigation not loading into my Flash movie? [more inside]
posted by jeremias on Sep 19, 2007 - 4 answers

Looking for an OSX app(or other solution) that will allow us to edit/update a front page produced site.

Looking for an OSX app(or other solution) that will allow us to edit/update a Front Page produced site. [more inside]
posted by neilkod on Sep 17, 2007 - 7 answers

What the Â???

Why does this character --- Â --- randomly and occasionally rear its ugly head on my Wordpress blog? [more inside]
posted by iced_borsch on Sep 10, 2007 - 9 answers

Page: 1 ... 4 5 6 7 8 9 10 11 ... 15