Tagged Questions

1
vote
2answers
143 views

What doctype is best for standards and cross browser compliance?

Hello, I know there are a few different doctypes out there, but which is a good one to use and benefits associated with it? Thank you, Ronson
1
vote
2answers
686 views

How can I make a basic jquery rotator?

Are there any jquery rotators out there that are both basic and flexible? I've tried a bunch of carousel ones and they are not what I want. It should have pager ability and trans …
0
votes
1answer
133 views

Wrap text around image with html and css.

How can I wrap text around an image? The image can be in the top left or right. I'm thinking of using a graphical image for a drop case letter, or a profile picture with text w …
1
vote
1answer
207 views

Sliding Overlays

I'm looking for a snippet for an div with an image in the background and a translucent overlay that slides up on hover and down on mouse out.
1
vote
1answer
148 views

Style a Form Button With CSS

How can I style a form button or .net control button if I don't have access to the code to insert an image?
0
votes
3answers
37 views

<b> or <strong>?

Let's talk html. Why am I told to use the <strong> tag instead of <b>? Was <b> too confusing?
3
votes
2answers
115 views

How do I force a page-break.

If I want to force a page-break if a user prints my html page, how do I do that?
1
vote
1answer
25 views

How do I make a list in html?

How do I make a list in html?
1
vote
1answer
18 views

How do I make an anchor link to another place on the page?

How do I make an anchor link to another place on the page?
1
vote
1answer
17 views

A good image tag for better search results

Hello, I'm looking for an image tag html snippet that would work best with search engines.
0
votes
1answer
18 views

Excel Sheet to HTML on Website?

A friend of mine wants me to import data from excel sheets into a website, but the problem is that I'm too busy to enter all of it. Is there a way that I can just export the Excel …
0
votes
0answers
10 views

How do I make a scaling background for an expandable div?

I have a div that I need to stretch a background for. It has a top and a bottom which shouldn't repeat, but the middle should. What's the best way to go about this? An image at …
0
votes
0answers
7 views

A calendar for your website?

I've got some events I woud like to organize in a calendar, and I don't want to spend a lot of time with complicated systems. I found an calendar made in tables. <TABLE BORDER …