Ahh i dont think i can do that as Im using a CMS the doctype's are all pre-set.
Does that mean the code im using is therefore deprecated?
Should i be doing this another way?
Main Topics
Browse All TopicsI have followed a tutorial which should produce text with an image outline using CSS and photoshop. I do appreciate that i set the images up very quickly and they are not great but the code doesnt seem to be working. Can someone help please?
The resulting page is:
http://nhsdemo.sitekit.net
What I would like to do is have a rounded box around the breadcrumbs (have only added the additional box and test for testing purposes).
Is there another way of achieving this? I would like to use a similar idea for text boxes within the page as well.
The original tutorial was at:
http://www.webcredible.co.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Regarding other ways to do this, Web Monkey has an article (http://www.webmonkey.com/
http://www.schillmania.com
http://www.spiffycorners.c
http://modxcms.com/about/b
Thank you for your help - I used a solution of my own in the end at: http://www.cssplay.co.uk/b
Business Accounts
Answer for Membership
by: flob9Posted on 2009-08-14 at 08:45:10ID: 25099307
First, you should correct your doctype definition.
4/strict.d td">
You have mixed HTML 4.01 Transitional and xhtml1 DTD ...
Correct the doctype first (and the <html> tag). Your code looks like html 4. try this :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html
<html dir="ltr" lang="en"><head>
[...]