![]() |
Help! How do I adjust my header image borders?
My 3 header images are being swallowed by the body. My site is www.travelchronicles.org.
Header code is: HTML Code:
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> headinclude code is: HTML Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" /> HTML Code:
#menu a { |
You have a few things to fix, but the main thing is regarding tables.. every row in a table must have the same number of columns. It must be:
HTML Code:
<table> HTML Code:
<table> HTML Code:
<table> You need to get the forum/category/table issue fixed in order to see what is going on with the header. |
I changed it to match but, it grouped the 3 images vertical and cut them in half.
HTML Code:
<table> tried this as well, nothing changed. HTML Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> Do I need to also modify my Code I inserted into "Additional CSS Definitions"? THis code: HTML Code:
#headerleft I also created a Category forum (Act as Forum> NO) and put my two existing forums in there (set parent to be the new category forum) as you instructed but, did not see any change. |
You have each image in it's own table, that is why they are under each other. You need to put them one after another or each in a <td> tag in a row.
The rest of your style looks fine now. |
That's what I have, right? I have each in a <td></td> tag in a <tr></tr> row within the same table <table width="100%" border="0" cellspacing="0" cellpadding="0"></table>, not in separate tables.
HTML Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> I took out the <tr>'s in the middle and it lined them up side by side, still partially hidden by the forum with alot of space at the top. HTML Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
You do not want them each in their own <tr>. <tr> is a row. You've put them each in their own row. You want:
HTML Code:
<table><tr> HTML Code:
<table><tr> |
It seems like more of a margin, padding, height, and width issue now. Do I need to modify that aspect and if so, do i have it correctly added in the extra css definitions. It seems like that code is not being accessed.
HTML Code:
#headerleft By image, do you mean div to div such as: ><div id="headerleft" align="left"><a name="top" href="index.php"><img src="$stylevar[imgdir_misc]/tell.png" alt="" border="0"></a></div> If so, how do I include the "align="? to position all 3 correctly with the same tr? --------------- Added [DATE]1298672055[/DATE] at [TIME]1298672055[/TIME] --------------- Theres' alot of guts surrounding my images. Where does all that go? Do I remove and just use image like this? HTML Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
Your left image is 610 x 472 in size. You are putting it into a div that you are saying is 200 x 200 in size. Does that make sense to you?
|
Where is that in the code. I don't see it.
--------------- Added [DATE]1298673218[/DATE] at [TIME]1298673218[/TIME] --------------- Oh I see it now in the additional code. I removed it. It now looks like this: HTML Code:
#headerleft --------------- Added [DATE]1298673318[/DATE] at [TIME]1298673318[/TIME] --------------- just removed it completely and still no change. --------------- Added [DATE]1298673455[/DATE] at [TIME]1298673455[/TIME] --------------- My new code looks like this: HTML Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
And now you have an image that is 610px wide then one that is 504px wide, then another that is 610px wide. The only way you will see them side-by-side is if you have your browser window about 1700px wide. That isn't very realistic. I'd suggest reducing the width of those images as much as possible.
|
All times are GMT. The time now is 05:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|