Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   A way to make rounded borders around daycare pets? (http://www.mysidiaadoptables.com/forum/showthread.php?t=4252)

Infernette 09-07-2013 01:47 PM

Still need help with this :Q:

Infernette 09-09-2013 04:39 PM

Quote:

Originally Posted by Infernette (Post 27939)
So I managed to get the css border around it- but now It's doing this :
http://i43.tinypic.com/28c33x3.png
when I attempt to add words.


And this is the CSS:
divide{
padding-top: 15px;
height: auto;
border: 2px solid #000000;
border-radius:5px;
background-color: #E1E1E1;

}

What... am I messing up?


Still need to know why it's spitting this out at me D:

Ruinily 09-10-2013 01:52 PM

Um, it kinda looks like its being cropped, can you give them more space? :o I just use this on one of my themes lol, I dont know if it'll give you any ideas but I might as well share it just in case. ^_^'

table {
width:100%;
background:#A7CCE8;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}

Infernette 09-10-2013 08:51 PM

Now it doesn't want to move the words over the other words but the box is encompassing an entire line and not just the paragraph itself.

I believe for now I'll just leave it alone while I'm ahead XD

Tequila 09-10-2013 09:08 PM

Try the table code and apply it to the "td" instead. ;3


All times are GMT -5. The time now is 02:52 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.