inherit
177972
0
May 15, 2016 0:17:29 GMT -8
Elaina
161
March 2012
kitakin
|
Post by Elaina on Jun 10, 2013 5:05:29 GMT -8
I'm attempting to remake an old template I used for character applications on a previous forum. In my attempts to work out v5 I can't figure out how to make the background color to extend around the image too instead of just the text next to it. I don't know what's wrong with the table tags but if someone could help me fix those that would be a big help too >< genevo.proboards.com/thread/8/character-applicationThe link to the actual template Update: I fixed the table tags, I think? And I at one point fixed the background color to cover the rest of the icon as well, but I wanted to be able to put text outside of that area (which will serve as a header for the application). I posted some text on the outside of the colored area so it shows how I'd like it to be, but I just need the rest of the icon to be covered by contrast color. -Also, The padding to the right of the icon needs to be adjusted because the right border of the template is black as well and with it touching it just looks like a thick black line rather then the icon being separated from the right border. I'm unsure of how to move it ^^"
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 10, 2013 23:50:29 GMT -8
I'd put a height in the div that has the background. Should be around 130px or a bit less I should think. In the image div you'll probably want to add margins to both left and right:
margin: 0px 4px 0px 4px;
(It goes 0px for the top and then clockwise for the rest (top, right, bottom, left)
|
|
inherit
177972
0
May 15, 2016 0:17:29 GMT -8
Elaina
161
March 2012
kitakin
|
Post by Elaina on Jun 11, 2013 4:28:50 GMT -8
Ah thanks for the help, it worked like a charm~
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 11, 2013 6:59:23 GMT -8
You're welcome. Have fun with your site.
|
|