Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Move these links down
Old 02-06-2009, 04:29 PM Move these links down
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Hey, if you go to: http://www.lilwaynehq.com/index2.php and look at them two tables at the top: "Latest Lil Wayne News" and "Latest Lil Wayne Audio".

Well I am trying to get the links to start further down than what they do. It is all one image and I want the links to start just under the title on the image.

Does anyone know how I would do it.

Thanks
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-06-2009, 04:35 PM Re: Move these links down
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
give the child container <p> a top margin

Or better still use CORRECT code.

A </li> is NOT the correct end for a <p>
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?

Last edited by chrishirst; 02-06-2009 at 04:36 PM..
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-06-2009, 04:55 PM Re: Move these links down
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Quote:
Originally Posted by chrishirst View Post
give the child container <p> a top margin

Or better still use CORRECT code.

A </li> is NOT the correct end for a <p>
Oops, didn't realize I did that

Also I have tried giving the tables, tablesleft and tablesleft p a top margin, but none have worked
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
Old 02-06-2009, 05:23 PM Re: Move these links down
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
HTML Code:
#tablesleft {
	background-image: url(news.jpg);
	width:270px;
	height:240px;
}
#tablesleft ul {
	position:relative;
	list-style-type: none;
	top:30px;
}
#tablesleft ul li {
	margin:5px 0;
}
HTML Code:
		<div id="tablesleft">
			<ul>
				<li><a href="/biography/" title="Lil Wayne Biography">Biography</a></li>
				<li><a href="/discography/" title="Lil Wayne Discography">Discography</a></li>
				<li><a href="/videography/" title="Lil Wayne Videos and Cameos">Videography</a></li>
				<li><a href="/filmography/" title="Lil Wayne Filmography">Filmography</a></li>
				<li><a href="/gallery/" title="Lil Wayne Pictures and Photos">Gallery</a></li>
				<li><a href="/awards/" title="Lil Wayne Awards and Nominations">Awards</a></li>
			</ul>
	  	</div>
modtalk.co.uk/_site/demos/wmt/lw/
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-06-2009, 05:40 PM Re: Move these links down
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Quote:
Originally Posted by chrishirst View Post
HTML Code:
#tablesleft {
    background-image: url(news.jpg);
    width:270px;
    height:240px;
}
#tablesleft ul {
    position:relative;
    list-style-type: none;
    top:30px;
}
#tablesleft ul li {
    margin:5px 0;
}
HTML Code:
        <div id="tablesleft">
            <ul>
                <li><a href="/biography/" title="Lil Wayne Biography">Biography</a></li>
                <li><a href="/discography/" title="Lil Wayne Discography">Discography</a></li>
                <li><a href="/videography/" title="Lil Wayne Videos and Cameos">Videography</a></li>
                <li><a href="/filmography/" title="Lil Wayne Filmography">Filmography</a></li>
                <li><a href="/gallery/" title="Lil Wayne Pictures and Photos">Gallery</a></li>
                <li><a href="/awards/" title="Lil Wayne Awards and Nominations">Awards</a></li>
            </ul>
          </div>
modtalk.co.uk/_site/demos/wmt/lw/
Thanks mate, perfect
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Move these links down
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23894 seconds with 12 queries