Welcome to TalkGraphics.com
Page 6 of 24 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 239
  1. #51
    Join Date
    Oct 2006
    Location
    Tampa Bay, Florida
    Posts
    1,341

    Default Re: Show Us Your Website!

    Sledger

    Maybe you should change the topic to read:
    Show us your V4 website

  2. #52

    Default Re: Show Us Your Website!

    Repelling text worked fine for me on the Drillnorth site. But I avoided Verdana (esp at 9pt - although I much prefer verdana) due to the way the various browsers handle font rendering. Other fonts (I stuck with arial) seem fine cross-browser.

  3. #53
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Show Us Your Website!

    I had a bit of a problem when fully justifying text, so I used left align.
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  4. #54
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Show Us Your Website!

    Hi BONES,
    the problem you have encountered and reported in another thread is already fixed. You should be able to export your site perfectly with latter updates. Sorry for that.

    But you can also work it around with older version too. There are a lot of named objects in your design. It is important to understand, that all object names have special meaning for the HTML export. For example, you should not set a common name to multiple objects except in case of special names (JPEG, PNG, title="", alt="", flash="", swfobject="", img=""). All the other object names are exported as the tagret anchors. To much of them could upset older version of html export, and that what happened with your design. Try to remove all those names and then export.

    Thank you.
    John.

  5. #55
    Join Date
    Nov 2000
    Location
    Surrey, UK
    Posts
    440

    Default Re: Show Us Your Website!

    Hi John:
    Is it possible to define something as a JPEG and give it a 'title='

    I have tried but can't seem to do it.

  6. #56

    Default Re: Show Us Your Website!

    Hi Sqeaky.

    Look in the Help file under HTML.

    There it's explained how to add ALT and TITLE attributes to images.

    (The help file calls them "Alt" and "Title" tags which is wrong, they are attributes applied to the <IMG tag)

  7. #57
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Show Us Your Website!

    Hi Sqeaky,
    of course you can!
    You just need to add two names to the object:
    JPEG
    title="My tilte!"
    John.

  8. #58
    Join Date
    Nov 2000
    Location
    Surrey, UK
    Posts
    440

    Default Re: Show Us Your Website!

    AH, you mean I can add different names to the same object. I was trying to add all the names separated by commas in one name tag.

    A couple of lines about this in the manual might help if there is anyone else as dim as me out there :-)

    What exactly does the IMG tab do as opposed to the Title and Alt tags?

  9. #59

    Default Re: Show Us Your Website!

    squeaky, alt and title are not tags.
    You don't need to worry about the (real) <IMG tag in Xtreme, it's done automatically when exporting, it's not something you need to add anywhere.

    But FYI, the image tag looks like this:

    <img src=picture.jpg>

    It's a tag because it starts with a 'lesser-than' symbol '<' and ends with a 'greater-than' symbol '>'.
    alt or title are 'attributes' which add things to the image properties. For example;

    <img src="picture.jpg" alt="picture of a rabbit">
    This will show the words 'Picture of a rabbit' on the page when the browser cannot show the actual image.

    <img src="picture.jpg" title="picture of a rabbit">
    This will show the words 'Picture of a rabbit' as a tooltip when you hover the mouse over the image on the page.

    <img src="picture.jpg" alt="picture of a rabbit" title="picture of a rabbit">
    This will show the words 'Picture of a rabbit' on the page when the browser cannot show the actual image AND show the words 'Picture of a rabbit' as a tooltip when you hover the mouse over the image on the page.
    Last edited by steve.ledger; 22 April 2008 at 06:02 PM. Reason: typos

  10. #60
    Join Date
    Nov 2000
    Location
    Surrey, UK
    Posts
    440

    Smile Re: Show Us Your Website!

    Thanks for that.
    I've only done Flash sites before and this HTML stuff is a bit alien to me.
    Too many words, not enough pictures!

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •