Forum: HTML and CSS 8 Days Ago |
| Replies: 1 Views: 457 Hi raul2hot,
I am not a beginner, but in many ways I am. I like some of the content on the site but: "Html basics for using Div and CssThe first thing you need is a html code editor most... |
Forum: HTML and CSS 13 Days Ago |
| Replies: 51 Views: 2,612 Thanks Wrams, that's very useful info -they passed but with one warning.
Geoff |
Forum: HTML and CSS 14 Days Ago |
| Replies: 51 Views: 2,612 Yes it is very old. I am using Expression Web 2 now. You can use CSS with Frontpage 2002 though. I have Lightbox installed. Incidentally Microsoft's home page www.microsoft.com ... |
Forum: HTML and CSS 14 Days Ago |
| Replies: 51 Views: 2,612 Maybe not related, but food for thought. I have had a problem with a Frontpage 2002 website. I decided to add a Doctype and also a Meta statement to make the website run in IE7 compatibility mode. ... |
Forum: HTML and CSS 23 Days Ago |
| Replies: 51 Views: 2,612 Thanks almostbob.
A very useful list! I copied them to Outlook Notes to make it easy to access the websites. |
Forum: HTML and CSS 24 Days Ago |
| Replies: 51 Views: 2,612 Thanks Troy thats a very useful insight into the way we should respond to the validator. I was trapped into looking for an unclosed TD tag when the error was an unclosed Table tag!
Geoff |
Forum: HTML and CSS 26 Days Ago |
| Replies: 51 Views: 2,612 Thanks Wrams The HMTL statement was above the doctype. I created a blank document in Expression web selecting 4.01 transitional and presented that it worked fine
Geoff |
Forum: HTML and CSS 26 Days Ago |
| Replies: 51 Views: 2,612 Thanks for the tip scottloway
Geoff |
Forum: HTML and CSS 27 Days Ago |
| Replies: 51 Views: 2,612 Hi
I am using Expression Web 2 and need to alter an existing website so as to display nicely on what I regard as a standard display size of 1024 x 768. It would have been better to start from... |
Forum: HTML and CSS Jul 31st, 2009 |
| Replies: 0 Views: 279 Hi
It's one thing missing a semicolon but I had an extra one that wouldn't go away! After checking the statements and re-reading when they are required I hit on the solution -why not use Find!
... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 7 Views: 389 Thanks midimagic that's brilliant!:) |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 7 Views: 389 I altered the website back to the error and used the validator it didn't find that error but some in lightbox! I also checked the css with css Reports - I'm using Expression Web 2 and it found the... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 7 Views: 389 Hi mj080,
Didn't know about the CSS validator. Should we use that first when encountering a problem?
Geoff |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 7 Views: 389 Hi
I am still a newbie as far as using CSS is concerned. I had a problem, now resolved, where the CSS for part of my website was not working. I just couldn't see what was wrong! Eventually after a... |
Forum: HTML and CSS Nov 19th, 2008 |
| Replies: 5 Views: 1,167 Thanks Ryhan but the order of the define styles for a link is:
a:link, a:visited, a:hover and a:active; otherwise the hover won't work after the link's been visited. ( I checked on w3schools)
... |
Forum: HTML and CSS Nov 19th, 2008 |
| Replies: 5 Views: 1,167 Thanks Rhyan
I have the menu class applied to the DL tag and have added the code as you have suggested and it works fine. |
Forum: HTML and CSS Nov 19th, 2008 |
| Replies: 5 Views: 1,167 I found that it is possible to by using "Manage Styles" to move a style from an internal CSS to an external CSS or vice versa -just be dragging it. So I dragged it from the page to the external CSS... |
Forum: HTML and CSS Nov 19th, 2008 |
| Replies: 5 Views: 1,167 Hi
I am using MS Expression Web 2 migrating from Frontpage 2002. I have decided to try to produce an up to standards web site using CSS and this doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML... |