Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   Internet Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=25)
-   -   Help (https://www.cableforum.uk/board/showthread.php?t=3588)

Chris 21-10-2003 17:47

Re: Help
 
You spelled center correctly.

The reason it's not working is that you still have a </center> tag in your 'click here to enter' line. Remove it.

The entire chunk you want centred should begin <center> and there should be no </center> tag until after the last bit you want in the centre.

The whole lot should look like this:

Code:

<html>

<head>

<title>Welcome</title>

<body>
<h1><font face="arial" font color= "0000FF"><center> WELCOME TO MY WEBSITE</h1></font>
<a href="http://www.nicka.demon.co.uk/main.html">CLICK HERE TO ENTER </a><p>
<img src="http://www.nicka.demon.co.uk/images/Pict0020.JPG"></centER> <p>
<body bgcolor= "66FFCCAA">

</body>
</html>


MadGamer 21-10-2003 18:19

Re: Help
 
1 Attachment(s)
What about placing images on the righthand side like this

Chris 21-10-2003 18:25

Re: Help
 
Quote:

Originally Posted by WNA
What about placing images on the righthand side like this

Try

Code:

<img src="your image source here" align="right">
but make sure you don't have any open <center> tags covering the same line.

MadGamer 21-10-2003 18:28

Re: Help
 
Still not right i want the image on the same level as the Holly Valance image.

Mark W 21-10-2003 18:45

Re: Help
 
not sure if my memory is failing me, but i would have done

<div align=right> <img src=http://www.nicka.demon.co.uk/images/*the picture you want*.JPG></div>

Chris 21-10-2003 18:48

Re: Help
 
Quote:

Originally Posted by WNA
Still not right i want the image on the same level as the Holly Valance image.

Right ... to do that effectively, you're going to have to set up a table with at least two cells in a row. Place Holly Valance in the first cell with align="left" and the new image in the second cell with align="right".

try this:
Code:

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
  <tr>
    <td><img src="lefthand pic" align="left" /></td>
    <td><img src="righthand pic" align="right" /></td>
  </tr>
</table>


MadGamer 21-10-2003 18:49

Re: Help
 
Still not right

MadGamer 21-10-2003 18:56

Re: Help
 
1 Attachment(s)
This is how i want it positioned

Chris 21-10-2003 19:01

Re: Help
 
Try adding a third table cell:

Code:

<td width="33%"></td>
This should force your second image towards the centre of the screen.

EDIT:

Can you post exactly the code you have used on that page so far, or put it somewhere we can link to it?


All times are GMT. The time now is 06:22.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum