Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 25th, 2003, 06:11 PM
stage_watchman's Avatar
stage_watchman stage_watchman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: europe
Posts: 274 stage_watchman Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 20 h 51 m 55 sec
Reputation Power: 0
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...

Reply With Quote
  #2  
Old December 1st, 2003, 11:39 AM
asdruble asdruble is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Sao Paulo - Brasil
Posts: 23 asdruble User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to asdruble
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!

Reply With Quote
  #3  
Old December 8th, 2003, 10:52 PM
cliffhanger9's Avatar
cliffhanger9 cliffhanger9 is offline
fortin bra?
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: city of sin, state of the art
Posts: 416 cliffhanger9 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 18 h 22 m 19 sec
Reputation Power: 0
Send a message via ICQ to cliffhanger9 Send a message via AIM to cliffhanger9 Send a message via MSN to cliffhanger9 Send a message via Yahoo to cliffhanger9
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-

Reply With Quote
  #4  
Old December 8th, 2003, 11:06 PM
stage_watchman's Avatar
stage_watchman stage_watchman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: europe
Posts: 274 stage_watchman Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 20 h 51 m 55 sec
Reputation Power: 0
Lightbulb

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
Attached Files
File Type: zip templ.zip (367.2 KB, 242 views)

Reply With Quote
  #5  
Old December 10th, 2003, 02:00 PM
INF INF is offline
Standards User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 146 INF User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 4 sec
Reputation Power: 6
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>

Reply With Quote
  #6  
Old December 10th, 2003, 02:26 PM
stage_watchman's Avatar
stage_watchman stage_watchman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: europe
Posts: 274 stage_watchman Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 20 h 51 m 55 sec
Reputation Power: 0
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

Reply With Quote
  #7  
Old December 11th, 2003, 12:00 AM
INF INF is offline
Standards User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 146 INF User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 4 sec
Reputation Power: 6
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.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > Template creating ...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway