World Wide Whale
Posts: 151
295 credits Members referred : 0
« on: Jun 15, 2007, 02:41:28 pm »
I have just put on a banner ad zone onto my site. It currently is PR4 and is photoshop tutorial related. Those who want to place a ad make me an offer. The site link is in my sig. (photoshop Tutorials)
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
the site has only recently been advertised so i know it is low. i really need to get more traffic somehow.
write your own tutorials on that site and submit them to the big tutorial sites (good for hundreds of visitors a day)
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #6 on: Jun 19, 2007, 03:19:53 pm »
thanks i just started a few. Too bad i cannot somehow wipe up some sort of internal system for my tutorial management its all external links on my site so what i have done is given them to a friend to post on his site which gets heaps of hits then he has put a link in the tuts and a banner ad, then i have submitted those tuts to good tutorials etc. hows that
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
thanks i just started a few. Too bad i cannot somehow wipe up some sort of internal system for my tutorial management its all external links on my site so what i have done is given them to a friend to post on his site which gets heaps of hits then he has put a link in the tuts and a banner ad, then i have submitted those tuts to good tutorials etc. hows that
don't do that! just create some static pages on your own website and link them to your own site, while your friend is getting hundreds of visitors only a few people will click your banner!
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #8 on: Jun 20, 2007, 07:25:09 am »
ok i will thanks for that. I will do that now.
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #9 on: Jun 20, 2007, 08:26:01 am »
ok done... here is the first tutorial to make a cute pig face. But i would like to know http://www.tutorial-database.com/index.php?id=tutid1 how to make the border of the navigation go all the way down. my site uses tableless coding so i dont know how to do it. Can anybody help e out.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #10 on: Jun 20, 2007, 08:31:41 am »
try to add a
Code:
<br clear="left" />
between these tags:
Code:
</div>
<div id="main">
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #11 on: Jun 20, 2007, 09:29:34 am »
ok trying it now..... that didn't work it wrecked the page. hmmm what to do....
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #12 on: Jun 20, 2007, 09:40:27 am »
Try to start over. Copy the layout from the site. That should work.
ok trying it now..... that didn't work it wrecked the page. hmmm what to do....
I guess you need to add also
float:left;
to the "main" container
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #15 on: Jun 20, 2007, 10:17:57 am »
wait so what do i do? litle confused. The main container is not part of the navigation and when i put that br clear thing in it did exactly that... moved the main down the bottom. Some how i have to get one of those navigattion li or divide things to go all the way down.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
wait so what do i do? litle confused. The main container is not part of the navigation and when i put that br clear thing in it did exactly that... moved the main down the bottom. Some how i have to get one of those navigattion li or divide things to go all the way down.
thats why you need to float it add this to the main tag:
<div id="main" style="float:left;">
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #17 on: Jun 20, 2007, 10:41:46 am »
nope still doesn't work..... the flot part was already in the css anyway. Hmm now what to do.. do you want me to send you the code etc so you can have a better look.
« Last Edit: Jun 20, 2007, 10:44:10 am by YellowFuze »
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
nope still doesn't work..... the flot part was already in the css anyway. Hmm now what to do.. do you want me to send you the code etc so you can have a better look.
another way is to give the "parent" container the dark background color and fill the main container with the white color
World Wide Whale
Posts: 151
295 credits Members referred : 0
« Reply #19 on: Jun 20, 2007, 12:18:40 pm »
that could work. i will look into it. But is there a way to just stretch t navigation to all of the way or is that not possible with the coding. hmm but dunno if the colour change will work because the navigation has a border on the right of it. i have asked the person that helped me code it to see if they know.
« Last Edit: Jun 20, 2007, 12:20:32 pm by YellowFuze »
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=6808