Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,154 members, 7,821,924 topics. Date: Wednesday, 08 May 2024 at 09:56 PM

Learn Web Design LIVE On Nairaland!!! - Webmasters (41) - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Learn Web Design LIVE On Nairaland!!! (523904 Views)

Learn Bulk SMS Web Design LIVE On Nairaland!!! Www.buymoresms.com / Web Design Live On Nairaland, Professional / Forum Website (2) (3) (4)

(1) (2) (3) ... (38) (39) (40) (41) (42) (43) (44) ... (121) (Reply) (Go Down)

Re: Learn Web Design LIVE On Nairaland!!! by pgo17(m): 2:12pm On Sep 26, 2014
well done this thread helps
Re: Learn Web Design LIVE On Nairaland!!! by Adeyinka12(m): 4:15pm On Sep 26, 2014
@iyenimofe,there is problem o,i want to design a webpage in rectagle form i.e is both side will be 80% and i make use of box.i don't get it right.like naijaloaded frontpage.thanks
Re: Learn Web Design LIVE On Nairaland!!! by seunkeys(m): 9:27pm On Sep 26, 2014
Hello Nairalanders,
Get your;
- Bulk SMS Components
- Website Tutorials
- Genuine Gsm Database Numbers (36 States of
the Federation)
Ebooks
- Affiliate Marketing
- Click bank
- How to Import Gadgets e.g(Smart phones,
Tablet's, Laptop's e.t.c )
- Google's AdSense
- Other's e.t.c.
CONTACT
gosbusorg@gmail.com
08166286271
PS -» You get this materials at an insanely
affordable Price.
NOTE: First 30 Custumers.
PPS -» Please Contact via e-mail Thanks.
Re: Learn Web Design LIVE On Nairaland!!! by iyenimofe(m): 4:12pm On Sep 27, 2014
Keky: Hello Iyenimofe, still learning Web Designing using Html5, but pls can you explain how I'm gonna place the
image on the webpage on the same line with the list there,
anytime I try, the image goes down and the list stay up or
vice versa, pls I need a reply. Thanks.
From the HTML code itself, you could use the 'align' attribute for the <img> tag
<p>How to align this text with this image<img
src="imagename.jpg"
align="middle">and some more text
</p>
N.B: Other values for align are left and right.

However, this is cumbersome for large quantities and should be used for inline styles.
If you want to to align the images externally, you'll have to use the float attribute in CSS.
You'll float the imge to the left or right. After floating it, you'll then use the clear attribute to prevent subsequent images from overlapping.
Re: Learn Web Design LIVE On Nairaland!!! by iyenimofe(m): 4:14pm On Sep 27, 2014
Adeyinka12: @iyenimofe,there is problem o,i want to design a webpage in rectagle form i.e is both side will be 80% and i make use of box.i don't get it right.like naijaloaded frontpage.thanks
You'll have to make use of the padding and margin attributes for the div. Refer to The Box Model for more info.
Re: Learn Web Design LIVE On Nairaland!!! by Keky(m): 4:15pm On Sep 27, 2014
iyenimofe:
From the HTML code itself, you could use the 'align' attribute for the <img> tag
<p>How to align this text with this image<img
src="imagename.jpg"
align="middle">and some more text
</p>
N.B: Other values for align are left and right.

However, this is cumbersome for large quantities and should be used for inline styles.
If you want to to align the images externally, you'll have to use the float attribute in CSS.
You'll float the imge to the left or right. After floating it, you'll then use the clear attribute to prevent subsequent images from overlapping.
align the image externally, how? I don't get pls.
Re: Learn Web Design LIVE On Nairaland!!! by iyenimofe(m): 4:27pm On Sep 27, 2014
Keky: align the image externally, how? I don't get pls.
In your style sheet, when you are setting the attributes for the image use:
img{
float:left (or right);
}
...other attributes can be added as well.
Then, in the element after the image, use:
elementname{
clear:left (right or both);
}
Re: Learn Web Design LIVE On Nairaland!!! by dlex21(m): 3:22pm On Sep 28, 2014
iyenimofe:
In your style sheet, when you are setting the attributes for the image use:
img{
float:left (or right);
}
...other attributes can be added as well.
Then, in the element after the image, use:
elementname{
clear:left (right or both);
}
Please do u av a personal link to learn more about JavaScript, and web design in general... Thanks
Re: Learn Web Design LIVE On Nairaland!!! by aries007(m): 4:33pm On Sep 28, 2014
Airtel free cheat is out,16gig which last for 3months. this is for those who internet lovers who cannot afford subs, especially for android. this cheat works for only android and laptops. I can't paste it here because of most of these Airtel workers. wats app me at 08131876569, if interested.
Re: Learn Web Design LIVE On Nairaland!!! by aries007(m): 4:36pm On Sep 28, 2014
aries007: Airtel free cheat is out,16gig which last for 3months. this is for those who internet lovers who cannot afford subs, especially for android. this cheat works for only android and laptops. I can't paste it here because of most of these Airtel workers. wats app me at 08131876569, if interested.
. it can now be done for all net work ooooo
Re: Learn Web Design LIVE On Nairaland!!! by BlessJentle(m): 8:45pm On Sep 28, 2014
iyenimofe: TOPIC 1: HTML
Session: 1
HTML (Hyper Text Markup Language) is a type (and most common) of markup language. A markup language is a set of markup tags used to define a document to be rendered by a Web browser. NOTE: HTML is not a programming language.
HTML tags are keywords in angular brackets <> that come in pairs. The fist of the pair is called the opening or start tag. The second is called the closing or end tag. The end tag always has a forward slash / before it.
Example: <opening tag> </closing tag>
HTML elements are everything between the opening and closing tag including the tag itself.
Example: <opening tag> Content</closing tag>
The compilation of HTML elements used in different ways makes up an HTML document. The HTML document is then interpreted by a Web Browser (e.g. Google Chrome, Internet Explorer, Mozilla Firefox, e.t.c) into visual and audio content that is understood by the browser. Learn how to increase your site ranking at [url]howbacklink[/url]
In other words, the web browser does not display the HTML tags itself but the interpretation.
Re: Learn Web Design LIVE On Nairaland!!! by lexusfolks: 5:11pm On Sep 29, 2014
Website Development, Peachtree, Quickbooks, & Excel Training will be starting Oct 11th, 10am @1 Badagry St Ikeja Call 08125312182 enroll @ www.datalexnetwork.com/training.html

Re: Learn Web Design LIVE On Nairaland!!! by raynold(m): 5:28pm On Sep 29, 2014
please how do I add comment box to my site.. do I need php to do this?
Re: Learn Web Design LIVE On Nairaland!!! by Vstuffs(m): 5:32pm On Sep 29, 2014
raynold: please how do I add comment box to my site.. do I need php to do this?
Use the textarea tag

www.w3schools.com/tags/tag_textarea.asp
Re: Learn Web Design LIVE On Nairaland!!! by raynold(m): 6:12am On Sep 30, 2014
Vstuffs:
Use the textarea tag

www.w3schools.com/tags/tag_textarea.asp
thanks.. actually the problem is posting what I typed..
Re: Learn Web Design LIVE On Nairaland!!! by Vstuffs(m): 6:27am On Sep 30, 2014
raynold: thanks.. actually the problem is posting what I typed..
guess that will reqiure knowledge of js and php
Re: Learn Web Design LIVE On Nairaland!!! by sconp: 9:49am On Sep 30, 2014
Vstuffs: guess that will reqiure knowledge of js and php
what language do you program in?
Re: Learn Web Design LIVE On Nairaland!!! by moniecom: 10:42am On Sep 30, 2014
As webmaster we all look for how best to monetize our websites or blogs. http://www.adafri.com/ have a marketplace where you can post you ad inventory for sale.They also manage your ads and serve yoy ads for you.So they are adservers too.You can also create an ad centre on the advertising page on your website or blog so that any ad inventory you post on the marketplace will show up there and advertisers can also buy directly from your website or blog.
Re: Learn Web Design LIVE On Nairaland!!! by younglino: 11:13am On Sep 30, 2014
I have the basic knowledge of html and css but want to go further to learn a scripting lang. Please which is better...python or php.

[/img]http://www.qservers.net/process/?aff=021[/img]
Re: Learn Web Design LIVE On Nairaland!!! by udswagz: 1:00pm On Oct 01, 2014
Reading the post, i bet some ideas came into your head,
well if it is one that has to do with tech, i may be of help
I can help you build your idea, create a strong online presence
for your brand.
With my web development and Android app development skills
i can help you build a beautiful website or intuitive mobile app
which aligns with the coporate vision of your organisation.
In case that idea is still in your head
visit: www.udonline.net

I will expecting your email smiley

Some sites i have completed
www.helonyconcept.com
www.chypesfrontline.com
www.botosoftechnologies.com
www.kasemart.com [e-commerce]

The most recent Android app i just published on Google play store

https://play.google.com/store/apps/details?id=com.dmasnig.udcreate
Re: Learn Web Design LIVE On Nairaland!!! by bluetechnology: 8:19pm On Oct 05, 2014
Hello NL
i bought this this blogs but nw am busy i can run them and i want to sell
www.thbhacking.com
pls call for talk...quite affordable
08068862164
Re: Learn Web Design LIVE On Nairaland!!! by zpakln(f): 12:10am On Oct 07, 2014
@ iyenimofe , please how do I contact you?
Re: Learn Web Design LIVE On Nairaland!!! by Nobody: 9:44am On Oct 07, 2014
Hi guyz pls help out,am findin it difficult to export my navigation to my folder even afta groupin it,once i export it,the whole scatters,pls wat shuld i do? Am still a greenhorn in web design.
Re: Learn Web Design LIVE On Nairaland!!! by Raphael007(m): 10:09am On Oct 09, 2014
Plz chairman how much will it cost you to help me design a website I need it very urgently here is my No 08066094732 or reach me via eromoseleraphael@yahoo.com
Re: Learn Web Design LIVE On Nairaland!!! by donromanus: 12:59pm On Oct 09, 2014
PLS I FOLLOWED THE STEPS U GAVE BUT I COULD NOT SEE HTML IN MY NOTPAD.SO WAT DO I DO? AGAIN I WANT TO KNOW EXACTLY WAT U MEAN BY 'DOCTYPE' AND HOW DO I GET IT, AND USE IT PROPERLY?
Re: Learn Web Design LIVE On Nairaland!!! by Vstuffs(m): 1:34pm On Oct 09, 2014
donromanus:
PLS I FOLLOWED THE STEPS U GAVE BUT I COULD NOT SEE HTML IN MY NOTPAD.SO WAT DO I DO? AGAIN I WANT TO KNOW EXACTLY WAT U MEAN BY 'DOCTYPE' AND HOW DO I GET IT, AND USE IT PROPERLY?
my advise use notepad ++
do not forget to save with .html
Re: Learn Web Design LIVE On Nairaland!!! by zubysnook: 1:43pm On Oct 09, 2014
I
Re: Learn Web Design LIVE On Nairaland!!! by zubysnook: 1:51pm On Oct 09, 2014
I
Re: Learn Web Design LIVE On Nairaland!!! by zubysnook: 2:01pm On Oct 09, 2014
I
Re: Learn Web Design LIVE On Nairaland!!! by romzyxy(m): 7:02pm On Oct 09, 2014
@op. can microsoft note book b used in the place of note pad. cos i dont av note pad on my system
Re: Learn Web Design LIVE On Nairaland!!! by donromanus: 7:10am On Oct 10, 2014
[quote author=Vstuffs post=26995038]
my advise use notepad ++
do not forget to save with .html PLS HOW DO I LOCATE NOTPAD ++.

(1) (2) (3) ... (38) (39) (40) (41) (42) (43) (44) ... (121) (Reply)

Domain Name Business; The Easiest & The Most Profitable Online Venture / How To Download Youtube Videos Using The ‘ss’ Trick

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 35
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.