Board index PBase HTML and Style Sheets I could use some help with my html homepage

HTML and Style Sheets

I could use some help with my html homepage

Customize your galleries.
marga_dd
 
Posts: 56

I could use some help with my html homepage

Post Wed Sep 12, 2007 8:04 pm


Hi, i could use some help here.
I am trying to make my " homepage" in html but i never did that, so i read alot on the forum and tried and tried...and some things already work :) except this:

There is a lot of space between my banner and the menu (profile-galleries-email etc) and slideshow.

How can i get rid of that space?

This is the html i used:

<p align= "left"><img src="http://www.pbase.com/marga_dd/image/85497176/original.jpg" alt="logo">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="800">

<tbody>

<tr>


<tr>

<td><img src="http://www.pbase.com/image/85497176/original.jpg" height="1"></td></tr>

<tr>


</tr><tr>

<td colspan="3" valign="bottom"><!--- menu starts here --->

<table class="luis" border="0" cellpadding="0" cellspacing="0" width="800">

<tbody>

<tr>


<td><img src="http://www.pbase.com/image/85497176/original.jpg" height="2"></td></tr>

<tr align="center">

<td><a set="yes" linkindex="11" href="http://www.pbase.com/marga_dd/profile"><h3>Profile</h3></a></td>

<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>

<td><a set="yes" linkindex="12" href="http://www.pbase.com/marga_dd/pad"><h3>PaD</h3></a></td>

<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>

<td><a set="yes" linkindex="13" href="http://www.pbase.com/marga_dd/root"><h3>All Galleries</h3> </a> </td>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>


<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>

<td><a linkindex="14" href="mailto:agram1110@gmail.com"><h3>Email</h3> </a> </td>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>

<td><a linkindex="15" href="http://upload.pbase.com/edit_gallery/marga_dd/root"><h3>Edit</h3></a></td>

<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>

</tr></tbody></table></td></tr><!--- menu ends here --->

<tr>

<td valign="top">

<div style="background-image:

<img id="imgid" src="http://www.pbase.com/image/85497176/original.jpg"><table id="inline_slideshow" style="width: 500px; height: 366px;" cellpadding="0" cellspacing="0">
<tbody><tr><td style="text-align: center; vertical-align: middle;">
SLIDESHOW(favo, size=medium, delay=3, loop=yes)
</td></tr>
</tbody></table>

</div></td>

<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="15"> </td>


<td bgcolor="#0f0f0f" valign="top"><!--- right column --->

<table border="0" cellpadding="2" cellspacing="0">

<tbody>

<tr>

<td>

<p><br><p align="center">
<p>hier komt mijn tekst.<br>
Bedankt, Marga</p>

</p></td></tr></tbody></table></td><!--- end right column --->


and this is the homepage:
http://www.pbase.com/marga_dd/home

Remember, i know very little about html and english is not my native language so please be simple in your advise. Thank you

dang
 
Posts: 3780


Post Thu Sep 13, 2007 12:29 am


I'm very limited on time, and there's a lot you need to work on. But to help get you started, this should help remove the excess space. I'll leave getting the slide show section going (and in position as you want) up to you though. :wink: If you look through the forum more, you'll find a thread I added to when the slideshow changed over which might help here: http://forum.pbase.com/viewtopic.php?t=32114
Code: Select all
<p align= "center"><img src="http://www.pbase.com/marga_dd/image/85497176/original.jpg" alt="logo">
<!--- menu starts here --->
<table class="luis" border="0" cellpadding="0" cellspacing="0" width="800">
<tr align="center">
<td><a set="yes" linkindex="11"href="http://www.pbase.com/marga_dd/profile"><h3>Profile</h3></a></td>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>
<td><a set="yes" linkindex="12" href="http://www.pbase.com/marga_dd/pad"><h3>PaD</h3></a></td>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>
<td><a set="yes" linkindex="13" href="http://www.pbase.com/marga_dd/root"><h3>All Galleries</h3> </a>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>
<td><a linkindex="14" href="mailto:agram1110@gmail.com"><h3>Email</h3> </a> </td>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="5"></td>
<td><a linkindex="15" href="http://upload.pbase.com/edit_gallery/marga_dd/root"><h3>Edit</h3></a></td>
</tr></tbody></table></td></tr><!--- menu ends here --->


<table id="inline_slideshow" style="width: 500px; height: 366px;" cellpadding="0" cellspacing="0">
<tbody><tr><td style="text-align: center; vertical-align: middle;">
SLIDESHOW(favo, size=medium, delay=3, loop=yes)
</td></tr>
</tbody></table>
</div></td>
<td><img src="http://www.pbase.com/image/85497176/original.jpg" width="15"> </td>
<td bgcolor="#0f0f0f" valign="top"><!--- right column --->

<table border="0" cellpadding="2" cellspacing="0">

<tbody>

<tr>

<td>

<p><br><p align="center">
<p>hier komt mijn tekst.<br>
Bedankt, Marga</p>

</p></td></tr></tbody></table></td><!--- end right column --->


Good luck and have fun with it,
tom

tommipulkkinen
 
Posts: 9

Re: I could use some help with my html homepage

Post Thu Sep 13, 2007 7:11 am


marga_dd wrote:Hi, i could use some help here.
I am trying to make my " homepage" in html but i never did that, so i read alot on the forum and tried and tried...and some things already work :) except this:

There is a lot of space between my banner and the menu (profile-galleries-email etc) and slideshow.

How can i get rid of that space?



Hi

I don't understand much about these things but I also found the help from here. My page is now as I want it to be. I'm writing because I struggled with just that same problem -large space between different parts and in vertical direction. I already got everything else ok but not that. Then, :oops: I realized I hadn't checked the "check for HTML" box...
Well, now it's ok and that what matters. Check that first..

Cheers,
Tommi

marga_dd
 
Posts: 56


Post Thu Sep 13, 2007 7:34 am


Thank you Dang and Tommi.
I will work on it when i get home tonight.


Board index PBase HTML and Style Sheets I could use some help with my html homepage

Who is online

Users browsing this forum: ClaudeBot and 1 guest