In HTML form apply CSS code
In HTML form apply CSS code
My coding is in HTML form, then in which form should I apply the code of size, text etc.. which is in CSS.Re: In HTML form apply CSS code
If you are ready for the next step (CSS), start reading the CSS tutorial: http://html.net/tutorials/css/- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: In HTML form apply CSS code
I want this sentence to appear on the right <font face="Times New Roman"><center><font color="white"><h1>ZION POWER MINISTRIES </h1> which code is used?Re: In HTML form apply CSS code
That is very old-school coding...Using CSS, you would code it like this:
<h1 style="font-family: Times New Roman; color: white; text-align: center;">ZION POWER MINISTRIES</h1>
You will learn it all in the CSS tutorial.
- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: In HTML form apply CSS code
Ok!.. Now my Image is left side i.e. logo, now I want this text " ZION POWER MINISTRIESHIS ENEMIES WILL I CLOTHE WITH SHAME:
BUT UPON HIMSELF SHALL HIS CROWN FLOURISH
PSALMS 132:18"
to be appear on the right side of the logo. I tried doing it many times, but I am not able to do it.
Re: In HTML form apply CSS code
Again, CSS will help you. Try this:<img src="logo.jpg.jpg" style="float:left;" />
- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: In HTML form apply CSS code
My Image is correctly placed on the left side top, I want the text behind it.i.e. my text to be on the right side top next to the logo....
Re: In HTML form apply CSS code
Try the code I posted - it should do the trick.Read more about floating here: http://html.net/tutorials/css/lesson13.php
- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: In HTML form apply CSS code
ZION POWER MINISTRIES, I want power to be coloured in gold.. how should I do that.Re: In HTML form apply CSS code
Y the below code is not working:<img src="word.jpeg.jpg" style="float:center;"/>