Jump to content

Nucklehed

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Nucklehed

  1. Hey, guys. Don't know if this really fits THIS forum... but, you guys (and ladies) seem to know how to do EVERYTHING ELSE I ask you, so here goes!In InDesign, I've got text formatted into a table. I want to highlight one word of the text within the table with a 35% gray tint highlight (not an outline or stroke, what I want is a highlight). I guess I'm just stupid, but how do you do this? I'm able to add a fill color to a whole table cell and all of that, but can't figure out how to put a fill color (or highlight color) over just ONE word within the table cell...Anybody? :) Thanks, guys!!

  2. I realize vector images can be made in FLASH... but I'd like to import some art colored with the gradient mesh tool in AI without having to convert to bitmap.Can it be done, guys?

  3. Let's say I have some objects created in vector in Illustrator. I have five layers, each with a vector object on them (5 objects).What's the best way to import these five layers and their contents into FLASH to create a movie? What I'm looking for here is the same, super-crisp vector images to go from Illustrator to flash (preferably with no rasterization).Can it be done? What are my options?Thanks, folks!! :)

  4. Chocolate's right. (Choc's always right, in fact).You should just skip the programs and interfaces and write your own code. You can get all the help you need right here, plus on the links posted above. webmonkey.com is also helpful sometimes.I was trying to design a nice site with GoLive and it just wasn't happening. So, I started using the tutorials here, got a book on XHTML, and now I can ALMOST write my own code (still need plenty of help from time to time). But, if you can learn some HTML basics, the fine folks here will give you all the other help you need to fine tune your site without cruddy programs like Microsoft whatever.It's worth it.One point: If you changed the location of your images (putting them in the new folder, the correct folder) your code likely is still pointing to the old location... Have you viewed your source (specifically your IMG tags) to see where the tags are pointing to? You may now have your images in the right place, but your tags are still looking for the images in the wrong place...

  5. Okay, here's a typical table with one row (I've omitted extra rows for brevity's sake...):<table id="Table_01" width="622" height="1038" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="10"> <img src="images/index_01.gif" width="621" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="1" height="1" alt=""></td> </tr></table>Lets' say I wanted to make "images/index_01.gif" work as a huperlink to www.w3schools.com.Also, I want "images/spacer.gif" work as an email prompt for bob@w3schools.com.I know I need an <a> tag and a href within it. I'm also half-way sure how to write the tags. But, I'm not sure where to slip it into the current code.Can you guys show me? :)

  6. waitaminute...If I put that within the table tag itself, won't that make all of the items in the table hyperlinks? I have several items in the table... I only want ONE item (a graphic slice) to be a link...Also, this seems to work for hyperlinking, but does it also work for e-mail?I really appreciate the help, guys! :)

  7. Help again?How could I say, turn the content in one of these tables/slices into a hyperlink or email link?I create slices in AI, then they become tables in HTML (you knew that). I'd like to be able to turn some of the slices into links...

  8. HI, guys. I'm brand new to web coding. Been using slices in AI to create web page layout. Recently started reading tutorials and such. Have questions from time to time.How about this:What is this tag?<tr>What's it for? :)

×
×
  • Create New...