Any questions. Ask here! - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Web Server Support and Setup Help (https://www.supportforums.net/forumdisplay.php?fid=37) +---- Thread: Any questions. Ask here! (/showthread.php?tid=4598) Pages:
1
2
|
Any questions. Ask here! - Sam - 01-30-2010 Hey there I want to help anyone with web development and support questions. Please ask me here and I will try my best to answer your questions. RE: Any questions. Ask here! - Canoris - 01-30-2010 What is HTML? RE: Any questions. Ask here! - Sam - 01-30-2010 HTML Stands for 'HyperText Markup Language' - HTML codes are used by browsers to format the code to make the page appear in a particular way. - HTML is also embedded in documents, this allows them to be used across the internet. HTML basic scripting codes and tutorials can be found here: http://www.web-source.net/html_codes_chart.htm I hope this helps, - Sam RE: Any questions. Ask here! - Jordan L. - 01-30-2010 (01-30-2010, 05:00 PM)Аноним Интерфейс Wrote: What is HTML? I'm detecting a /sarcasm was meant for that? Nice work on the thread though Sam, I'll be sure to ask if I need some help for something. RE: Any questions. Ask here! - Canoris - 01-30-2010 (01-30-2010, 05:26 PM)trilobyte- Wrote: I'm detecting a /sarcasm was meant for that?I just wanted to see how well he explained it. Good Job man! I will do the same as Trilo- if I need some help. RE: Any questions. Ask here! - Sam - 01-30-2010 I thought it might be a joke question but if it wasn't then I would make him feel a bit awkward by asking it, which I don't want. RE: Any questions. Ask here! - Gaijin - 01-30-2010 Let me test you too! ;) How do you place a DIV element at the middle of the screen? RE: Any questions. Ask here! - DAMINK™ - 01-30-2010 (01-30-2010, 05:52 PM)Master of The Universe Wrote: Let me test you too! ;) lmao. Give him something real man. Bwhahahahahahah RE: Any questions. Ask here! - Gaijin - 01-30-2010 (01-30-2010, 05:56 PM)DAMINK™ Wrote: lmao. Give him something real man. Bwhahahahahahah Well, this one is pretty much a pain in the As* for most "Webdevelopers"... RE: Any questions. Ask here! - Sam - 01-30-2010 Hmm a tricky one. Possibly if you wanted it fixed in the middle you could use the following in CSS. Code: #centerscreen You would then add <div id="centerscreen"> around every item in the document, this should ensure it's always placed in the screen. This is my best shot. |