Warning: fopen(graphic_design/files/thread-1036-1.txt) [function.fopen]: failed to open stream: Permission denied in /graphic_design/global.php on line 421
file NOT opened positioning... -
PDA

View Full Version : positioning...


Ed Hall
06-10-2004, 05:27 PM
This is a positioning question not so much with layout but with images.

Do I do the same thing with images as I would do with a content box?

If so how do I set that up image tags and css.

Thanks

here is an example of how far I've gotten so far. Both are Valid just checked them out... I'm pretty stoked about that actually :)

http://www.8-media.com/temp/test.html


This is the actual layout but colors and images will change and be applied after I get the layout squared away.

meashman
06-10-2004, 07:12 PM
Hmmm, I'm not exactly sure what you're asking...but I usually incorporate images by creating a named div for them and then setting the image as the background. That is if the image is part of the layout...Otherwise you'd just use an img src tag, but make sure you end it, like this (the space and slash at the end is what I'm referring to):

<img src="URL of image" alt="alt text" title="title text" />

Ed Hall
06-11-2004, 12:06 PM
ok I guess I'll just have to do it that way. thanks