HTML - Being Thick & Alittle Help Please
Ok I'm being abit thick here,
Take a look at http://www.rossnunn.com & go to Enter > Citroen ZX > Exterior > Bodykit. The side works on a table in table layout. Notice how the center 'viewing pane' is at a set height & the user scrolls up & down it. How did I do that? I can't for the life of me remember. I'm using Dreamweaver btw Also you'll notice I use watermarking on my images, is there anyway I could just overlay that on a non-wateramarked image, so that should I want to change my logo or font I don't have to go right through everyone again Similar Tutorialsok i am going to link so you know what i am talking about HERE http://facebook-farmville.weebly.com/current.html I would like to make "Crop is Non-Masterable" go all the way across to the end of the table. How would i do this? hey guys.. i am new to these forums but i thought it would be a great way to learn more about html and web design... right now i know the "basics" but want to know one thing... my friend owns and runs one site and just wanted to know how i would be able to kinda the same thing he has done for it... here is the link www.skatevault.com what i want to know how to do is where he has a little of items to the left and when you click on one it takes you to a different pricture or text on the same window... i know this isnt a easy thing to explain but i not good at doing things on my own lol just let me know if there is a code for this Vaughn im ne to html and css, im going to be redoing some sites and just playing around ith some things, can someone give me a quick fix for this: http://lilions.com/testnew/ Im trying to line up this backound with the banner its lines up in IE but not fixfox Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html> <body background ="http://lilions.com/home/images/bbck.jpg"> <center><div style="text-align:center; width:1000px; margin-left:auto; margin-right:auto;"> <img id="Image-Maps_5201103220251287" src="http://lilions.com/home/images/newban.jpg" usemap="#Image- Maps_5201103220251287" border="0" width="1000" height="500" alt="" /> <map id="_Image-Maps_5201103220251287" name="Image-Maps_5201103220251287"> <area shape="rect" coords="8,433,70,460" href="http://lilions.com/home/" alt="" title="" /> <area shape="rect" coords="73,433,135,460" href="http://lilions.com/news/" alt="" title="" /> <area shape="rect" coords="145,433,212,460" href="http://lilions.com/roster" alt="" title="" /> <area shape="rect" coords="227,434,360,461" href="http://lilions.com/coachingstaff" alt="" title="" /> <area shape="rect" coords="373,435,482,462" href="http://lilions.com/frontoffice" alt="" title="" /> <area shape="rect" coords="500,434,578,461" href="http://lilions.com/schedule" alt="" title="" /> <area shape="rect" coords="593,433,683,460" href="http://lilions.com/standings" alt="" title="" /> <area shape="rect" coords="697,434,784,461" href="http://lilions.com/statistics" alt="" title="" /> <area shape="rect" coords="798,434,872,461" href="http://lilions.com/history" alt="" title="" /> <area shape="rect" coords="889,433,974,460" href="http://lilions.com/fieldinfo" alt="" title="" /> <area shape="rect" coords="15,467,84,494" href="http://lilions.com/fanzone" alt="" title="" /> <area shape="rect" coords="104,466,179,493" href="http://lilions.com/gallery" alt="" title="" /> <area shape="rect" coords="199,467,269,494" href="http://lilions.com/tickets" alt="" title="" /> <area shape="rect" coords="287,468,372,495" href="http://lilions.com/calander" alt="" title="" /> <area shape="rect" coords="386,467,498,494" href="http://lilions.com/sponsorship" alt="" title="" /> <area shape="rect" coords="519,468,632,495" href="http://lilions.com/applications" alt="" title="" /> <area shape="rect" coords="654,466,745,493" href="http://lilions.com/contact" alt="" title="" /> <area shape="rect" coords="763,466,982,493" href="http://fivestarfootballleague.com/" alt="" title="" /> </map></div></center> </body> </center> </html> |