I'd like to indent the first line in a paragraph on every page. How is this done with HTML?
Is there some reason my page layout stretches while the site is loading? And, do all my site visitors see this or is it only me who sees the site this way?
How do you install a favicon on a site or forum? What is the code to use and where is it installed in the HTML code?
Why should I validate my HTML? What if I just did not validate? What would happen then?
What if you named your homepage home.html or something else and then just linked to it from all pages with the 'Home' button or link. Would it matter that your home page was not named index.html?
Is there HTML code to install a guest book on your blog or website?
Let's say you write invalid HTML code. Will it still work? If so, why would it work if it's invalid?
If you don't have Web design (HTML) software, can you use a software program such as Microsoft Word to create your web page? What are some techniques to make this work?
Is there a difference between HTML and XHTML? What is better about XHTML than HTML?
Is it possible to cause some images to load first before others or do they randomly load?
Recently, I made some edits on my website and they did not show up live so that it was not possible to see the finished results. Later on, I came back and my page was revised. This is annoying as I need to see the site...
I've heard this term emphasis tag used online at forums. Can someone explain what it is and how an emphasis tag is used?
I want to make it so that I can align pictures so that one may be higher or lower than the other. How is this done?
How do I make it so that my web page is just one solid color in the background without using an image file?
On every banner I put on my site or every link there is a border. Please tell me how to remove the border so it's not visible.
If I wanted to convert any photo on my site into a banner type link, how would that be done?
I want to use multiple colors of text on a page, what is the HTML code for this?
I want to add scrolling text to my page to draw attention to a daily deal or discount. Please help me find the HTML code I would need for this.
I want to add a link so my blog visitors can email me. How is this done?
What code would I use to make a picture as a background on my web pages?
What code would I use to add midi file to my webpage? I want to ensure it only plays once on entry.
Hello, I was wondering if anyone knew how to decompile a external .dcr file using a online tool like showmycode I can use showmycode to decompile a .swf file but unable to decompile .dcr files any help would be good. ~Ki...
When you create new pages/sites is your first concern the user experience?
Notepad replacement out there. For webmasters it’s the fastest HTML editor. For others it’s the most versatile text editor. For power users it’s a unique text-processing work horse. NoteTab has won awards from P...
Here's a useful tool that could lesson the pressure you feel on your hands due to constant mouse use. For this reason, this could be a good webmaster tool especially if you work online on a website all day. This softwar...
When searching for a domain related question on Google, I found this link from domain.com that ends in the .bml. This is the first time I've seen .bml, what does it mean? http://www.domain.com/domains/faq.bml
A robots.txt file will tell the search engine bot which pages it may or may not crawl on your site. For instance, if you are linking to download product pages, you can add these to the robots.txt file to ensure they are...
Hi dear Friends i have Nokia Lumia 510 and i want to know about Your choice in Company and Mobile Model Tell me?
Which is best rank tool bar for seo..? 1. Alexa Ranking Tool 2. Alexa Rank Checker 3. WebRank Toolbar
Okay, so I didn't have anything to create and I've seen mockups of iPhone's etc around the web written in CSS. Instead of copying them, I decided to go original (and something a little easier) so I created this. It says...
I'm running nginx+php-fpm and I had the apc.ini loading the apc.so library. There was no other config so I added this config to the apc.ini file: extension=apc.soapc.enabled=1apc.shm_size=2G## PHP file cache 1 hour ##ap...
I'm using Codeigniter to develop my latest project and I'm using the input class to fetch all of my data. Here is an example: $this->input->get('myvalue'); There is an optional second parameter for XSS fi...
Okay so this is no biggie, in fact I mainly made it to get used to GitHub (makes sense in it's own unique way) anyhow, I'm releasing it for free (Obv). It's coded in CSS3 & HTML5 with a hint of jQuery thrown in there...
And, which style - flexible, fluid or liquid design - is better for a site, when it comes to user satisfaction or usability?
Is it possible to create an HTML link to a word further down the page, so the page jumps to that spot when clicked on?
If I wanted to add or change a link on my menu system for my HTML site, how could I update it over numerous pages?
Is it possible to convert an html page to a pdf file for viral marketing or distribution on Facebook or other sites?
Is there some way to ensure my HTML is correct and won't cause errors on page load or when being crawled by Google?
We are live with PayPal pro and accepting credit cards. It works very well but we used a custom solution that we built ourselves. It is in PHP, here is the nvpStr call - all values are urlencoded: $nvpStr = "&P...
This is a small function to wrap a specific word in a text string with a html tag. So lets say I want to wrap the third word in <b></b> tags I would use below. echo WrapWord('This is my line of text!', '...