I'm wondering if I can force a word-wrap of the breadcrumb at a certain percentage so that it does not appear over the checkered flag image as in the image below. I've tried making some changes myself, but everything I do seems to move or justify the breadcrumb to the right, which is opposite of what I want and seemingly opposite of the code I am changing. This one has me scratching my head.
OK, I added another table and put the image in it on it's own. I can make it look correct at one resolution (first image) but it doesn't seem to scale properly at lower resolutions, though you can see the breadcrumb wrapped properly (second image). Any help on how to fix this?
- Instead of using css to get image, use image tag in the table cell or you can use code in the table cell ... <img src="$vboptions[cleargifurl]" width="250" height="70" border="0" alt="" /> .. edit the width and height the same size as your flag image.
- Instead of using css to get image, use image tag in the table cell or you can use code in the table cell ... <img src="$vboptions[cleargifurl]" width="250" height="70" border="0" alt="" /> .. edit the width and height the same size as your flag image.