Need image border to resize with table

can anyone help me with image auto image resize (vertical border) as the table changes size? The page has an image for left/right border. I didn't create the html file and need to figure how it was done. Thxs for any help
site example
http://www.mywanfu.com/
html file download link
http://www.kineticcreativeco.com/forums/forumlink.html

It's not hard to figure out.
TOP SLICES:
http://www.mywanfu.com/img/right-side-top.jpg
http://www.mywanfu.com/img/left-side-top.jpg
MIDDLE SLICES:
http://www.mywanfu.com/img/right-side-bottom.jpg
http://www.mywanfu.com/img/left-side-bottom.jpg
BOTTOM SLICE:
http://www.mywanfu.com/img/bottom.jpg
METHOD:
http://alt-web.com/DEMOS/Image-slices-in-a-CSS-based-layout.shtml
Please don't use Tables for layouts!!!!  Use CSS.  It's more efficient and meets current web standards of keeping styles (CSS) separate from content (HTML).
From Tables to CSS Web Design Part 1 -
http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
From Tables to CSS Web Design Part 2 -
http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Need english municipality code description with table T5ITM4

    I have just applied note 1252443 and the table T5ITM4 has municipality code description blank.
    Someone told me that I will get the municipality code description in ITALIAN if I log in as Italian.
    But unfortunately Italian language is not installed in our system.
    I am wondering how I can get English municipality code description with the table T5ITM4
    Please help

    Hi,
    Please take a look at note 1426788
    Regards,
    Dilek

  • I need some help resizing my images on PS6. I am using a mac and have been trying to resize with same resolution and constaining proportions but for some reaseon the smaller resized image appears pizelated.

    I need some help resizing my images on PS6. I am using a mac and have been trying to resize with same resolution and constaining proportions but for some reaseon the smaller resized image appears pizelated. Heres an image of before and after. The first image I use is a JPG 72dpi 1500px x1500px and I want to downsize it to 600x600px same res, but it keeps pixelating, this has never happened before. Any suggestions, thoughts?
    thanks!

    I wouldn't say pixelated; more like blurry.
    Like ConnectedCreative said, what steps are you using? Are you using "bicubic sharper" when resizing down?

  • I need an action/script for image resizing with a "special" attribute

    Having a headache, nothing work so far the way I want it...
    So here's the deal: I have a bunch of psd files and I need them saved as jpegs in a fixed size - 450x590px.
    The filename of the jpeg should be the same as each psd and the images should be resized proportionate.
    The psds have irregular sizes, some are tall, some are square, some are wide, etc.
    I tried using the place function on a template, but that requires my input - choose what to place, then type the filename.
    Any ideas?
    Thank you for your input!

    elmoldovano wrote:
    So here's the deal: I have a bunch of psd files and I need them saved as jpegs in a fixed size - 450x590px.
    The filename of the jpeg should be the same as each psd and the images should be resized proportionate.
    The psds have irregular sizes, some are tall, some are square, some are wide, etc.
    I tried using the place function on a template, but that requires my input - choose what to place, then type the filename.
    So have both Portrait and Landscape images with varying size. and want to create jpeg from them that are 450x590 pixels in size.  Can the have Portrait and Landscape orientations.  If they all must be Portraits 450px wide by 590px high  your landscape images composition will not fair well.  For cropping landscape image to portraits image normally crops away  to much image content.   Content aware scale may work somewhat better then cropping to portrait the introduced distortion may be acceptable.
    If Portrait 450x590px and Landscape 590x450px is an acceptable solution.  I would go with a cropping solution for there will be no distortion and centered crop composition are usually acceptable.   It can also be done with a two step action used by an image processor script.  If you download my crafting action package. It has a plug-in script that can be recorded in an action to set a 45:59 centered aspect ratio selection which you follow with an Image Crop step.  You run the Image Processor  script have the action make the crop and the Image processor to resize the crop to fit into a 590x590px area.
    Crafting Actions Package UPDATED Aug 14, 2012 Changed AspectRatioSelection Plug-in script added Path support.
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    12 Scripts for actions
    Example
    Download

  • Adding New Image and Text to an Existing Page Created with Tables

    Working in DW 5.5
    I'm trying to add a new image/link and small amount of text to an existing web page that was created with tables and centered.  I am using AP Divs. One for the image and one for the text.  Everything functions fine, but I can't get the new items to anchor and re-center with the rest of the page.  I am not able to overide the "Absolute Positioning".  I've tried different solutions from various tutorials but I can't seem to make them work with tables.
    The added items are a Facebook button and text.
    Go to:  http://www.sugarhollowfarms.net/index.html  to see the problem.
    Please help. I'm not that experienced.

    Make a back-up of the page first before you implement the changes below!
    Take the below bit of code from <div id="FBlogo">...... to.......... </div> <!-- end FBlogo -->
    and insert it directly after the opening div tag FWTableContainer and before your opening table tag (see position below):
    <div id="FWTableContainer209091602">
    <div id="FBlogo"><a href="#"><img src="images/fb.png" alt="fb" width="62" height="62" onClick="MM_openBrWindow('http://www.facebook.com/SugarHollowFarms','facebook','toolbar=yes,location=yes,status=yes, menubar=yes,scrollbars=yes,resizable=yes,width=1000,height=800')"></a>
    <p class="bodytext"><strong>Join us<br>
    on Facebook</strong></p></div><!-- end FBlogo -->
    <table border="0" cellpadding="0" cellspacing="0" width="800">
    Then add - position: relative; - to the FWTableContainer css (as shown below):
    #FWTableContainer209091602 {
        /* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
        position:relative;
        margin:auto;
        width:800px;
        height:600px;
        text-align:left;
        top: 20px;
        background-image: url(images/homepage_new3.jpg);
        border: medium solid #336600;
        position: relative;
    Amend the css for FBlogo to as below:
    #FBlogo {
        position:absolute;
        left:700px;
        top:380px;
        width:91px;
        z-index:1;
        text-align: center;
    Amend the css for bodytext as below:
    .bodytext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 13px;
        margin: 0;
        padding: 0;

  • Import Schema with tables resized

    I've created a new database and would like to import a schema from another database. I want everything from the schema I'm importing however I want to resize the tables.
    I was wondering what would be the best way to handle this. I can create the tables first with the new specs and then import the schema with the "ignore=yes" option. I'm not sure however if this will cause errors. Any suggestions?
    Thanks.

    Hi,
    If you exported data with "compress=y" option (which is the default) tables would be automatically reorganized (import create one extent = total actual size).
    Anyway, if you need a different size for your tables, the procedure you posted is correct.
    Paolo

  • Image positioning with table and css?

    Hi please look at the following link to see my problem
    http://www.stefanlesik.com/csg/traditional-designs.htm.
    I am trying to position a list of photos with details of dimensions
    and reference number below each. I have set up a table with 2
    columns but I cannot position the images inside the cells
    correctly. I've also tried adding an image style to each with
    padding etc but this does not work. I'm sure there is a simple
    solution. Any other comments about the design of the site would
    also be very welcome. Thanks in advance

    You need to add valign="top" to your cells in that table.
    <td height="0" width="265" valign="top">
    Also your first image is wrapped in a <p> tag. The
    second is not. That is why you will see extra space at the top of
    the first one. You can also delete all of the height="0" that you
    have through out your code.
    J

  • PSE 6, need help images pixelated on resizing, please!!!

    Hello to the community. I'm in desperate need of help with images for a photo competition. I use a white Macbook, OS X. I open the jpg file in PSE 6, and when I am done editing, here are my steps/instructions for submission.
    Flatten layers, if any.
    Convert Your Image to sRGB
    Resize your image
    1. In Photoshop go to Image>Image Size (In Photoshop Elements go to Image>Resize) -Make sure
    Scale Styles, Constrain Proportions and Resample Image boxes are checked
    a. Choose Bicubic or Bicubic Sharper as method
    2. In the Pixel Dimensions set the largest dimension (height or width) to 750 pixels - the other dimension
    will change automatically to maintain proportion
    d. Click OK
    ***Right here is where the problem starts. As soon as I change the pixels to maximum 750, the picture is incredibly overpixelated and ruined, as well as becoming around 4 x 5 inches. They are showing up at competition as the size of a postage stamp. I found out this has been happening for the last three months. I haven't changed anything in that time, and this week I reloaded Photoshop completely, and the same thing is happening. I'll put in two pictures to show you what I mean.
    This image is the correct one, with the parameters included. I hope this helps.
    And this is the resized one, terribly pixelated.
    G.Sharpen your image
    1. All digital images can loose some sharpness when resolution and/or size is changed - all digital
    images will require a little sharpening to restore the sharpness that was lost
    2. Set your view to 100%
    3. Go to Filter>Sharpen>Unsharp Mask
    Sharpening doesn't help, and neither does changing to Bicubic Sharper or Smoother. I've tried everything, but the real problem is that I haven't changed anything, yet in March this problem began. I'd be so thankful for any help with this, as I cannot figure it out. Many thanks in advance for any help.
    Kitty

    Hi, thanks, but I'm afraid that's not the problem. I did what you said, but the size is still changing to very small inches, and the image is still pixilated. Plus, I printed some of them, and they are printing over-pixelated. Something is wrong, but I can't figure out what.
    Here's an example I just did:
    See how grainy it is, especially by the top of the head and the feathers? And how small the width and height are? Previously when I changed the pixel dimensions, the width and height did not change, nor did it become ragged like this.
    Kitty

  • Problem with tables -- need help!

    I am having problems with table formatting, when using
    Preformatted text. The tables look fine in the WYSIWYG editor, but
    have lots of extra space above and below the text when looking at
    the output files.
    I will attach the code from one of the HTML files from my
    project, so you can see what I'm talking about.
    Thanks.

    Well, if you're talking about the single-celled table with
    the line:
    <p class=Preformatted>[assembly:
    Ace.AceAssembly]</p>
    </pre>
    ... you can eliminate the <P> tags. that will give you
    one line less. Otherwise, your remaining space is the result of the
    <PRE> tag. It, like the <XMP> tag, gives it one line of
    space beneath as well.
    Your alternative beyond that would be to, when needed, wrap
    up the script in Javascript. That line, for instance, wouldn't need
    it.

  • How do you make a rectangle resize with background image?

    I'm trying to add links (transparent rectangles) to a background image that is set with "scale to fit". However when it scales in needs to scale with my links. Can I have the rectangles scale with the background image? If not is there a better way of doing this?

    As I understand. correctly.  You want the rectangles that you have added over background image, (to which links are added) to be responsive in layout within the project, Am I correct ? If yes ! Muse does not implement "Responsive Layout" as defined by a hand coder. For more details refer to : Can you create responsive sites with Adobe Muse?

  • How to set image border with CSS Designer?

    I must be missing something obvious...
    I need to set an image border. I select the image. But I don't see any relevant inline style option in CSS Designer.
    It only lets me change <inline style> : td but there's no option for the image.
    What am I missing?
    Thanks,
    Leo

    Thanks John,
    Yes, obviously I select the image.
    However, it doesn't change anything.
    I don't get the "img" selector whatever choice I select it the Sources pane.
    What am I missing?

  • I cannot open my images in elements 12 with my recently purchased canon 760d, what do I need to do to update the softwear

    I cannot open my images in elements 12 with my recently purchased canon 760d, what do I need to do to update the softwear

    Unfortunately, you're in the wrong forum.  This is not the Elements forum. 
    Here's the link to the forum you want:
    https://forums.adobe.com/community/photoshop_elements/content

  • I need to add a single field from with_item table . need to write select query with reference to company code , account doc no , fiscal year

    I need to add a single field from with_item table . need to write select query with reference to company code , account doc no , fiscal year

    Hi Arun ,
    Can you explain little bit more ??
    what is account doc no? 
    what are the transactions should be displayed in your output??
    -Rajesh N

  • I need your help, with table

    Hi experts,
    I have a problem with table in sapnetweaver, and want to ask all of you , that is : I want to set a column of a table with 3 rows, one is textview, one is editfield, and the last one is combobox, how can i do that.
    Thank you for your attention,
    looking forward to hearing from you soon.
    Chau.

    Hi,
    For NWDS 7.0 version,this feature is available.
    You can use difference cell editors in the table  column for different
    table rows.
    How to create this:
    Step1>in the outline create one table column.
    step2>Rightclick on table column select "Insert CellVarient".
    Step3>You will get a popup with 3 choice.Select TableStandardCell.
    and give some name.
    Step4>Rightclic on TableStandardCellVarient,then select InsertEditor.
    In this editor you can able to select one newelement(i.e textview/image/
    InputField.........etc)
    Like this you can insert multiple Cellvarients(1.Image,2.Ifld..etc) to the single Tablecolumn.
    Regards,
    Lavanya.G

  • My iWeb image names are incompatible with FTP servers and must be renamed but I can't find the images in iWeb. I can upload to a desktop file and change them there but then I would need to download them to a new site in iWeb to publish them.

    my iWeb image names are incompatible with FTP servers and must be renamed but I can't find the images in iWeb. I can upload to a desktop file and change them there but then I would need to download them to a new site in iWeb to publish them. 
    What's the answer?
    Thanks 

    Many thanks to  responded to my question and sorry not to get back sooner.
    Yes, I discovered by this unfortunate experience that the names of photos are a serious issue if the site is to ever go to an FTP server.  Apple should discuss this carefully in their "manual".
    One more question:  I uploaded the website to a folder on my desktop. When I open it, unlike the photos in iWeb, there are folders for each page which have all the photos in them. I went through each folder and changed the names to be FTP compatible. I'm using iWeb SEO Tool which allows one to upload from this local folder to an FTP server but having trouble.
    Is this because there is an imbedment in iWeb that uses the old photo names to link to the actual photos and it can't find them because of the name changes?
    Thanks again for your help ...
    Phil McP

Maybe you are looking for

  • Looking for a client/server that supports multiple protocol and delivery

    Hi all, I don't know if this the right place to ask my question,here it goes. I am looking to develop a client-server that supports multiple protocols such as HTTP, HTTPS etc. I am looking for a framework( i don't know if that is correct or I need so

  • Recommended Video Cards for K8MM-V

    Hello ALL......Looking for any advice on choosing a AGP 8X that plays nicely with this MoBo. 

  • SMARTFORM Printing: Invoice header company name does not appear

    Hi Experts, I have a problem with the invoice SMARTFORMS whereas when the invoice exceeds more than 1 page, the company name at the left topmost part of the form doesn't appear. The window that contains this should only appear in the first page and w

  • Effects of PARALLEL hint in different parts of SQL script

    I have a fairly large data warehouse with most of the Child tables having more than 5 billion rows. They are partitioned by a DATE column. I have several local B-tree and bitmap indexes on the appropriate columns. The DEGREE on most of the large tabl

  • Missing AppleTV in iTunes w Vista

    Hi everyone, My new AppleTV will not appear in my iTunes Devices list. I'm trying to connect to the ATV using a Dell Desktop running Vista Home Premium. The ATV and my computer are connected via a Linksys WRT54G2 router. The ATV connects to the inter