If someone could code this layout:
http://home.comcast.net/~xalaxracer/Gui ... layout.bmp
with trds and tds, it would be appreceated
I would also like the donate, advertise, and auctions to be clickable
the urls for the seperate images can be found here:
http://home.comcast.net/~xalaxracer/Gui ... utton1.bmp
http://home.comcast.net/~xalaxracer/Gui ... utton2.bmp
http://home.comcast.net/~xalaxracer/Gui ... utton3.bmp
Thanks in advance
SERIOUS code help needed
Moderator: Moderators
-
Temiko
- PPT Baby

- Posts: 94
- Joined: Sun Jun 06, 2004 11:39 am
- Location: Wading through code...
- Contact:
I could but I'd like to point out before I bury myself in coding that if you use table coding for that you'll be left with pretty much no characters left for actually updating with (4000 character limit) seeing as you're asking for 6 blog areas as well as an image map. -.0 Might wanna consider that first.
Also worth noting that if you line up all the text boxes i.e. move givaways down to line up with the others and make the news box edge line up with the left hand links edge and the right hand council edge you'll reduce the amount of coding needed.
Also worth noting that if you line up all the text boxes i.e. move givaways down to line up with the others and make the news box edge line up with the left hand links edge and the right hand council edge you'll reduce the amount of coding needed.
Temiko wrote:I could but I'd like to point out before I bury myself in coding that if you use table coding for that you'll be left with pretty much no characters left for actually updating with (4000 character limit) seeing as you're asking for 6 blog areas as well as an image map. -.0 Might wanna consider that first.
Also worth noting that if you line up all the text boxes i.e. move givaways down to line up with the others and make the news box edge line up with the left hand links edge and the right hand council edge you'll reduce the amount of coding needed.
I just changed it for that very reason, now it only has four boxes in total. Thanks. I fixed it.
-
Temiko
- PPT Baby

- Posts: 94
- Joined: Sun Jun 06, 2004 11:39 am
- Location: Wading through code...
- Contact:
There was an error in the code somewhere so I had to tweak it a bit but it should work now. -.0 Replace where it says http://yourhost.com/folder/links.gif with a link to a picture of the 3 buttons with the orange lines between them (what's behind the broken cross basically).
[/code]
Code: Select all
<table width="450" height="700" border="0" cellpadding="0" cellspacing="0" background="http://home.comcast.net/~xalaxracer/Guild/Gruundolayout.bmp">
<tr>
<td colspan="9" width="450" height="7"></td>
<td width="1"></td>
</tr>
<tr>
<td colspan="2" width="122" height="22"></td>
<td colspan="5" width="220"><img src="http://yourhost.com/folder/links.gif" width="220" height="22" border="0" usemap="#links">
<map name="links">
<area shape="rect" coords="148,0,220,22" href="http://neopets.com/auctionlinkhere.html">
<area shape="rect" coords="78,0,145,22" href="http://neopets.com/donatelinkhere.html">
<area shape="rect" coords="0,0,75,22" href="http://neopets.com/advertiselinkhere.html">
</map>
</td>
<td colspan="2" width="108"></td>
<td width="1"></td>
</tr>
<tr>
<td colspan="9" height="263"></td>
<td width="1"></td>
</tr>
<tr>
<td colspan="6" width="288" height="50"></td>
<td colspan="2" rowspan="4" width="154" height="311"><div style="width: 154px; height: 311px; overflow: auto;">
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
Givaways here.<br />
</div></td>
<td rowspan="4" width="8" height="311"></td>
<td width="1" height="50"></td>
</tr>
<tr>
<td width="4" height="148"></td>
<td colspan="4" width="277"><div style="width: 277px; height: 148px; overflow: auto;">
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
News here.<br />
</div></td>
<td width="7"></td>
<td width="1"</td>
</tr>
<tr>
<td colspan="6" width="288" height="14"></td>
<td width="1"></td>
</tr>
<tr>
<td rowspan="2" width="4" height="131"></td>
<td colspan="2" rowspan="2" width="137"><div style="width: 137px; height: 131px; overflow: auto;">
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
Links here.<br />
</div></td>
<td rowspan="2" width="10"></td>
<td rowspan="2" width="130"><div style="width: 130px; height: 131px; overflow: auto;">
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
Council here.<br />
</div></td>
<td rowspan="2" width="7"></td>
<td width="1" height="99"></td>
</tr>
<tr>
<td colspan="2" width="154" height="32"></td>
<td width="8"></td>
<td width="1"></td>
</tr>
<tr>
<td colspan="9" height="62"></td>
<td width="1"></td>
</tr>
<tr>
<td width="4" height="1"></td>
<td width="118" height="1"></td>
<td width="19" height="1"></td>
<td width="10" height="1"></td>
<td width="130" height="1"></td>
<td width="7" height="1"></td>
<td width="54" height="1"></td>
<td width="100" height="1"></td>
<td width="8" height="1"></td>
<td></td>
</tr>
</table>