WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Hmm I'll call this card table Empty Hmm I'll call this card table Tue Aug 03, 2010 7:10 pm

Matti

Matti
Registered Member
Registered Member
I don't know but I'll call this card table. ok here is what I mean with this I have this image Hmm I'll call this card table Omgbag10

and I want the image to be in the table and to write on it so it can look like something like this Hmm I'll call this card table Gold10

If that is possible...

http://csshelp.forumotion.net/

2Hmm I'll call this card table Empty Re: Hmm I'll call this card table Tue Aug 03, 2010 7:49 pm

ankillien

ankillien
Administrator
Administrator
Hey Monk,

This code shall do the trick...

Code:
<style>
.card-table {
width : 300px;
padding : 10px;
color : #FFFFFF;
text-align : center;
background : blue url(http://i35.servimg.com/u/f35/14/65/54/10/omgbag10.png) top repeat-x ;
}
</style>

<div class="card-table">
Your<br />Content<br />Here
</div>

Try it at http://webartzeditor.tk Very Happy

3Hmm I'll call this card table Empty Re: Hmm I'll call this card table Tue Aug 03, 2010 8:51 pm

Matti

Matti
Registered Member
Registered Member
The image isn't showing only the text like this

Your
Content
Here

http://csshelp.forumotion.net/

4Hmm I'll call this card table Empty Re: Hmm I'll call this card table Tue Aug 03, 2010 8:55 pm

ankillien

ankillien
Administrator
Administrator
It is showing up but you may not notice since the length of the box is less. Try this code...

Code:
<style>
.card-table {
width : 300px;
padding : 10px;
color : #FFFFFF;
text-align : center;
background : blue url(http://i35.servimg.com/u/f35/14/65/54/10/omgbag10.png) top repeat-x ;
}
</style>

<div class="card-table">
Your<br />Content<br />Here<br />
Your<br />Content<br />Here<br />
Your<br />Content<br />Here<br />
</div>

It can take some time for the image to load.

5Hmm I'll call this card table Empty Re: Hmm I'll call this card table Wed Aug 04, 2010 6:33 pm

Matti

Matti
Registered Member
Registered Member
Still not showing...

http://csshelp.forumotion.net/

6Hmm I'll call this card table Empty Re: Hmm I'll call this card table Wed Aug 04, 2010 7:32 pm

ankillien

ankillien
Administrator
Administrator
I've tried it and it works for me.
Make sure you put the code in "Code" mode in the editor.
Or try it on some HTML page.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum