|
Author |
Message |
kevC
Joined: 04 Aug 2004
Posts: 1
|
Posted: Wed Aug 04, 2004 12:58 pm Post subject: newbie ? |
|
|
i have created a one page web page in PS and have tried to upload it onto the web host i have, but when i do, all that i see are the frames or slices i created around the text. i can't figure out what i've done wrong.
i previewed the page prior to saving, as html, and it looks fine., but when i upload it none of the text or the one image (gif) i have shows up.
can anyone help or point me in the right direction to correct? |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Wed Aug 04, 2004 2:56 pm Post subject: |
|
|
Can you post a link to the site? _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
vel
Joined: 05 Oct 2004
Posts: 339
Location: oc|ca|usa
|
Posted: Tue Oct 05, 2004 5:59 pm Post subject: solution |
|
|
after you sliced ur site in image ready.. or wherever, did u save optimized as? this makes a folder called "images" wherever u save the core website, and then go "preview in internet explorer".. that gives u the actual HTML for your website, with all the slices u have done. It already makes ur tables...
I THINK what your problem is(ive ran into this before).. after you get ur text, all the images in the generated file have this:
Code: | <HTML>
<HEAD>
<TITLE>untitled</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (index.html) -->
<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="images/index_01.gif" WIDTH=600 HEIGHT=178 ALT="">
</TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_02.gif" WIDTH=600 HEIGHT=226 ALT="">
</TD>
</TR>
|
see the quoted images: index_01.gif and index_02.gif? well the "images/" part is what's holdin u back from a beautiful site.. make sure to delete "images/" in your HTML editor, and the world, will be 10 times easier. the host thinks u have these slices stored in your "images" folder, and unless u have one, the host wont understand
this was my problem, hope this helps _________________ postcount++; |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Tue Oct 05, 2004 10:50 pm Post subject: |
|
|
It actually has nothing to do with the host. The browser is looking for the images in the "images" folder. I would recommend using an images folder anyway as it helps a lot in keeping your files organized on the server. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
|