Help wanted for making a picture page in Dreamweaver.

Hi for my site www.dorff.nl i want to make a page full wilth pictures..
I want to make it so my client can add pictures to this site himself with cushy.
Ive just add cushy to the whole site.. so now i want to add a page full with images.. who knows how to do this is an easy and simple way...
Regards  Brian

Hi Nancy, as you can see ive bin able to manage the photopage on my site. but i can get it right mabey you can see whats wrong.. first of all. how can i add pictures to it? if i replace the text to the photos name nothing happened. and i want it editable so that my client can add some pictures himself. ive worked with cushy but i can get it right. can you see what i do wrong?
regards Brian
http://www.dorff.nl/photos.html
1) Hit File > New HTML page.
2) Switch to code view.
3) Highlight all the code (Ctrl+A) and hit Delete key.
4) Copy and paste this code into your new page. Change images to your own.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CSS Semi-Liquid Proof Sheet</title>
<style type="text/css" media="all">
body {
margin:0;
padding:0;
font: 1em/1.5 "Lucida Sans", "Lucida Sans Unicode";
background: silver;
text-align:center;
/*this styles the container*/
#thumbs {
width: 80%;
min-width: 500px;
max-width: 1200px;
margin: 0 auto; /*centers on screen*/
background: #FFF;
/*this styles the images*/
#thumbs img {
margin: 12px;
padding: 25px;
border: 1px solid silver
</style>
</head>
<body>
h2. CSS Semi-Liquid Proof Sheet
<div id="thumbs">
</div>
</body>
</html>
5) Hit File > SaveAs filename.html

Similar Messages

  • Adobe for making comic book pages

    Best Adobe product for me?
    Afternoon,  I am a graphic novel writer & comic designer.
    I have been told that many of Adobe's products can be used
    to create drafts for comic book pages. But some people tell me
    Illustrator is the best, others say In Design is the way to go and
    I have even heard Photoshop works as well. I guess I am just
    look for some advice from a Adobe expert. What Adobe product would you recommend to use for making comic book pages?

    Well, definitely not Acrobat (this is the Acrobat forum).
    Pros don't use one program, and a huge beginner mistake is to try and find that one program that pros use and then try to do everything in it. All three of the products you mention are used:
    Photoshop - raster drawing; dealing with scans; preparing web graphics
    Illustrator - vector drawing and decorative text
    InDesign - not an artists tool, used to assemble content make in Photoshop and Illustrator, and create bodies of text.
    Some artists design on the computer (which is every bit as artistic, but a different skill than working on paper)
    Some artists design on paper and just scan
    Some mix, e.g. outline on paper, colour and letter on screen.
    I recommend an introductory hands-on course where you get to see the basics of all three.

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • Need Help Urgently For Displaying RESULTS PER PAGE

    i am comiling a serch engine throgh JSDK servlets and using a personal Oracle database. i currently have over 2000 records and when they are returned they are all being returned in one big table. i am trying to get the servlet to display so many results per page, for example 30 per page. I am at a loss on how to do this and have tried a number of methods, i urgently need to find a way of doing this as it is for a Major school project. I hope someone can help me i would be extremly greatful if someone could. Please
    Thanks

    Hello --
    One way to do this would be something like this:
    1. Start out with a page where filtering parameters could be entered, submit to the servlet with a starting position of 0.
    2. Grab all the rows from the oracle database, toss them in an array.
    3. Draw items in a table from the starting position to the number of entries per page from the array.
    4. Put a Previous and Next button on the results page to submit back to the servlet in step 2 where the starting position is the current position - number of results per page for previous, next is the has a starting position of current position + number of results per page. You'll want to do range checking, etc on this.
    The key trick is to ask one servlet to do steps 2-4. I've used hidden variables on the form with some javascript to set the new starting parameter for previous and next. You could assemble a URL in javascript also.
    There are probably slicker ways to do this, but for 2000 rows, it should probably work well enough.
    Good luck.
    Donn

  • Help wanted for modifying script

    This is a new request following an answer from an earlier thread.
    I have got written permition from Steve Wareham to use his script, and get it modifyed to suit my needs. I offered him to do the job for me, but he asked me to pass it on. I don't know anything about scripting, so I would like someone to do the job for me.
    The script is this one from the earlier discussion no. 5799917, kindly modified and posted by Vandy88: http://forums.adobe.com/message/5799917#5799917
    As mentioned in the end, I would like to recieve help on having the script modified to have another option in the dialogbox "Perform operation on" where I can chose a page range for the script to be affecting?
    ie: From page ____ to page ____ .
    I want to use this on long documents with step-by-step instructions, where I sometimes need to remove a step in the middle, and therefore need the numbers changed for the rest of the document. The textboxes with numbers are using Paragraph Styles and are not linked. Due to other reasons it is not a solution to just link the textflow.
    I will pay a reasonable fee for help on this. Please include an estimate on the cost for re-scripting this.
    It needs to work on InDesign CS6 (IE version) and preferable on CC too.

    This is a new request following an answer from an earlier thread.
    I have got written permition from Steve Wareham to use his script, and get it modifyed to suit my needs. I offered him to do the job for me, but he asked me to pass it on. I don't know anything about scripting, so I would like someone to do the job for me.
    The script is this one from the earlier discussion no. 5799917, kindly modified and posted by Vandy88: http://forums.adobe.com/message/5799917#5799917
    As mentioned in the end, I would like to recieve help on having the script modified to have another option in the dialogbox "Perform operation on" where I can chose a page range for the script to be affecting?
    ie: From page ____ to page ____ .
    I want to use this on long documents with step-by-step instructions, where I sometimes need to remove a step in the middle, and therefore need the numbers changed for the rest of the document. The textboxes with numbers are using Paragraph Styles and are not linked. Due to other reasons it is not a solution to just link the textflow.
    I will pay a reasonable fee for help on this. Please include an estimate on the cost for re-scripting this.
    It needs to work on InDesign CS6 (IE version) and preferable on CC too.

  • URGENT -- Help wanted for ADF/UIX

    Hi,
    I am a newbie in this field -- so any help would be greatly appreciated. Following is the scenario that I am struggling with:
    I've two tables, Customer(ID and Name are the columns) and Address (ID (foreign key from customer), address, city are the columns).
    I want to be able to display all the fields of Customer and Address table on the same page as a input form and let the user have the ability to enter the customer and address at the same time. On Submit, I want to first save the data into the customer table and then the address information in the address table.
    I tried to use UIX and tried dropping in CustomerAddress View in the page, but all I get are the labels, no input fields.
    Can anyone please suggest what should I do?? Thanks in advance.
    Jatinder

    Did you ever figure this out?
    Jeanne

  • Help wanted for installing DW CS5.5

    Hi!
    I bought Dream Weaver from Adobe.com about two years ago. Resently I bought a new computer, and I would like the program to be on this computer. So... Can anyone provide me with a link to download of a Dream Weaver CS5.5 trialverision for Mac?
    I only can seem to find links, that take me back to the adobe website, whitch doesn't have the installation available.
    Best regards
    J

    Hi MissJB,
    Please try downloading Dreamweaver CS5.5 from the Direct Download Links available at : http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    But make sure you follow the important instructions on the page before initiating the download.

  • Help needed for making a copy of a table .

    Hi ,
    I have a table , which is consisting for nearly 20 columns .
    I want to make a Copy of that table with data or without data anything will be fine .
    Please tell me how can i make that ??
    Is there any option available for that ??
    Thank you .

    CREATE TABLE MY_COPY AS SELECT * FROM ORIG_TABLE WHERE 1=2;will create a copy of ORIG_TABLE without rows,indexes,constraints.
    CREATE TABLE MY_COPY AS SELECT * FROM ORIG_TABLE ;will create a copy of ORIG_TABLE with rows but without indexes and constraints. This would be acceptable if the table is small. Else, create an empty table (as above) and then use
    ALTER TABLE MY_COPY NOLOGGING;
    INSERT /*+ APPEND */ INTO MY_COPY SELECT * FROM ORIG_TABLE ;(Optionally, add PARALLEL Hints to the INSERT and SELECT.
    You can use Export and Import utilities to create a copy of table with options to include or exclude rows, constraints, indexes.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • When I follow the directions for making a blank page my home page, nothing happens. Now what?

    The tutorial directions tell me that if I want a blank page as my home page then I should open a new tab and drag&drop the icon over the "home" button on the right. Nothing happens.

    The way I did it was like this.
    In the location bar, type '''about:blank '''and hit Enter.
    Then click the orange Firefox button and go to '''Options '''| '''Options '''| '''General'''.
    Make sure it says "'''Show My home page'''" in the drop down menu at the top and then click the button called "'''Use Current Tabs'''".

  • Help wanted for beginner

    Is there anyone out there willing to answer a few questions on configuring iPlanet 5.x for Master-Slave replication? I don't know what I did wrong, but I can't bind using the Replication Wizard on the master. I get the Warning:
    Consumer server unreachable or invalid credentials supplied.
    Unable to perform subtree duplication verification.
    Thanks!

    I was able to do this successfully - just followed the manual verbatim.
    Is the special user entry you created on the consumer at the correct location? Quoting from the manual, "This entry must not be part of the replicated database. For example, you could use cn=Replication Manager,cn=config <snip>"
    Let me know if this works for you.
    Smarto

  • CRVS2010 Beta - Help Wanted for VS2010 and CR!

    I have been having a hard time getting CR to appear in the VS2010 Ultimate toolbox. I have set the target to Framework 4.0 and installed the CR4VS2010 program but the CR viewer is not showing.
    The problem is worsened by the fact that I am new to CR anyway.
    I really have been banging my head against a brick wall.
    Is there anyway to check the actual installation of CR? The Control Panel says 2008 was installed. Are there any tips about VS2010 and CR working?
    Also are there any books about VS2010 and CR? I saw a lot of CR books but there were not about VS2010.
    Thanks.
    Edited by: Ludek Uher on Jun 17, 2010 8:34 AM

    Solution: re-installed cr4VS2010 and then checked Control Panel to ensure Crystal Reports 2010 was installed. The installation is very long and I think before it had not fully installed as especially the progress bar shows 100% but the installing continues.

  • Can you help me for give me serial number adobe dreamweaver cc 2014

    serial number dreamweaver cc 2014

    Hi Achmad,
    For Creative Cloud applications, there are no serial numbers. You need an Adobe ID and have to purchase the software through your Adobe ID. When you log into the Creative Cloud application, the software matches your ID with  your purchased software and makes them available for download.
    Thanks,
    Preran

  • Making book with aperture..when moving pictures from book, where do they go? I wanted to move a picture to another page

    I am making a book using Aperture.  During the production process, when I want to replace a picture, or move it to another location in the book, as I click and move it out of the book, it "disappears". (In I Photo 11 it returned to my list of available pictures).
    Where are these pictures?  How can I retrieve them?

    Hello,
    how do you "click and move the image out of the book"?
    If I have added an image to a book page and want it removed and maybe added to a different page, then I ctrl-click the image on the book page and select "cut content", delete  or "copy content" (or I select it and press the delete key). Then the image will reappear in the film strip below the book pages and I can drag it to a different page (or I can paste it directy onto a different page if I selectes "copy..".
    If I on the other hand deleted an image from the film strip below the book, then the image will be gone from the book completely. How is this different for you?
    Regards,
    Léonie

  • My ipod touch is disabled for 22 million minutes and I want to fix it but I dont want to lose my pictures and everything else. Help please

    my ipod touch is disabled for 22 million minutes and I want to fix it but I dont want to lose my pictures and everything else. Help please I dont remember the last time I updated it. Idk I think its been a year in an half since I known about it being disabled. What do I do? Im scared to restore it because I dont want to lose my stuff.

    You have to restore and thus erase your iPod. that is how it works.
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                        
    If recovery mode does not work try DFU mode.                       
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings       
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up    
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store       
    Photos
    - If they are in an iPod backup then restore from that backup. See the restore topic of:
    iOS: How to back up
    - If they are in the iTunes backup then get them from the backup by:
    Recover iPhone, iPad or iPod photos from backups with Picturescue
    - If you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer

  • HT5557 Using IBook, I can't seem to figure out how to insert a blank page inbetween pages that are already set up, like if you want to add some pictures or something.  Anyone have any tips on this?  Thanks, Mark

    Using IBook, I can't seem to figure out how to insert a blank page inbetween pages that are already set up, like if you want to add some pictures or something.  Anyone have any tips on this?  Thanks, Mark

    To enable the form to be signed in Reader you will need to open the form in Acrobat; goto Advanced>Enable Usage Rights and then save this copy of the form for sending out to the users.
    The user should then be able to edit and digitally sign the form. They can then email the signed/saved pdf as a browsed for attachment or via the email icon in the toolbar. Note - if you have created an email submit button on the form, then unless they have Acrobat they could only return an xml file.
    The other way to do this however is to create a dataset by 'distributing' the form. This time the Email Return button will send back a full version of the form. During the distribution setup you will have the option to email the form directly or to save it and send it later,so you can send to users as and when or even post it to a website or intranet.
    When you receive and open the returned form it will ask whether you want to add it to the predetermined dataset (or if you want to categorise the returns into geographical areas for example, you could create new additional datasets at this point). If the form is data heavy however, the dataset will become very large and unwieldy pretty quickly, but you can export the data from it (including signatures) in xml format and import this into an Excel spreadsheet.
    To simplify the Excel xml import process I'd recommend you carefully structure your form in the hierarchy (LiveCycle) into the order you would want the data items to appear in your spreadsheet and switch off those data items that you will not need by setting the default binding for the irrelevant fields to "None".
    Clear as mud? Hope this helps.

Maybe you are looking for

  • How do I delete old photo's that has been transferred to my Iphone a year ago not by itunes?

    When i switched to iphone the old photos from my BB are transferred to my iphone, not by itunes, through another method which i don't remember. but now that i want to delete them but it does not give me the option. the albums are camera and pictures.

  • Using flat file to upload in ABAP. Please help. Urgent

    Hi all, I am using a CSV excel file to upload some data to my ABAP program. Thje file contains material numbers as one of the fields. But if I enter the material number 11910892E80, excel converts it to  1.19E+87. Since I am using this file in the pr

  • SQL Injection and cfqueryparam

    I was told to look into <cfqueryparam> to assist in fighting sql-injection and it makes perfect sense, up until I thought of a different scenario... This tag seems great when you are dealing with numbers or text that you can restrict the number of ch

  • No Value could be determined for variable ZCE0018

    Hi experts, I am getting an error while running reports for few selections on Sales Org.(without giving site/store) as below It is working fine with some other sales org. *Selection covers data from multiple comp.codes which carry more than one Fisc.

  • Where is reader button?

    I'm not seeing a reader button in the address bar. Does it only display under certain conditions and if so when would that be?