Archive for the ‘Html’ Category
-
Custom 404 Error page
Been seeing a lot of these custom pages of late and thought i would share with you how simple it is to make your very own page..!
First of you will need to make a .htaccess file that will detect if the user has the correct page url and if not will redirect them to your own 404 Error page.
more »
-
Inline style in html for OnMouseOver
Was asked today to make a link have a underline on it when rolled over but it had to be “Inline” and as most people with know its very easy to make this happen in normal CSS and common enough to just put in text-decoration:none; but i have never needed to make this happen inline, but with much internet searching i have found a solution..!
more »
-
Convert Foreign Characters to the Correct HTML codes in Dreamweaver
Now last year I was using VIM to code all my HTML & CSS in and I loved it, but since then I have lost my version of VIMSKI which had been customised to do a lot of cool things one of which was the ability to auto convert foreign characters to the correct HTML codes, which you can image if your translation a website from English to French if you didn’t have this it could take a long time to do using just the “Find and Replace” function of DW.
more »
-
Conditional Comments
It seems like every time i build a website i always have the same problem and that problem is Internet Explorer 5 & 6, and no matter how many times i try to forget that they ever exsits i get someone using windows 98 running IE 5.5 wanting a site that has JQuery or any other of the latest things were putting into our website and this is where i thought i would share “Conditional Comments”
more »
-
Centre align html emails in Windows Live
After a recent update – tables are no longer centre aligned in hotmail or Windows Live.
I have only noticed this to be an issue when browsing in Firefox and the solution is to put this in the head of your document.
more »
-
ASCII HTML Character Codes
Had some crazy emails to build the other day and needed to put in a dagger symbol for one of the terms & conditions, but couldn’t remember the ASCII HTML Character Code for it and guess what…
more »
-
Master the mailto Syntax
I’ve been doing a few mailto links inside emails over the last few weeks and I thought it would be a nice idea to share what i’ve been using for the mailto with all of you out there.
more »
-
Need to make a Favicon?
Well if like me you love favicon’s but just find it a hard task making them all you need to do is visit Dynamic Drive.com for a very cool and easy way of making favicon’s.
more »
-
Common fonts to all versions of Windows & Mac
Ever wanted to know what are “Web safe” fonts..?
more »
-
Styling your HR tag using just HTML
If you just want a 1px grey line as an HR by just using HTML, all you have to do is use this code:
more »
-
Remove the underline function of a link in HTML
To remove the underline of a link in HTML all you need to do is add this bit of code to the a href code.
more »
