|
Author |
Message |
pfx
Joined: 08 Oct 2004
Posts: 2
Location: wirral
|
Posted: Fri Oct 08, 2004 1:07 pm Post subject: photoshop slicing and uploading |
|
|
hey, im new to this and only have a rough idea what to do...
i have made a template in photoshop and i have sliced it up in photoshop, and then selected 'save for web' where i selected to save it as 'html and images' i then went to dreamweaver and uploaded the template as index.html and then uploaded the sliced images, but when i go to view it on the web it shows where the sliced images should go but it just shows a white box with a small red cross... does anyone have any idea how i can upload my template and the sliced images?!
Thanks, Roy |
|
|
|
|
felix
Joined: 06 Oct 2004
Posts: 15
|
Posted: Fri Oct 08, 2004 2:21 pm Post subject: |
|
|
the red x boxes mean that the links to those pictures are broken. double check the code. |
|
|
|
|
felix
Joined: 06 Oct 2004
Posts: 15
|
Posted: Fri Oct 08, 2004 2:21 pm Post subject: |
|
|
the red x boxes mean that the links to those pictures are broken. double check the code. |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Fri Oct 08, 2004 7:59 pm Post subject: |
|
|
make sure you put the images in an images folder.
If the image tags look like this:
Code: | <img src="images/image.gif" height="200" width="300"> |
Then the images need to be in a folder called "images". _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
pfx
Joined: 08 Oct 2004
Posts: 2
Location: wirral
|
Posted: Sat Oct 09, 2004 4:47 pm Post subject: |
|
|
yeah all the images are saved in a folder called 'images, and your right, mine does look like what copied and pasted from DW but i stil cant figure it out, its still giving me the same white boxes with red crosses =( |
|
|
|
|
webguy
Joined: 25 Aug 2004
Posts: 165
Location: Canada
|
Posted: Mon Oct 11, 2004 12:07 am Post subject: |
|
|
if you can post a link to your website one of use could take a better look at the website code.
However if you can't post a link you might want to check that dreamweaver didn't change the folder layout or rename any files. _________________ Providing small business with high quality affordable websites:
Alberta Custom Websites
Keep up todate with latest virus scares, google, microsoft, linspire and more:
Web and Technology News |
|
|
|
|
felix
Joined: 06 Oct 2004
Posts: 15
|
Posted: Mon Oct 11, 2004 9:28 am Post subject: |
|
|
if you uploaded thru FTP software, double check the names of the images. if they have upper-case letters, sometimes FTP software will convert to lower-case. |
|
|
|
|
|