What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Loading Interest

  • Thread starter Thread starter (PSD) Sergiy
  • Start date Start date

P

(PSD) Sergiy

Guest
Hello friends,

Here is new Web Site I`m doing for a Customer, there is a flash version goes together with it when i will finish with it, i will provide a link.

Anyway, here is my question:

- When you follow this link, you will see a Web Site, which will load. PLEASE TAKE A LOOK ON HOW IT LOADS, and if you have any clue or idea, how to make it load without slices, as a whole, PLEASE SHARE! I mean i really hate the slices loading...

http://psddesign.land.ru/index.html
 
Serge

One more, every time i type some text and apply it to the page, i cannot select it, its like a a background and one word take up like 20kb, any suggestions?
 
When you type text in your graphics editor, and save it. It saves it as an image. You need to take out your center grey image and make that in iframe with a grey background. Then open up that html file and add text in there.

So you will have to reslice your site. You need to slice your grey content area so its a seperate slice that just contains the grey box.

And then in your main index.html file (once you've exported the new html file) you need to replace the center grey image with

<iframe src="main.html" name="main" width="widthofimageslice" height=heightofimageslice" scrolling="auto" frameborder="0" border="0"></iframe>

Then open up main.html and make the background the grey colour and add all your text in there. Also, for each link you need to add in target="main". "Main" becuase that is what we used for a name up in the iframe code.

For the slow loading. It loads like that because your server may be slow. I know that there are image pre-load scripts out there somewhere. Google it.

If that is confusing, you can email/pm/add me to msn.

msn and email - judbeasley@gmail.com

Hope this helps.
 
Serge

Thanks j-kite for explanation

I have figured out different way, by using a Dreamwaver, it is much easier and faster for that part of work.

Anyway, thanks. I will keep this method in my minds 8))
 

Back
Top