It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

News

Log In Sponsors
Partner Sites
Wonderfull city of Barcelona has all the quality hotel rooms
We can Unlock iPhone 3G 2G 2.2.1 with our solution

ThatBigForum

Re: Photoshop/using the Slice tool



Well, you can't put text over an image in html. However, you can make a it a background image using css and then write over it.

For example:
<div style="background-image:url(images/background.jpg) width:*px; height*px;><a href="mylink.html"><p style="margin-top:*px; margin-left:*px;">Link Text!</p></a></div>
(Note: try different numbers for your margins until the text lines up with where you want it to show up. Also, set your width and height to the width and height of the background image.)

There is a way that you could literally cut a hole for text to fit, but I wouldn't recommend it. you could cut the image into four pieces, a top, 3 middles pieces and a bottom. Then when you put the pieces online use a table to place the images. For the very middle table cell, just leave out that image that you cut out so you will only be using 4 pieces of the cut out image (top, middle-left, middle-right, and bottom). Then you can place your text in that middle table cell.

Hopefully this helps you and best of luck getting what you need!

Click here to read the whole forum topic