Posts Tagged ‘br’
How do I use this code to make a background image instead of a background color?
I am making a profile on a facebook application, but I don’t know much about html. I experimented by looking at the page source and found this:
<br /></div>
<br />
<br /></table>
<br /><div style="background-color: Black;">
<br /><center>
<br /><center><font size="4" color="white" font=”impact”><table style="background: transparent url("http://i532.photobucket.com/albums/ee329/siva0eminencija/untitled-1.jpg") repeat scroll 0% 0%;" valign="center" border="0" width="620" height="600"><td>
along with a bunch of other stuff. when i entered it into my profile it worked, my background became black. however, i’d like to use a background image from a url instead of just the black background? is that possible? also, is some part of this code unnecessary such as the "br"s? what do all the parts mean and how can i change them. thanks
How can I make php automatically add <br> at the end of each line in a text area?
I have a text form, and it posts messages to my website. However, if I want to go to a new line within that message, i.e. within that text area, I need to automatically add <br>. Is there someway of php detecting the end of a line and adding <br> automatically?