nancysolano85273
2006-03-30 16:42:28 UTC
How can I have less space between the hyperlinks on the top of a webpage and the large section title and then less space between the section title and the beginning of photos. I've included some of the html. I'm trying to write my own html and want to continue to do that. But I've had no instruction and get bogged down occasionally. What comes after this is a table with hyperlinked thumbnail images in each cell. That's working great now thanks to you guys.
Contact us Privates Prices Pictures News
PICTURES
Thanks very much.Three answers:rknoblock2006-03-30 19:30:13 UTCAs the previous answer suggested, this requires use of cascading stylesheets (CSS). 3wschools.com is a good place to start for introductory tutorials on HTML, CSS, and JavaScript. Consider picking up a copy of Web Design in a Nutshell by Jennifer Niederst. It's published by O'Reilly and does a good job of covering web design concepts. I noticed an error in the HTML shown with the question. When assigning attributes like and , they should be turned off in the reverse order from which they were turned on. If you used , turn it off with . Some browsers may accept the errors, but others will have a cow.anonymous2006-03-31 08:05:50 UTCyour source code is a mess.
this is wrong
do it this way
this is wrong
PICTURES
do it this way
PICTURES
below is a basic html template
Title Of Your Page Goes Here
everything you want to show up on your page goes here.
learn html & css - learn to write your own pages by hand it's easy - webonkey html tutorial http://www.webmonkey.com/ - w3schools http://www.w3schools.com/ watch it done http://visualtutorials.com/ free website courses http://certification.about.com/cs/testingresources/a/tutorials.htm a free html editor http://www.chami.com/html-kit/ Paid courses (best) http://www.hwg.org/
best html reference http://www.w3schools.com/html/html_reference.asp best style sheet reference http://www.w3schools.com/css/css_reference.asp html links http://www.websitetips.com/html/ style sheet links http://www.websitetips.com/css/ html dom http://www.w3schools.com/htmldom/dom_reference.asp
free ftp clients - http://www.trustmeher.net/freeware/cute.htm
free templates & layouts -- http://www.freelayouts.com/templates/display/templates -- templates & renderings http://www.clantemplates.com/ -- http://www.comteche.com/data/templates/free_flash/show_flash/index.asp -- really helpful flash links http://moock.org/moockmarks/ -- google search http://www.google.com/search?hl=en&ie=UTF-8&q=free+flash+html+templates+layouts&btnG=Google+Search
here's how i learned html and css
when you come to a page on the web click VIEW at the top of your browser and click on SOURCE. if you are using internet explorer browser the html source code will open up in windows notepad. in notepad click on FILE/SAVE AS to save the page's source code to your hard drive. in internet explorer click on FILE/OPEN to open the source code in the browser. go back to notepad and remove some of the code and click save. then in internet explorer hold down the SHIFT KEY and click on the REFRESH button on the browser's toolbar to see what effect the removed source code had on the page. you will learn a hundred times faster this way. ALWAYS CHECK THE REFERENCE PAGES TO MAKE CERTAIN YOU ARe WRITING YOUR SOURCE CODE THE CORRECT WAY!anonymous2006-03-30 18:48:50 UTCI think what you're going to need to do is use CSS
do you know it?
if not, try w3schools.comⓘThis content was originally posted on Y! Answers, a Q&A website that shut down in 2021.Loading...