if MX2004 is similar to the earlier MX versions, you should be able to open a page within your site, click text, and then 'batch spell check' which should allow you to choose while folders/ files you want to check.
----------------------------------------
Sometimes, when my code just won't...
I find that when you veiw a page linked from the page you F12, all the external links get 'lost' (depends how they are linked, relative vs absolute, and the location of the linked files etc), the site should work fine once you put it to a remote site.
----------------------------------------...
create a slice and export the slice
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post traumatic stress syndrome now..
if you REALLY don't want to use the above style, then a non breaking space would be the other alternative, you'd have to type between the pictures in the code.
The style is the obvious, right and simple solution though
----------------------------------------
Sometimes, when my code...
Gosh, it's ALL images............................
I like the design, it's really nice, but you are going to have huge problems if you ever need to change the content, because you'll have to re-do the image, export it, redo any links etc...... alot of hassle.
Also, Load Time: images are slower...
You can't make an image bigger and expect it to look better than the smaller image, there isn't enough information stored in the image to size it upwards, only downwards.
Basically, each pixel has colour information, if you expect one pixel to become 1.5 pixels, or 2 pixels by enlarging the...
Cheers,
I found the error, when the layout was split into include files, comments were added to the main page to seperate the includes, and one was added above the header include, which I think put it back into quirks mode.
Moral of the story, don't add crap above the doctype, even if it's...
I've designed a site with CSS layout, given it to the developer, and it was until recently, working just fine, now the left side is all messed up in IE, now I know it's something to do with IE's box model whatsit, but I can't find any changes anywhere that would account for it, it simply doesn't...
this is wrong
#header ul {
clear:both;
text-align:center;
border-top:1px solid #E9D7C3;
}
#header ul {
margin:0;
padding:0;
list-style-type:none;
background:transparent;
height:3em;
}
You can't use the same label twice like that, which might be the whole problem you are...
Use the lasso tool, and either add or subtract mask, or simply delete the selected area.
Shift adds to the selection, alt removes from the selection (from memory) while you are working on it.
----------------------------------------
Sometimes, when my code just won't behave, I take it outside...
The only way you can cut an image is into a square/ rectangle shape, you can't shape an image into a triangle.
I suggest you make two seperate images the same size, with the illusion that they are divided into opposing triangles with transparent backgrounds, and then use layers (html) to make...
If the background is going to be a set colour, USE that colour on your image background instead of making it transparent.
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back...
Tell your client to stop being a prat, and that load time is more important than their 'pretty pretty' ideas, you're the designer, make your argument persuasive and let them know that YOU know best, and what they are asking for will suck the life out of their website- nobody hangs around to see...
I've redesigned a site, and at the moment the redesign is sitting in a sub folder waiting to go live.
Some of the include files are linked
<?php include("./includes/header.html"); ?>
and some are
<?php include("includes/header.html"); ?>
the includes folder is in the sub folder and both...
I'm not including the aspx file, I want to include my header and footer .html files into the aspx page.
any suggestions?
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.