Alliedassault

Alliedassault (alliedassault.us/index.php)
-   Offtopic (alliedassault.us/forumdisplay.php?f=13)
-   -   HTML help (alliedassault.us/showthread.php?t=46487)

Poseidon 05-27-2005 11:07 AM

Quote:

Originally Posted by Zoner
You could also try setting that image as the background of its cell in the table...like so:

[code:59d14]<td background="images/window_03.gif" width="314" height="274">TEXT GOES HERE</td>[/code:59d14]

Thats the way i'd have done it

Judas 05-27-2005 02:05 PM

it works but its not valid html

from : http://validator.w3.org/

Line 29, column 30: there is no attribute "BACKGROUND"
<td background="images/window_03.gif" width="314" height="274">TE

Proteus 05-27-2005 02:11 PM

Uuuum on all of my websites I use iframes:

[code:99f7b]<iframe src="home.html" name="iframe" frameborder="0" width="" height=""></iframe>[/code:99f7b]

And when you try to link something it would look like:

[code:99f7b]<a href="home.html" target="iframe">[/code:99f7b]

That makes it load in the iframe. If you need help (if you even try this method) catch me on aim.

Usually you just put that code in place of your image that you want to have the iframe over, and then make the image you replaced the background of all your pages so it gives the effect of the text being over it. It's basically a page inside a page, so it saves the time of loading all the same images over again. Very easy when you get the hang of things.

Zoner 05-27-2005 02:47 PM

Quote:

Originally Posted by Judas
it works but its not valid html

from : http://validator.w3.org/

Line 29, column 30: there is no attribute "BACKGROUND"
<td background="images/window_03.gif" width="314" height="274">TE

Valid or not, it works. *shrug*

lasagna 05-27-2005 02:48 PM

Quote:

Originally Posted by Zoner
Quote:

Originally Posted by Judas
it works but its not valid html

from : http://validator.w3.org/

Line 29, column 30: there is no attribute "BACKGROUND"
<td background="images/window_03.gif" width="314" height="274">TE

Valid or not, it works. *shrug*

ZONERTOTHERESCUEEE

Zoner 05-27-2005 02:55 PM

[img]http://www.latelatecrew.net/zoner/zonesignal.jpg[/img]

Coleman 05-27-2005 02:57 PM

+1 ha

Mr.Buttocks 05-27-2005 03:00 PM

Quote:

Originally Posted by Coleman
+1 ha


-1 Sycophant.

imported_Grim_Reaper 05-31-2005 08:18 PM

Not too sure if this is what Proteus was talking about but now I am finishing up the site and so forth and also making a new one for something else. I am using the code Judas posted. How can I make it so that area with the text has its own scrollbars and whatever so I can always add more and more info and I can just scroll that area to read it?

TonyMontana 05-31-2005 08:24 PM

Yeah, it's exactly what Proteus was talking about. It's called an Iframe. Use the code he provided

imported_Grim_Reaper 05-31-2005 08:25 PM

Ok cool, I wasn't too sure.

imported_Grim_Reaper 05-31-2005 08:37 PM

I am not doing this right, how would I go about making that image the background for it and adding text over it? The code is on the first page...

Judas 05-31-2005 09:14 PM

i ve never used iframes before but ... you can use that style sheet with any tag that supports the class attribute. so if you use iframe what ever tag holds the image just use class="content_cell" and it will work the same way.


All times are GMT -6. The time now is 07:57 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.