|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Template creating ...
Hello friend,,,
a question to the templates GURUS. i use Fireworks to create template, (the pictures only). my question is, let say i have tamplate created in firewroks and sliced in more than 1 parts, i need that created picture as my website, :how do i do that? i know how to add text(contents) over the pictures, but let say i have login form pictures created in fireworks sliced in more than 1 parts. now how do i bring the login input field to the right position, hope u understand my problems, i dont have any problems with creating/editing pictures or with HTML form ect. my problem is doing a website with my created pictures ... i cant explain it better, hope u understand -many thanks in advance -stagy
__________________
hmm... |
|
#2
|
|||
|
|||
|
im not sure i understood completely your question, but hummm... from what i could comprehend, ure are not being able to put the sliced images into the right position...
well, for that, i simply use tables inside of eachother (it depends, of course...), but thats mainly it... could that be of any use? if u need some help (and i hope i can aid) u can catch my uin or my e-mail! |
|
#3
|
||||
|
||||
|
dont knwo fireworks but assume u can do similar stuff as with photoshop...once you slice it can you save it as html?
if so then do that and go back into the htl tables that it sets up and insert iframes or your form feilds in the places that you want them! good lucky and rock on!! ![]()
__________________
"I hate quotations." -ralph waldo emerson- |
|
#4
|
||||
|
||||
|
thanks for the reply,
yesterday, i tried some stuff, designed an image and sliced saved as html, then i opened it in dreamweaver, and wantet do put text field over the design, the problem was, everything i want add over the design, everythings comes automaticly to the bottom area, please download the zip file, give me a short text tutorial for me, how do i get my content over the design? many many thanks in advance, -stagy |
|
#5
|
|||
|
|||
|
Nice hottie!
If you want to place content OVER an image, You'll need to use the image as a background image. Then use CSS to position you're form inputs. Like so: Code:
<td rowspan="5" colspan="6" style="background-image:url(images/1login_r1_c1.png);width:344;height:109;"> <input type="text" name="user" style="margin-left:155px;margin-top:42px;"><br> <input type="password" name="pass" style="margin-left:155px;margin-top:10px;"> </td> |
|
#6
|
||||
|
||||
|
INF, thanks for you great reply,
is this a professional way? do i have to write CSS code always? isnt there any way in Dreamweaver MX or frontpage to do it easy, than typing CSS code? once again, in DM, while editing the page , codes ect. it looks like something worng but when preview it in IE looks good. thanks again for your help, is there any good tutorials about this probelm? waiting for your answer, many thanks for you reply, -stagy |
|
#7
|
|||
|
|||
|
The way your image was sliced, that was the only way I could think of.
You could slice the images exactly where your form inputs would go, and it might make it a bit easier for you. Slice them in a nice simple table format, and you wouldn't need any CSS. Normally I use the code view, but I wrote that with DWMX in the half and half view and it was previewing fine. You will have to click onto the WYSIWG screen for it to refresh the changes you've made to the code. Search Google, there are plenty of great tutorials on DW and Fireworks. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Template creating ... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|