Tag Archives: Code Html

Quick question with editing my page with css

Hi there everyone. First submit here. I am in a web development book today. Its the initial chapter introducing CSS. I’ve made an alternative style sheet to utilize to all our pages, though just one problem is puzzling me. I have made specifications question headings (h1, h2 and h3), for our bodies, for paragraphs, and blockquotes. But one of the last steps, it says to use the following type to elements. What precisely does this are What tags Precisely how would I do that in CSS Relating to no problem setting the properties, but what precisely do they signify by hypertext elements With thanks everyone! Marky Such as, if your CSS file has something such as this…. p font-size: 14px; color: #000; Wherever you employ the Hypertext (HTML) label < p> as part of your HTML, it may take-on that font size and color. < p> blah blah< /p> You usually start out your CSS such as this… html, body perimeter: 0px auto; padding: 0; font-family: arial; font-size: 12pt; color: #000; Of which sets-up the simple styling for all within < html>… < /html> and < body>… < /body> Any HTML tag is usually given specific CSS properties, by using … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How to do this?

I’d like to make an ad similar to this: http: //forum. notebookreview. com/ (disable adBlock previous to viewing) Thank you. The most simple method would be to make a splash page ype with deal, and the ‘skip’ button leads to your actual internet page. More difficult option is that will reverse the lightbox jQuery plug-in, as well as load the pop-up at pageLoad, then help it become close once a person click the ‘skip’ hyperlink. 3 rd option: make a div having a z-index of a great deal that covers an entire page (and includes the ad), and write jquery in which changes it’s presence to hidden when you click the ‘skip’ hyperlink. That’s a good idea, the jQuery 1 – I’m not attached to splash pages. Well the advertisement is simply a splash web page, so you’re planning to hate it anyway. Best bet will be just jQuery don’t need lamp, just a div that contains the ad as well as code like this HTML Code: < div id=" advertisement" > Listing code here < the href=" #" id=" closethead" > Close< /a> < /div> Code: < script type=" text/javascript" > $(document). ready(function() $(‘#advertisement’). show(); ); $(‘#closethead’). click(function() $(‘advertisement’). … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

What do I need to create a site like this?

Hello guys My organization is new to the forums and to web design. ( ) I want to create a site like wikipedia, wherever people can modify pages and material. Doesn’t end up being as big seeing that wikipedia. ()g What would I want to learn I am a newbie atm polishing off my first guide on HTML. But I are free 24/7 with regard to at least a couple of years so any tough suggestion on how hard could it be and what encoding languages would I need would be considerably appreciated. Thanks and I apologize for taking your time and efforts d() Absolutely no apologies needed… And actually a good question… You simply must know HTML, CSS and php to create a wiki… ( they are actually pretty easy )… I’m he kind of person that finds out from example… I’ve downloaded prebuilt wiki’s before and almost all logic behind the way they operate is actually pretty simple… The simplest way to learn tips on how to out it together is always to use one that is definitely already working… Break it down in to the different functions and from there… Once you figure out how to code … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 2 of 212