![]()  | 
	
| Home Community Mys-Script Creative Off-Topic | 
		
			
  | 
	|||||||
![]()  | 
	
	
| 
		 | 
	Thread Tools | Display Modes | 
| 
	 | 
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			I've been trying to make a rounded border around daycare pets (and various other things I'm working to use it on!) and I've tried the <p style> one, and it has no syntax errors but it just doesn't show. Is there anyway to do this?  
		
		
		
		
		
		
			
		
		
		
		
		
	
	Thank you for any help, <3  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			You can't just use <td style="border-radius:15px;"> for it? Build a table around the daycare system..? ((I'm really exhausted so I might not be logical right now)).
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	My Mods Site (1.3.4, 2020 Mods)  | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			I'm trying to get it around each egg in the daycare, so I don't know if that'd work XD
		 
		
		
		
		
		
		
			
		
		
		
		
		
	
	 | 
| 
		 
			 
			#4  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Adding borders to images? It can be done in the CSS but not sure if would affect every image in the site. HTML has a border attribute by default ('<img src="<?php echo $adopt->getImage("gui") ?>" width="" height="" border="" alt="" />' not sure if <?php echo $adopt->getImage("gui") ?> is correct tho), but I think you would have to change the way daycare displays pets, not sure if the Array accepts HTML linked images as objects... If you really want a rounded table... Maybe make a table for each adopt? xD
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
			![]() ![]() ![]() asp.net stole my soul. Last edited by IntoRain; 08-26-2013 at 11:20 PM.  | 
| 
		 
			 
			#5  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			It seems to not allow html in the image for the daycare - it gives an error about rendering. I really don't know what to do about it then- the table may work but i don't know if it'll have the right borders that I need (and color inside XD).  
		
		
		
		
		
		
			
		
		
		
		
		
	
	It's odd because html works in the myadopts table and whatnot, so I may have to find a .php way to do it. And there are multiple images on the page so I don't think css will work D: (Let alone do I know where to put it!)  | 
| 
		 
			 
			#6  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			I haven't worked with CSS but I believe images in html go get their properties if you add a class="css_classname" inside the <img src...> tag, but no idea how classes in CSS are created or work either sorry ._. for tables I think you have to use CSS to make them rounded too, maybe someone who understands css can help Dx
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	![]() ![]() ![]() asp.net stole my soul.  | 
| 
		 
			 
			#7  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Try adding this a new class to your css (use the existing as an example) and use the classname in the image tag as IntoRain has suggested. 
		
		
		
		
		
		
			ex (replace Xs with your options): PHP Code: 
	
			
	
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#8  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			how exactly does one go about putting that example into the image code, tequila. I've looked in a lot of places but I  can't find it for the life of me, and is there any way to apply it to text too XD I hope I'm not being too much of a bother with this- I just want to focus on my site looking really pretty now! :)
		 
		
		
		
		
		
		
			
		
		
		
		
		
	
	 | 
| 
		 
			 
			#9  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Well for each HTML form element, you can look up its ID or class by viewing page source from FF/Chrome, then add CSS element for these particular ID/Class. You can modify the script, and add a class for each HTML element manually. This is one example: 
		
		
		
		
		
		
			PHP Code: 
	
			
	http://www.mysidiaadoptables.com/forum/blog.php?b=82 
				__________________ 
		
		
		
		
		
	
	![]() Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.  | 
| 
		 
			 
			#10  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			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?  | 
![]()  | 
	
	
		
| Thread Tools | |
| Display Modes | |
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Make pets' trade status Not For Trade by default | tahbikat | Questions and Supports | 3 | 12-13-2015 11:21 PM | 
| Only display pets a user hasn't clicked in daycare | Hwona | Suggestions and Feature Requests | 3 | 08-16-2014 05:53 PM | 
| A way to exclude pets from daycare? | Infernette | Questions and Supports | 3 | 08-05-2013 11:20 AM | 
| Is there a way I can make groups to organize pets? | MaximumRide | Questions and Supports | 3 | 04-25-2012 04:51 PM | 
| Make users make their own website on your site ... | kitty08 | Mys v1.2.x Mods | 0 | 10-27-2011 04:49 PM | 
						What's New? | 
					
						What's Hot? | 
					
						What's Popular? |