I sometimes creating styles in Photoshop. They` re pretty good, but i had one problem. About it later. I will send my styles in gif format as quick i can do, right no there isn` t any time.
When i slice my style and save it as html and image files and i change some field to backgorund images...Yeah, when i doing paragrahps the whole style get moved. I will send picture of this, ofcourse later.
??? Go back, read your message fix all errors so it mkes sence. I really do not know what you are talking about.
This is what I think Avorroch is saying:
I sometimes make make photoshop styles. I think they are good, but I have one problem getting them working when making a web page.
After slicing and saving as html I try to edit the page, but when I do it pushes the image to the side of the text, and not putting the text over the image.
at least thats what I think he/she is trying to get across. It seems to be a simple html question.
Oh and sorry if thats not what you were trying to get across.
-saber
gotcha
I` m sorry, but my English is not good. Thanks.
are you sure you set the image as a background?
I'm guessing your using HTML and your using tables...
in the <table> tags, it should look like this:
| Code: |
<TABLE>
<TD background="http://imageURL.jpg" WIDTH=5 HEIGHT=22>
your text that is over the field...</TD>
</TABLE> |
It should not look like this
| Code: |
<TABLE>
<TD WIDTH=5 HEIGHT=22>
<IMG SRC="http://imageURL.jpg" WIDTH=5 HEIGHT=22 ALT="">your text that is over the field</TD>
</TABLE> |
Tell me if you still have problems. Check that out first.
no, i use Macromedia Dreamweaver. Im sure i set the image as a background. I uste table afcourse. When i write in to the table where belongs contents al other tables move with this one...Im gusse that you doont` t unserstunt me 
finally.... that happens to me:
when make a paragraph the navigation menus move down...Can someone help?
hmm.
I dont think this has anything to do with photoshop, unless you are saying you are doing this in photoshop.
But if you are, then my best guess is that you are on the wrong layer, or you have a specific part selected, and when you type and reach the limmit, it will go down.
Make sure you are on the top layer, and its own text layer. and dont make a box to type in, just click with the text tool, and type, dont click and hold and move to make a box, just click.
Hope this helps.
| Avorroch wrote: |
no, i use Macromedia Dreamweaver. Im sure i set the image as a background. I uste table afcourse. When i write in to the table where belongs contents al other tables move with this one...Im gusse that you doont` t unserstunt me  |
Could you post a picture of what it's supposed to be like?
I can better understand you if you can do so. Thanks.
i guess youa re using dreamweaver as wysiwyg editor, so i cant help you there. just make sure the image is at the bottom as a background image. Usually i use code, so im not sure what the problem is.
i`m so mad...
Look:
I create a layout in Photoshop and slice it in ImageReady, then save optimized as Html and Images, go to Marcomedia, open ne html file where are inserted all images and needed tables. I change preferences, change the box content 2 image to a bg image. When i write in in this box all other tables and images move with it.
Can someone help?
Just lear some basic HTML
http://www.w3schools.com~
I'm pretty sure you'll find something interesting. I have lots to do right now, but when I have the time, I can take a look at your code.
Also, make sure that everythign you do like the tables, each cell should have a set size, not a percentage, unless you know what you are doing.
A basic knowledge of HTML doesn't hurt.
good luck with that.
you can edit the code generated by photoshop..... so you can see the conflict codes... that causes problem in you layout